RE: [PATCH v2 0/6] mlx5: external RxQ support

2022-02-24 Thread Matan Azrad
From: Michael Baum > These patches add support to external Rx queues. > External queue is a queue that is managed by a process external to PMD, but > uses PMD process to generate its flow rules. > > For the hardware to allow the DPDK process to set rules for it, the process > needs > to use th

[PATCH v2 0/6] mlx5: external RxQ support

2022-02-23 Thread Michael Baum
These patches add support to external Rx queues. External queue is a queue that is managed by a process external to PMD, but uses PMD process to generate its flow rules. For the hardware to allow the DPDK process to set rules for it, the process needs to use the same PD of the external process. In