Re: [dpdk-dev] [PATCH v1] net/tap: fix report on multi segments capability

2018-02-05 Thread Pascal Mazon
Acked-by: Pascal Mazon On 05/02/2018 11:59, Ophir Munk wrote: > TAP device is supporting multi segments Tx, however this capability is > not reported when querying the TAP device. > This commit adds this capability report. > > Fixes: 818fe14a9891 ("net/tap: use new Tx offloads API") > Cc: sta...@

[dpdk-dev] [PATCH v1] net/tap: fix report on multi segments capability

2018-02-05 Thread Ophir Munk
TAP device is supporting multi segments Tx, however this capability is not reported when querying the TAP device. This commit adds this capability report. Fixes: 818fe14a9891 ("net/tap: use new Tx offloads API") Cc: sta...@dpdk.org Signed-off-by: Ophir Munk --- drivers/net/tap/rte_eth_tap.c | 6