Re: [PATCH v7] testpmd: add hairpin map parameter

2024-10-31 Thread Ferruh Yigit
On 10/31/2024 3:51 PM, Stephen Hemminger wrote: > On Thu, 31 Oct 2024 06:58:17 +0200 > Gregory Etelson wrote: > >> Hairpin offloads packet forwarding between ports. >> Packet is expected on Rx port , Rx queue and is forwarded >> to Tx port Tx queue . >> >> Testpmd implements a static hairpin co

Re: [PATCH v7] testpmd: add hairpin map parameter

2024-10-31 Thread Stephen Hemminger
On Thu, 31 Oct 2024 06:58:17 +0200 Gregory Etelson wrote: > Hairpin offloads packet forwarding between ports. > Packet is expected on Rx port , Rx queue and is forwarded > to Tx port Tx queue . > > Testpmd implements a static hairpin configuration scheme. > > The new parameter allows explicit

[PATCH v7] testpmd: add hairpin map parameter

2024-10-30 Thread Gregory Etelson
Hairpin offloads packet forwarding between ports. Packet is expected on Rx port , Rx queue and is forwarded to Tx port Tx queue . Testpmd implements a static hairpin configuration scheme. The new parameter allows explicit selection of Rx and Tx ports and queues in hairpin configuration. The new