From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lu, Wenzhuo" Subject: Re: [PATCH v2 0/2] net/ixgbe: fix VF VLAN insert 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Iremonger, Bernard" , "dev@dpdk.org" , "daniels@research.att.com" , "az5157@att.com" 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) In-Reply-To: <1476888454-13859-1-git-send-email-bernard.iremonger@intel.com> Content-Language: en-US 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" 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