Re: [dpdk-dev] [PATCH v2] net/mlx5: add queue start and stop feature

2020-07-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Sunday, July 19, 2020 6:36 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Thomas Monjalon > Subject: [PATCH v2] net/mlx5: add queue start and stop feature > > The mlx5 PMD did not support queue_start and queue

[dpdk-dev] [PATCH v2] net/mlx5: add queue start and stop feature

2020-07-19 Thread Viacheslav Ovsiienko
The mlx5 PMD did not support queue_start and queue_stop eth_dev API routines, queue could not be suspended and resumed during device operation. There is the use case when this feature is crucial for applications: - there is the secondary process handling the queue - secondary process crashed/abor