numam-dpdk/drivers/net/vhost
Maxime Coquelin 6d7046215a net/vhost: fix TSO feature default disablement
By default, TSO feature should be disabled because it requires
application's support to be functional as mentioned in the
documentation.

However, if "tso" devarg was not specified, the feature did
not get disabled.

This patch fixes this issue, so that TSO is disabled, even if
"tso=0" is not passed as devarg.

Fixes: e289400669 ("net/vhost: support TSO disabling")
Cc: stable@dpdk.org

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2022-05-09 21:15:38 +02:00
..
meson.build build: remove custom dependency checks in drivers 2022-01-21 15:40:58 +01:00
rte_eth_vhost.c net/vhost: fix TSO feature default disablement 2022-05-09 21:15:38 +02:00
rte_eth_vhost.h net/vhost: update license to SPDX format 2018-04-27 15:54:56 +01:00
version.map version: 21.11-rc0 2021-08-17 08:37:52 +02:00