Re: [dpdk-dev] [PATCH] net/mlx5: allow port start with zero Rx queues

2019-01-24 Thread Shahaf Shuler
Tuesday, January 22, 2019 10:22 AM, Dekel Peled: > Subject: [dpdk-dev] [PATCH] net/mlx5: allow port start with zero Rx queues > > During port start, function mlx5_ctrl_flow_vlan() is called to create default > ingress flow rules. > For specific use-cases, a port can be used for Tx

[dpdk-dev] [PATCH] net/mlx5: allow port start with zero Rx queues

2019-01-22 Thread Dekel Peled
During port start, function mlx5_ctrl_flow_vlan() is called to create default ingress flow rules. For specific use-cases, a port can be used for Tx only. In such case, number of Rx queues can be set to 0 to save resources, hence the default ingress rules are irrelevant. This patch modifies functio