From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0CCCA5686 for ; Mon, 24 Oct 2016 16:19:24 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 24 Oct 2016 07:19:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,542,1473145200"; d="scan'208";a="23072490" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.150]) by orsmga005.jf.intel.com with SMTP; 24 Oct 2016 07:19:20 -0700 Received: by (sSMTP sendmail emulation); Mon, 24 Oct 2016 15:19:20 +0100 Date: Mon, 24 Oct 2016 15:19:20 +0100 From: Bruce Richardson To: "Lu, Wenzhuo" Cc: "Iremonger, Bernard" , "dev@dpdk.org" , "daniels@research.att.com" , "az5157@att.com" Message-ID: <20161024141919.GA28892@bricha3-MOBL3.ger.corp.intel.com> References: <1476818007-13659-1-git-send-email-daniels@research.att.com> <1476888454-13859-1-git-send-email-bernard.iremonger@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093933D3DC@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093933D3DC@shsmsx102.ccr.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) 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: Mon, 24 Oct 2016 14:19:25 -0000 On Thu, Oct 20, 2016 at 12:54:52AM +0000, Lu, Wenzhuo wrote: > 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 > > > > Changes in v2: > > Add testpmd patch. > > Update testpmd for change to rte_pmd_ixgbe_set_vf_vlan_insert function. > > > > Bernard Iremonger (1): > > app/test_pmd: change to the VF VLAN insert command > > > > E. Scott Daniels (1): > > net/ixgbe: fix VLAN insert parameter type and its use > > > > 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(-) > > > > -- > > 2.10.1 > Series-Acked-by: Wenzhuo Lu > Applied to dpdk-next-net/rel_16_11 /Bruce