From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 1C63E7F34 for ; Thu, 30 Oct 2014 00:25:14 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id x12so2464373wgg.3 for ; Wed, 29 Oct 2014 16:34:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ICctFqCmZjXd1MF7QXiu5+Fj33H+eqzydheYuS4OscE=; b=FQAdACwur6orB83DXjsecK6WxuukMXvKQzceDtEGsDsoXx4E+2ot45X7SOmvFgb3q9 ThmQLJoLKD3iZvuurlN1FsdgxXuU1kyM/1r7cswSI/gordLs5SZWPQ4wz8AOdcYJd7YX u/MuYuixczMELQPCX+Y5PusYY0YZOEYMC90R1Z987lIxB3o1YnA50pYD+7cKgdyAvJhf B92NduzMcdFYX+Q8axs6pN6ltqVie0Hd+gEdnZP6o6TY44XDesMch6mW9NOdnFkwXNsE tzFSh7pPjKIhVikBv3tCd8ictmZKUJEYy46s3B3tEEJoLr3lBfQsBzKZrAGhdR1oAdg6 HpHg== X-Gm-Message-State: ALoCoQnO+n8MC+7BXYhK/VNo6Bn92eBcfn6CHaK4kdt2aInOzwnGAR7U68GnvWftHTV3vsoTPlci X-Received: by 10.194.58.205 with SMTP id t13mr15563255wjq.55.1414625647690; Wed, 29 Oct 2014 16:34:07 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ge1sm20306097wib.4.2014.10.29.16.34.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 16:34:06 -0700 (PDT) From: Thomas Monjalon To: "Richardson, Bruce" Date: Thu, 30 Oct 2014 00:33:48 +0100 Message-ID: <22844698.y1dVlEfdOl@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.1-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: References: <1413975345-24326-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] ixgbe: vector pmd fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 23:25:14 -0000 > > This patch set contains small fixes for issues with the vector PMD. > > The issues and the fixes for them are described in each patch individually. > > > > Bruce Richardson (2): > > ixgbe: remove static qualifier for thread safety > > ixgbe: always perform vec RX setup if vpmd enabled > > Acked-by: Changchun Ouyang Applied Thanks -- Thomas