Re: [dpdk-dev] [PATCH v3 09/10] app/testpmd: enforce offloads caps

2018-01-08 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shahaf Shuler > Sent: Tuesday, December 26, 2017 5:44 PM > To: Wu, Jingjing ; Yigit, Ferruh > > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 09/10] app/testpmd: enforce offloads cap

[dpdk-dev] [PATCH v3 09/10] app/testpmd: enforce offloads caps

2017-12-26 Thread Shahaf Shuler
In the current design it was possible for offload to be set even though the device is not supporting it. A warning message was printed instead. This is a wrong behaviour, as application should set only the offloads reported by the capabilities of the device. This patch adds verification for the o