Re: [PATCH v5 1/1] testpmd: add hairpin-map parameter

2024-10-29 Thread Stephen Hemminger
On Tue, 29 Oct 2024 21:51:40 + Ferruh Yigit wrote: > On 9/22/2024 7:50 AM, 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 config

Re: [PATCH v5 1/1] testpmd: add hairpin-map parameter

2024-10-29 Thread Ferruh Yigit
On 9/22/2024 7:50 AM, 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 selection of R

Re: [PATCH v5 1/1] testpmd: add hairpin-map parameter

2024-10-16 Thread Ferruh Yigit
On 9/22/2024 7:50 AM, 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 selection of R