From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 905676CC4 for ; Wed, 19 Oct 2016 16:47:40 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 19 Oct 2016 07:47:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,514,1473145200"; d="scan'208";a="181477641" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by fmsmga004.fm.intel.com with ESMTP; 19 Oct 2016 07:47:37 -0700 From: Bernard Iremonger To: dev@dpdk.org, daniels@research.att.com, wenzhuo.lu@intel.com, az5157@att.com Cc: Bernard Iremonger Date: Wed, 19 Oct 2016 15:47:32 +0100 Message-Id: <1476888454-13859-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1476818007-13659-1-git-send-email-daniels@research.att.com> References: <1476818007-13659-1-git-send-email-daniels@research.att.com> Subject: [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: Wed, 19 Oct 2016 14:47:41 -0000 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