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 <jingjing.wu at intel.com> > --- > lib/librte_ether/rte_ethdev.c | 18 +++++++++++++++ > lib/librte_ether/rte_ethdev.h | 54 > +++++++++++++++++++++++++++++++++++++++++++
You forgot to update the .map file. So there are some build errors later: undefined reference to `rte_eth_dev_get_dcb_info' Jijiang, Helin, and other reviewers generally, please try to catch this kind of errors (.map, doc) as they are quite common and make the integration process slower when I catch it only at the end. Better are the patches, more will be integrated. Thanks