ethdev: eliminate interim variable
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 13 Nov 2018 11:12:38 +0000 (11:12 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 13 Nov 2018 23:35:53 +0000 (00:35 +0100)
commit68b931bff2872044258ffa16030ac83eb9fbd6b0
treea4038c54b5fcc0ba6a1ab6a2b12930aac166bdbe
parent1a411a6fdbf18574153eb91bc9cc8b63025a2050
ethdev: eliminate interim variable

`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: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_ethdev/rte_ethdev.c