Re: [dpdk-dev] [PATCH v2] net/mlx5: fix flow creation on port start

2017-11-06 Thread Ferruh Yigit
On 11/6/2017 6:32 AM, Nélio Laranjeiro wrote: > On Mon, Nov 06, 2017 at 04:00:25PM +0200, Shahaf Shuler wrote: >> While the PMD avoids from creating hash RXQ with no hash fields and >> array of queues after the port was allready started, it lacks such >> protection when re-creating the flows after

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix flow creation on port start

2017-11-06 Thread Nélio Laranjeiro
On Mon, Nov 06, 2017 at 04:00:25PM +0200, Shahaf Shuler wrote: > While the PMD avoids from creating hash RXQ with no hash fields and > array of queues after the port was allready started, it lacks such > protection when re-creating the flows after the port restarts. > > This may lead to inconsist

[dpdk-dev] [PATCH v2] net/mlx5: fix flow creation on port start

2017-11-06 Thread Shahaf Shuler
While the PMD avoids from creating hash RXQ with no hash fields and array of queues after the port was allready started, it lacks such protection when re-creating the flows after the port restarts. This may lead to inconsist behaviour for flows depending if they were created before or after the po