Re: [dpdk-dev] [PATCH v3] app/testpmd: fix port DCB configuration

2018-02-05 Thread Shahaf Shuler
Monday, February 5, 2018 10:48 AM, Yanglong Wu: > Fix:0074d02fc("app/testpmd: convert to new Rx offloads API") The fix line is still wrong. Use the one I suggested. > Signed-off-by: Yanglong Wu > --- > v2: > changing patch accoding to review > --- > v3: > changing patch accoding to comments > --

[dpdk-dev] [PATCH v3] app/testpmd: fix port DCB configuration

2018-02-05 Thread Yanglong Wu
The port_conf for the DCB configuration should inherit the same configuration of the port. Fix:0074d02fc("app/testpmd: convert to new Rx offloads API") Signed-off-by: Yanglong Wu --- v2: changing patch accoding to review --- v3: changing patch accoding to comments --- app/test-pmd/testpmd.c | 3