RE: [PATCH 4/6] net/vhost: make VLAN stripping flag a boolean

2022-05-16 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Thursday, May 5, 2022 6:27 PM > To: dev@dpdk.org; jasow...@redhat.com; Xia, Chenbo ; > david.march...@redhat.com; olivier.m...@6wind.com > Cc: sta...@dpdk.org; Maxime Coquelin > Subject: [PATCH 4/6] net/vhost: mak

[PATCH 4/6] net/vhost: make VLAN stripping flag a boolean

2022-05-05 Thread Maxime Coquelin
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 --- drivers/net/vhost/rte_eth_vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/vhost/rte_eth_vhost.c b/drivers/n