Re: [dpdk-dev] [PATCH v2 0/3] ethdev: fail if requested offload is not supported

2018-06-18 Thread Ferruh Yigit
On 5/14/2018 3:48 PM, Ferruh Yigit wrote: > On 5/14/2018 8:51 AM, Shahaf Shuler wrote: >> Monday, May 14, 2018 10:36 AM, Andrew Rybchenko: >>> Subject: [PATCH v2 0/3] ethdev: fail if requested offload is not supported >>> >>> The series has fixes for problems discussed in [1]. >>> >>> Basically it

Re: [dpdk-dev] [PATCH v2 0/3] ethdev: fail if requested offload is not supported

2018-05-14 Thread Ferruh Yigit
On 5/14/2018 8:51 AM, Shahaf Shuler wrote: > Monday, May 14, 2018 10:36 AM, Andrew Rybchenko: >> Subject: [PATCH v2 0/3] ethdev: fail if requested offload is not supported >> >> The series has fixes for problems discussed in [1]. >> >> Basically it does not allow unsupported offloads to pass. >> >>

Re: [dpdk-dev] [PATCH v2 0/3] ethdev: fail if requested offload is not supported

2018-05-14 Thread Shahaf Shuler
Monday, May 14, 2018 10:36 AM, Andrew Rybchenko: > Subject: [PATCH v2 0/3] ethdev: fail if requested offload is not supported > > The series has fixes for problems discussed in [1]. > > Basically it does not allow unsupported offloads to pass. > > If fixes regressions for PMDs which carefully ch

[dpdk-dev] [PATCH v2 0/3] ethdev: fail if requested offload is not supported

2018-05-14 Thread Andrew Rybchenko
The series has fixes for problems discussed in [1]. Basically it does not allow unsupported offloads to pass. If fixes regressions for PMDs which carefully check offloads before, but these checks are removed now in favor of checks in ethdev. It may break applications which request some offload w