* [dpdk-users] Jumbo Packet Support
@ 2018-03-27 12:48 mohammad reza piroozi
0 siblings, 0 replies; 2+ messages in thread
From: mohammad reza piroozi @ 2018-03-27 12:48 UTC (permalink / raw)
To: users
Hi,
I configured my own DPDK-based application to support jumbo frames:
- port_conf.rxmode.jumbo_frame = 1
- port_conf.rxmode.max_rx_pkt_len = 9600
After this configuration I can receive jumbo packets but I can not transmit
those packets. Can somebody help me please?
- DPDK version: 17.05.2
- NIC: Intel 82599
- Driver: ixgbe
Thanks,
MRP
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-users] Jumbo Packet Support
@ 2015-12-14 18:51 Lawrence MacIntyre
0 siblings, 0 replies; 2+ messages in thread
From: Lawrence MacIntyre @ 2015-12-14 18:51 UTC (permalink / raw)
To: users
Hi:
I am attempting to use DPDK v2.1.0 and noticed that there appears to be
nascent support for jumbo packets. For example, in the example
application l2fwd, the comments reference an EAL parameter
--enable-jumbo. However, in the EAL library routines, that parameter
doesn't exist. I looked into the librte_ether/rte_ethdev.c routine and
found that if I modify the l2fwd example as so:
modify Line 119:
.jumbo_frame = 0
to
.jumbo_frame = 1,
.max_rx_pkt_len = 9000,
that the program will compile and run, but any packets larger than 2006
bytes are truncated. What do I need to do in order to make the program
support jumbo packets (9000 bytes in my case)? Or is there a different
but better way to support 9000 byte packets at rates close to 10 Gb/s?
Thanks,
Lawrence
--
Lawrence MacIntyre macintyrelp@ornl.gov Oak Ridge National Laboratory
865.574.7401 Cyber Space and Information Intelligence Research Group
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-27 12:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27 12:48 [dpdk-users] Jumbo Packet Support mohammad reza piroozi
-- strict thread matches above, loose matches on Subject: below --
2015-12-14 18:51 Lawrence MacIntyre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).