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

2020-10-07 Thread Bing Zhao
Hi Ori, > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 5:35 PM > To: Bing Zhao ; NBU-Contact-Thomas Monjalon > ; ferruh.yi...@intel.com; > arybche...@solarflare.com; m...@ashroe.eu; nhor...@tuxdriver.com; > bernard.iremon...@intel.com; beilei.x...@intel.com; > wenzhu

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

2020-10-04 Thread Ori Kam
Hi Bing, PSB Best, Ori > -Original Message- > From: Bing Zhao > Sent: Thursday, October 1, 2020 3:26 AM > Subject: [PATCH 3/4] 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

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

2020-09-30 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