> -----Original Message----- > From: Liu, Jijiang > Sent: Wednesday, October 28, 2015 9:46 AM > To: Wu, Jingjing; dev at dpdk.org > Cc: Zhang, Helin; Tao, Zhe; Pei, Yulong > Subject: RE: [PATCH 8/8] app/testpmd: set up DCB forwarding based on > traffic class > > > -} > These codes are removed, and how to guarantee DCB function of 82599 NIC > work normally?
In this patch, the mapping relationship is not defined in testpmd. It can be queried by the rte_eth_dev_get_dcb_info API, and the forwarding Is setup based on TC. So DCB function of 82599 NIC in testpmd works too. Thanks Jingjing

