]> git.droids-corp.org - dpdk.git/commit
net/vhost: enable compliant offloading mode
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 8 Jun 2022 12:49:43 +0000 (14:49 +0200)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Fri, 17 Jun 2022 12:41:04 +0000 (14:41 +0200)
commit3a6ee8dafb21d7a55af59b573195a9dc18732476
tree6ee9284b509d41e43127d0d266d5647d12eafe45
parent7316b4fd610fe945a0bc20054ba5ab61b98bb155
net/vhost: enable compliant offloading mode

This patch enables the compliant offloading flags mode by
default, which prevents the Rx path to set Tx offload flags,
which is illegal. A new legacy-ol-flags devarg is introduced
to enable the legacy behaviour.

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
doc/guides/nics/vhost.rst
drivers/net/vhost/rte_eth_vhost.c