Re: [PATCH] net/vhost: fix TSO feature default disablement

2022-05-05 Thread Maxime Coquelin
On 4/22/22 11:35, Maxime Coquelin wrote: By default, TSO feature should be disabled because it requires application's support to be functionnal as mentionned in the documentation. However, if "tso" devarg was not specified, the feature did not get disabled. This patch fixes this issue, so th

Re: [PATCH] net/vhost: fix TSO feature default disablement

2022-05-02 Thread David Marchand
On Fri, Apr 22, 2022 at 11:35 AM Maxime Coquelin wrote: > > By default, TSO feature should be disabled because it requires > application's support to be functionnal as mentionned in the > documentation. > > However, if "tso" devarg was not specified, the feature did > not get disabled. > > This pa

[PATCH] net/vhost: fix TSO feature default disablement

2022-04-22 Thread Maxime Coquelin
By default, TSO feature should be disabled because it requires application's support to be functionnal as mentionned 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 pas