Re: [dpdk-dev] [PATCH v4 3/3] ethdev: eliminate interim variable

2018-11-13 Thread Andrew Rybchenko
On 11/13/18 2:51 PM, Ferruh Yigit wrote: On 11/13/2018 11:22 AM, Andrew Rybchenko wrote: On 11/13/18 2:12 PM, Ferruh Yigit wrote: `local_conf` variable was needed for offload conversions but no more required. No functional difference, only interim variable eliminated. Fixes: ab3ce1e0c193 ("eth

Re: [dpdk-dev] [PATCH v4 3/3] ethdev: eliminate interim variable

2018-11-13 Thread Ferruh Yigit
On 11/13/2018 11:22 AM, Andrew Rybchenko wrote: > On 11/13/18 2:12 PM, Ferruh Yigit wrote: >> `local_conf` variable was needed for offload conversions but no more >> required. No functional difference, only interim variable eliminated. >> >> Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") >>

Re: [dpdk-dev] [PATCH v4 3/3] ethdev: eliminate interim variable

2018-11-13 Thread Andrew Rybchenko
On 11/13/18 2:12 PM, Ferruh Yigit wrote: `local_conf` variable was needed for offload conversions but no more required. No functional difference, only interim variable eliminated. Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit I guess i

[dpdk-dev] [PATCH v4 3/3] ethdev: eliminate interim variable

2018-11-13 Thread Ferruh Yigit
`local_conf` variable was needed for offload conversions but no more required. No functional difference, only interim variable eliminated. Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- Cc: Andrew Rybchenko Cc: Wenzhuo Lu --- lib/lib