From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/2] net/ixgbe: fix VF VLAN insert Date: Mon, 24 Oct 2016 15:19:20 +0100 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 Cc: "Iremonger, Bernard" , "dev@dpdk.org" , "daniels@research.att.com" , "az5157@att.com" To: "Lu, Wenzhuo" 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) Content-Disposition: inline In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093933D3DC@shsmsx102.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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