]> git.droids-corp.org - dpdk.git/commit
net/vhost: make VLAN stripping flag a boolean
authorMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 8 Jun 2022 12:49:44 +0000 (14:49 +0200)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Fri, 17 Jun 2022 12:41:04 +0000 (14:41 +0200)
commit76f1481bd15a87762841804fb7828aff26c617d8
tree931087b87b94b9ecb83f56b48db1430058e8ddb5
parent3a6ee8dafb21d7a55af59b573195a9dc18732476
net/vhost: make VLAN stripping flag a boolean

This trivial patch makes the vlan_strip field of the
pmd_internal struct a boolean, since it is handled as
such.

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