[dpdk-dev] [PATCH v3] net/i40e: issue with ADD VLAN from Guest

2020-12-15 Thread Souvik Dey
it will be ignored. Signed-off-by: Souvik Dey --- v3: * Changed the error log in case vlan strip command fails as per the latest comment. --- v2: * Simplied the commit log. * goto err; is not required as it has only one more return path and there is no cleanup required apart from just return err

[dpdk-dev] [PATCH v2] net/i40e: issue with ADD VLAN from Guest

2020-12-12 Thread Souvik Dey
it will be ignored. Signed-off-by: Souvik Dey --- v2: * Simplied the commit log. * goto err; is not required as it has only one more return path and there is no cleanup required apart from just return err. * Updated the comment start from /* -> /** * Changed the error log in case vlan st

[dpdk-dev] [PATCH v2] net/i40e: issue with ADD VLAN from Guest

2020-12-12 Thread Souvik Dey
it will be ignored. Signed-off-by: Souvik Dey --- v2: * Simplied the commit log. * goto err; is not required as it has only one more return path and there is no cleanup required apart from just return err. * Updated the comment start from /* -> /** * Changed the error log in case vlan st

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-12-09 Thread Souvik Dey
-off-by: Souvik Dey --- drivers/net/i40e/i40e_ethdev_vf.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c index c26b036..2ecf74b 100644 --- a/drivers/net/i40e/i40e_ethdev_vf.c +++ b/drivers/net

[dpdk-dev] [PATCH 1/2] net/i40e: issue with ADD VLAN from Guest

2020-12-09 Thread Souvik Dey
-off-by: Souvik Dey --- drivers/net/i40e/i40e_ethdev_vf.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c index c26b036..2ecf74b 100644 --- a/drivers/net/i40e/i40e_ethdev_vf.c +++ b/drivers/net

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-12-09 Thread Souvik Dey
-off-by: Souvik Dey --- drivers/net/i40e/i40e_ethdev_vf.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c index c26b036..2ecf74b 100644 --- a/drivers/net/i40e/i40e_ethdev_vf.c +++ b/drivers/net

[dpdk-dev] [PATCH] net/mlx5:fix storing the synced MAC to internal table

2020-12-09 Thread Souvik Dey
: Souvik Dey --- drivers/common/mlx5/linux/mlx5_nl.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/drivers/common/mlx5/linux/mlx5_nl.c b/drivers/common/mlx5/linux/mlx5_nl.c index 40d8620..ef7a521 100644 --- a/drivers/common/mlx5/linux/mlx5_nl.c +++ b/drivers

[dpdk-dev] [PATCH] net/mlx5:fix storing the synced MAC to internal table

2020-12-09 Thread Souvik Dey
the multicast MACs are added properly to both the internal table and also the device, specially in case of SR-IOV VF. Souvik Dey (1): net/mlx5:fix storing the synced MAC to internal table drivers/common/mlx5/linux/mlx5_nl.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions

[dpdk-dev] [PATCH] net/mlx5:fix storing the synced MAC to internal table

2020-12-09 Thread Souvik Dey
: Souvik Dey --- drivers/common/mlx5/linux/mlx5_nl.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/drivers/common/mlx5/linux/mlx5_nl.c b/drivers/common/mlx5/linux/mlx5_nl.c index 40d8620..da56add 100644 --- a/drivers/common/mlx5/linux/mlx5_nl.c +++ b/drivers

[dpdk-dev] [PATCH] net/mlx5:fix storing the synced MAC to internal table

2020-12-09 Thread Souvik Dey
the multicast MACs are added properly to both the internal table and also the device, specially in case of SR-IOV VF. Souvik Dey (1): net/mlx5:fix storing the synced MAC to internal table drivers/common/mlx5/linux/mlx5_nl.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-04-14 Thread Souvik Dey
disable the vlan strip after sending add_vlan if app configured the VLAN_STRIP as disabled. Signed-off-by: Souvik Dey --- drivers/net/i40e/i40e_ethdev_vf.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-04-14 Thread Souvik Dey
disable the vlan strip after sending add_vlan if app configured the VLAN_STRIP as disabled. Signed-off-by: Souvik Dey --- drivers/net/i40e/i40e_ethdev_vf.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-04-14 Thread Souvik Dey
STRIP flag in the dev_conf and disable the vlan strip after sending add_vlan if app configured the VLAN_STRIP as disabled. Signed-off-by: Souvik Dey --- drivers/net/i40e/i40e_ethdev_vf.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/drivers/net/i40e/i40e_ethd