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

2020-10-08 Thread Ori Kam
Hi Bing > -Original Message- > From: Bing Zhao > Sent: Thursday, October 8, 2020 11:52 AM > Subject: [PATCH v2 1/6] ethdev: add hairpin bind and unbind APIs > > In single port hairpin mode, all the hairpin TX and RX queues belong > to the same device. After the queues are set up properly

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

2020-10-08 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