From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 08 Mar 2016 09:25:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,557,1449561600"; d="scan'208";a="919511162" Received: from ipdaly-mobl3.ger.corp.intel.com ([10.252.0.87]) by fmsmga001.fm.intel.com with SMTP; 08 Mar 2016 09:25:32 -0800 Received: by (sSMTP sendmail emulation); Tue, 08 Mar 2016 17:25:31 +0025 Date: Tue, 8 Mar 2016 17:25:31 +0000 From: Bruce Richardson To: Jingjing Wu 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 Content-Disposition: inline In-Reply-To: <1456385615-29137-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 0/3] extend vmdq_dcb sample for X710 supporting 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: Tue, 08 Mar 2016 17:25:36 -0000 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