Re: [dpdk-dev] [PATCH 1/4] net/mlx5: fix Rx queue release

2020-10-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Thursday, October 15, 2020 9:38 AM > To: dev@dpdk.org > Cc: Slava Ovsiienko > Subject: [dpdk-dev] [PATCH 1/4] net/mlx5: fix Rx queue release > > The HW objects of the Rx queue is created

[dpdk-dev] [PATCH 1/4] net/mlx5: fix Rx queue release

2020-10-14 Thread Matan Azrad
The HW objects of the Rx queue is created/destroyed in the device start\stop stage while the ethdev configurations for the Rx queue starts from the rx_queue_setup stage. The PMD should save all the last configurations it got from the ethdev and to apply them to the device in the dev_start operation