|
Hi,
Did you try to add --mbuf-size option for dpdk-testpmd ? example) --max-pkt-len=9000 --mbuf-size 9000
Regards, MJ
--------- Original Message --------- Sender : Julien Plante <[email protected]> Date : 2022-05-16 16:38 (GMT+9) Title : Jumbo Frames on Memif PMD
Hi, I'm trying to use the memif PMD with Jumbo Frames, without any success yet. On standard packet size, I'm able to transmit packets using memif with the following commands: Terminal 1 (receiver, launch first): Terminal 2 (sender, launch second): When trying to send Jumbo Frames, I get an error on the server launch: # ./dpdk-testpmd -l 2-3 --vdev=net_memif0,id=0,role=server --file-prefix=pmd1 -- --forward-mode=rxonly --max-pkt-len=9000 Do you know if it is possible to increase this device max frame size for the memif PMD ? About what I tried: - Changing the bsize (Size of single packet buffer) option of the PMD to a value higher than 9000 (I tried 9000 and 2^14=16384). - Reading the doc (both DPDK's and VPP's), searching for MTU limitations, but saw no such thing. - Start from the error message to find where the device max frame size is set. It is initialized at drivers/net/memif/rte_eth_memif.c:198, Thanks for any help on this issue,
|
- Jumbo Frames on Memif PMD Julien Plante
- RE: Jumbo Frames on Memif PMD 김문정
