Re: [dpdk-dev] [PATCH v2] app/testpmd:vlan filter fail

2018-02-04 Thread Wu, Yanglong
Thx! I will change it right now -Original Message- From: Shahaf Shuler [mailto:shah...@mellanox.com] Sent: Monday, February 5, 2018 2:14 PM To: Wu, Yanglong ; dev@dpdk.org Cc: Lu, Wenzhuo Subject: RE: [PATCH v2] app/testpmd:vlan filter fail Hi Wu, Few small comment. Monday, February

Re: [dpdk-dev] [PATCH v2] app/testpmd:vlan filter fail

2018-02-04 Thread Shahaf Shuler
Hi Wu, Few small comment. Monday, February 5, 2018 4:34 AM, Yanglong Wu: > Subject: [PATCH v2] app/testpmd:vlan filter fail The commit title can better describe the patch, something like: "app/testpmd: fix port DCB configuration" > > This bug is caused by miss port configuration. The above

[dpdk-dev] [PATCH v2] app/testpmd:vlan filter fail

2018-02-04 Thread Yanglong Wu
This bug is caused by miss port configuration. The port_conf for the DCB configuration should inherit the same configuration of the port. Fix:0074d02fc(convert to new Rx offloads API) Signed-off-by: Yanglong Wu --- v2: changing patch accoding to the review --- app/test-pmd/testpmd.c | 3 +++ 1 f