From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 0/3] extend vmdq_dcb sample for X710 supporting Date: Tue, 8 Mar 2016 17:25:31 +0000 Message-ID: <20160308172530.GA6324@bricha3-MOBL3> References: <1455692300-17883-1-git-send-email-jingjing.wu@intel.com> <1456385615-29137-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 341F4DE0 for ; Tue, 8 Mar 2016 18:25:36 +0100 (CET) Content-Disposition: inline In-Reply-To: <1456385615-29137-1-git-send-email-jingjing.wu@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, Feb 25, 2016 at 03:33:32PM +0800, Jingjing Wu wrote: > Currently, the example vmdq_dcb only works on Intel(R) 82599 NICs. > This patchset extended this sample to make it works both on Intel(R) > 82599 and X710/XL710 NICs. This patch set also enabled DCB VMDQ mode > in i40e driver and added unsupported mode checking in ixgbe driver. > > v2 changes: > - commit log doc rewording. > - rebase on latest dpdk-next-net/rel_16_04 branch. > - code style fix > > v3 changes: > - replace I40E_3_BIT_MASK with RTE_LEN2MASK() > > Jingjing Wu (3): > i40e: enable DCB in VMDQ VSIs > ixgbe: disallow unsupported RX mode > examples/vmdq_dcb: extend sample for X710 supporting > > doc/guides/rel_notes/release_16_04.rst | 3 + > doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst | 171 ++++++---- > drivers/net/i40e/i40e_ethdev.c | 156 +++++++-- > drivers/net/i40e/i40e_ethdev.h | 28 +- > drivers/net/ixgbe/ixgbe_ethdev.c | 5 + > examples/vmdq_dcb/main.c | 391 ++++++++++++++++++----- > 6 files changed, 589 insertions(+), 165 deletions(-) > > -- > 2.4.0 > Applied to dpdk-next-net/rel_16_04 /Bruce