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 770062BCD for ; Thu, 25 Feb 2016 08:34:04 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 24 Feb 2016 23:33:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,497,1449561600"; d="scan'208";a="54423295" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 24 Feb 2016 23:33:41 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u1P7XdK1019611; Thu, 25 Feb 2016 15:33:39 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u1P7XZ3H029172; Thu, 25 Feb 2016 15:33:37 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u1P7XZJ8029168; Thu, 25 Feb 2016 15:33:35 +0800 From: Jingjing Wu To: bruce.richardson@intel.com Date: Thu, 25 Feb 2016 15:33:32 +0800 Message-Id: <1456385615-29137-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1455692300-17883-1-git-send-email-jingjing.wu@intel.com> References: <1455692300-17883-1-git-send-email-jingjing.wu@intel.com> Cc: dev@dpdk.org Subject: [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: Thu, 25 Feb 2016 07:34:04 -0000 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