From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <wujingji@shecgisg004.sh.intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 1226FC330
 for <dev@dpdk.org>; Wed, 17 Feb 2016 07:58:45 +0100 (CET)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga102.jf.intel.com with ESMTP; 16 Feb 2016 22:58:27 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,459,1449561600"; d="scan'208";a="49244292"
Received: from shvmail01.sh.intel.com ([10.239.29.42])
 by fmsmga004.fm.intel.com with ESMTP; 16 Feb 2016 22:58:26 -0800
Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com
 [10.239.29.89])
 by shvmail01.sh.intel.com with ESMTP id u1H6wNSp010747;
 Wed, 17 Feb 2016 14:58:23 +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
 u1H6wKbE017917; Wed, 17 Feb 2016 14:58:22 +0800
Received: (from wujingji@localhost)
 by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u1H6wKFx017913;
 Wed, 17 Feb 2016 14:58:20 +0800
From: Jingjing Wu <jingjing.wu@intel.com>
To: bruce.richardson@intel.com
Date: Wed, 17 Feb 2016 14:58:17 +0800
Message-Id: <1455692300-17883-1-git-send-email-jingjing.wu@intel.com>
X-Mailer: git-send-email 1.7.4.1
In-Reply-To: <1453280236-8778-1-git-send-email-jingjing.wu@intel.com>
References: <1453280236-8778-1-git-send-email-jingjing.wu@intel.com>
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v2 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Feb 2016 06:58:46 -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

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                   | 153 +++++++--
 drivers/net/i40e/i40e_ethdev.h                   |  28 +-
 drivers/net/ixgbe/ixgbe_ethdev.c                 |   5 +
 examples/vmdq_dcb/main.c                         | 390 ++++++++++++++++++-----
 6 files changed, 587 insertions(+), 163 deletions(-)

-- 
2.4.0