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

2024-09-22 Thread Etelson, Gregory
On Fri, 20 Sep 2024, Singh, Aman Deep wrote: External email: Use caution opening links or attachments Hi Gregory, Can you please resolve the compilation issues seen with this patch. Hello, I've posted v5. Regards, Gregory

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

2024-09-20 Thread Singh, Aman Deep
Hi Gregory, Can you please resolve the compilation issues seen with this patch. 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

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

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