From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C4E107E99 for ; Thu, 23 Oct 2014 03:34:03 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 22 Oct 2014 18:36:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,773,1406617200"; d="scan'208";a="609702229" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by fmsmga001.fm.intel.com with ESMTP; 22 Oct 2014 18:42:23 -0700 Received: from kmsmsx152.gar.corp.intel.com (172.21.73.87) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 23 Oct 2014 09:40:36 +0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 23 Oct 2014 09:40:36 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.156]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.202]) with mapi id 14.03.0195.001; Thu, 23 Oct 2014 09:40:34 +0800 From: "Ouyang, Changchun" To: "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/2] ixgbe: vector pmd fixes Thread-Index: AQHP7ebhaLCAXe2YlkGGVBhuLMzQ45w86IwQ Date: Thu, 23 Oct 2014 01:40:34 +0000 Message-ID: References: <1413975345-24326-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1413975345-24326-1-git-send-email-bruce.richardson@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Thu, 23 Oct 2014 01:34:04 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, October 22, 2014 6:56 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/2] ixgbe: vector pmd fixes >=20 > This patch set contains small fixes for issues with the vector PMD. > The issues and the fixes for them are described in each patch individuall= y. >=20 > Bruce Richardson (2): > ixgbe: remove static qualifier for thread safety > ixgbe: always perform vec RX setup if vpmd enabled >=20 > lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 4 +++- > lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 2 +- > 2 files changed, 4 insertions(+), 2 deletions(-) >=20 > -- > 1.9.3 Acked-by: Changchun Ouyang