Re: [dpdk-dev] [PATCH 2/2] net/tap: replace offload_capa function with define

2021-07-01 Thread Andrew Rybchenko
On 6/16/21 7:15 AM, Stephen Hemminger wrote: > Since the offload values are always the same, these can > just be data instead of code. > > Signed-off-by: Stephen Hemminger No strong opinion as well, but above reason is not strong enough to touch the code. So, I'll wait for the maintainer here as

[dpdk-dev] [PATCH 2/2] net/tap: replace offload_capa function with define

2021-06-15 Thread Stephen Hemminger
Since the offload values are always the same, these can just be data instead of code. Signed-off-by: Stephen Hemminger --- drivers/net/tap/rte_eth_tap.c | 34 +- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/drivers/net/tap/rte_eth_tap.c b/driver