From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/9] enable DCB feature on Intel XL710/X710 NIC Date: Sun, 01 Nov 2015 14:53:52 +0100 Message-ID: <8002408.pKJKTZQgIY@xps13> References: <1446108827-7907-1-git-send-email-jingjing.wu@intel.com> <1446307051-29283-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 67BEA8E79 for ; Sun, 1 Nov 2015 14:55:04 +0100 (CET) Received: by wmeg8 with SMTP id g8so40820641wme.0 for ; Sun, 01 Nov 2015 05:55:04 -0800 (PST) In-Reply-To: <1446307051-29283-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" 2015-10-31 23:57, Jingjing Wu: > The patch set enables DCB feature on Intel XL710/X710 NICs, including: > - Receive queue classification based on traffic class > - Round Robin ETS schedule (rx and tx). > - Priority flow control > To make the testpmd and ethdev lib more generic on DCB feature, this > patch set also > - adds a new API to get DCB related information on NICs. > - changes the DCB test forwarding in testpmd to be on traffic class. > - move specific validation from lib and application to drivers. > Additionally, this patch set also corrects some coding style issues. > > v2 changes: > - add a command in testpmd to display dcb info > - update testpmd guide and release note > > v3 changes: > - add API change in release note > - add new function in rte_ether_version.map > - rebase doc update to the same commit with code change Applied with acks from previous version, thanks. Please do not hesitate to keep acks when changes are minor.