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

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

2024-10-28 Thread Gregory Etelson
Hello, Is this patch scheduled to be merged into DPDK-24.11 ? What can I do to speed up it's integration ? Regards, Gregory

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

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

2024-09-21 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