From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DE6116CCE for ; Thu, 20 Oct 2016 02:54:56 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 19 Oct 2016 17:54:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,516,1473145200"; d="scan'208";a="891856095" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 19 Oct 2016 17:54:55 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 17:54:55 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 17:54:54 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.104]) with mapi id 14.03.0248.002; Thu, 20 Oct 2016 08:54:53 +0800 From: "Lu, Wenzhuo" To: "Iremonger, Bernard" , "dev@dpdk.org" , "daniels@research.att.com" , "az5157@att.com" Thread-Topic: [PATCH v2 0/2] net/ixgbe: fix VF VLAN insert Thread-Index: AQHSKhfHS5Nq7/Gx6ky1366TEJa7OKCwhC5A Date: Thu, 20 Oct 2016 00:54:52 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093933D3DC@shsmsx102.ccr.corp.intel.com> References: <1476818007-13659-1-git-send-email-daniels@research.att.com> <1476888454-13859-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1476888454-13859-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: 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 v2 0/2] net/ixgbe: fix VF VLAN insert 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, 20 Oct 2016 00:54:57 -0000 Hi, > -----Original Message----- > From: Iremonger, Bernard > Sent: Wednesday, October 19, 2016 10:48 PM > To: dev@dpdk.org; daniels@research.att.com; Lu, Wenzhuo; az5157@att.com > Cc: Iremonger, Bernard > Subject: [PATCH v2 0/2] net/ixgbe: fix VF VLAN insert >=20 > Changes in v2: > Add testpmd patch. > Update testpmd for change to rte_pmd_ixgbe_set_vf_vlan_insert function. >=20 > Bernard Iremonger (1): > app/test_pmd: change to the VF VLAN insert command >=20 > E. Scott Daniels (1): > net/ixgbe: fix VLAN insert parameter type and its use >=20 > app/test-pmd/cmdline.c | 19 +++++++++---------- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- > drivers/net/ixgbe/ixgbe_ethdev.c | 8 ++++---- > drivers/net/ixgbe/rte_pmd_ixgbe.h | 9 +++++---- > 4 files changed, 19 insertions(+), 19 deletions(-) >=20 > -- > 2.10.1 Series-Acked-by: Wenzhuo Lu