[dpdk-dev] [PATCH v2 05/10] ethdev: new API to get dcb related information

2015-10-30 Thread Thomas Monjalon
2015-10-29 16:53, Jingjing Wu: > This patch adds one new API to get dcb related info. > rte_eth_dev_get_dcb_info > > Signed-off-by: Jingjing Wu > --- > lib/librte_ether/rte_ethdev.c | 18 +++ > lib/librte_ether/rte_ethdev.h | 54 > +++ You

[dpdk-dev] [PATCH v2 05/10] ethdev: new API to get dcb related information

2015-10-29 Thread Jingjing Wu
This patch adds one new API to get dcb related info. rte_eth_dev_get_dcb_info Signed-off-by: Jingjing Wu --- lib/librte_ether/rte_ethdev.c | 18 +++ lib/librte_ether/rte_ethdev.h | 54 +++ 2 files changed, 72 insertions(+) diff --git