DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Sending out jumbo frames in DPDK application
@ 2017-03-15  9:10 mohammad reza piroozi
  0 siblings, 0 replies; only message in thread
From: mohammad reza piroozi @ 2017-03-15  9:10 UTC (permalink / raw)
  To: users

Hello

I want to process jumbo frames in my DPDK based application. I set the
“rte_eth_conf.rxmode.jumbo_frame”
field to 1 and “rte_eth_conf.rxmode.max_rx_pkt_len” to 9600. Now, my
application can receives one jumbo frame as one mbuf chain. Then I send out
those mbufs from another port. DPDK sends out mbufs as multiple separate 2KB
 frames (no one jumbo frame).
I also set MTU of ports to 9600. My NIC is 82599ES 10-Gigabit SFI/SFP+.

How can I send out the mbuf chain as one jumbo frame?

Thanks,
MRP

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-15  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-15  9:10 [dpdk-users] Sending out jumbo frames in DPDK application mohammad reza piroozi

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).