Re: [dpdk-dev] [PATCH] net/mlx5: fix RSS description corrupt issue

2020-04-21 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Monday, April 20, 2020 5:09 AM > To: Slava Ovsiienko ; Matan Azrad > > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: [PATCH] net/mlx5: fix RSS description corrupt issue > > Currently, RSS description data is saved in the mlx5 privat

Re: [dpdk-dev] [PATCH] net/mlx5: fix RSS description corrupt issue

2020-04-21 Thread Slava Ovsiienko
> -Original Message- > From: Suanming Mou > Sent: Monday, April 20, 2020 5:09 > To: Slava Ovsiienko ; Matan Azrad > > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: [PATCH] net/mlx5: fix RSS description corrupt issue > > Currently, RSS description data is saved in the mlx5 private data.

[dpdk-dev] [PATCH] net/mlx5: fix RSS description corrupt issue

2020-04-19 Thread Suanming Mou
Currently, RSS description data is saved in the mlx5 private data. It dose not support the nest flow_list_create() routine. In the case with mark reg copy, the flow_list_create() function will be called nested. The RSS description data will be cleared in the nested case. Allocate one more RSS des