[dpdk-dev] [PATCH v3 0/9] enable DCB feature on Intel XL710/X710 NIC

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Nov 1 14:53:52 CET 2015


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.


More information about the dev mailing list