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

2018-02-06 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yanglong Wu > Sent: Monday, February 5, 2018 5:56 PM > To: dev@dpdk.org > Cc: shah...@mellanox.com; Lu, Wenzhuo; Wu, Yanglong > Subject: [dpdk-dev] [PATCH v4] app/testpmd: fix port DCB conf

[dpdk-dev] [PATCH v4] 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. Fixes: 0074d02fca21("app/testpmd: convert to new Rx offloads API") Signed-off-by: Yanglong Wu Acked-by: Shahaf Shuler --- v2: changing patch accoding to review --- v3: changing patch accoding to comments

[dpdk-dev] [PATCH v4] 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. Fixes: 0074d02fca21("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 --- v4: changing patch acc