| 6d704621 | 22-Apr-2022 |
Maxime Coquelin <[email protected]> |
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 "
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: e289400669d5 ("net/vhost: support TSO disabling") Cc: [email protected]
Signed-off-by: Maxime Coquelin <[email protected]> Reviewed-by: David Marchand <[email protected]>
show more ...
|