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 <jingjing...@intel.com>; Yigit, Ferruh > <ferruh.yi...@intel.com> > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 09/10] app/testpmd: enforce offloads caps > > 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 offloads being set and make sure the > offload configuration passed to the device always match its capabilities. > > Signed-off-by: Shahaf Shuler <shah...@mellanox.com> Acked-by: Wenzhuo Lu <wenzhuo...@intel.com>