Re: [dpdk-dev] [PATCH 1/4] ethdev: add hairpin bind and unbind APIs

2020-10-07 Thread Ori Kam
Hi Bing, > -Original Message- > From: Bing Zhao > Sent: Wednesday, October 7, 2020 2:22 PM > Subject: RE: [PATCH 1/4] ethdev: add hairpin bind and unbind APIs > > Hi Ori, > > > -Original Message- > > From: Ori Kam > > Sent: Sunday, October 4, 2020 5:20 PM > > Subject: RE: [PATC

Re: [dpdk-dev] [PATCH 1/4] ethdev: add hairpin bind and unbind APIs

2020-10-07 Thread Bing Zhao
Hi Ori, > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 5:20 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 1/4] ethdev: add hairpin bind and unbind APIs

2020-10-04 Thread Ori Kam
Hi Bing, PSB, Thanks, Ori > -Original Message- > From: Bing Zhao > Sent: Thursday, October 1, 2020 3:26 AM > Cc: dev@dpdk.org > Subject: [PATCH 1/4] ethdev: add hairpin bind and unbind APIs > > In single port hairpin mode, all the hairpin TX and RX queues belong > to the same device. Af

[dpdk-dev] [PATCH 1/4] ethdev: add hairpin bind and unbind APIs

2020-09-30 Thread Bing Zhao
In single port hairpin mode, all the hairpin TX and RX queues belong to the same device. After the queues are set up properly, there is no other dependency between the TX queue and its RX peer queue. The binding process that connected the TX and RX queues together from hardware level will be done a