Re: [dpdk-dev] [PATCH 2/4] ethdev: add new attributes to hairpin config

2020-10-07 Thread Bing Zhao
Hi Ori, > -Original Message- > From: Ori Kam > Sent: Sunday, October 4, 2020 5:22 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 2/4] ethdev: add new attributes to hairpin config

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 2/4] ethdev: add new attributes to hairpin config > > To support two ports hairpin mode and keep the backward compatibility > for the application, two new attribute

[dpdk-dev] [PATCH 2/4] ethdev: add new attributes to hairpin config

2020-09-30 Thread Bing Zhao
To support two ports hairpin mode and keep the backward compatibility for the application, two new attribute members of hairpin queue config structure are added. `tx_explicit` means if the application itself will insert the TX part flow rules. If not set, PMD will insert the rules implicitly. `man