Re: [dpdk-dev] [PATCH v2 4/6] ethdev: add APIs for hairpin queue operation

2020-10-08 Thread Ori Kam
Hi Bing, > -Original Message- > From: Bing Zhao > Sent: Thursday, October 8, 2020 11:52 AM > Subject: [PATCH v2 4/6] ethdev: add APIs for hairpin queue operation > > Every hairpin queue pair should be configured properly and the > connection between TX and RX queues should be established

[dpdk-dev] [PATCH v2 4/6] ethdev: add APIs for hairpin queue operation

2020-10-08 Thread Bing Zhao
Every hairpin queue pair should be configured properly and the connection between TX and RX queues should be established, before hairpin function works. In single port hairpin mode, the queues of each pair belong to the same device. It is easy to get the hardware and software information of each qu