DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] JUMBO FRAMEs on virtio in dpdk 18.11
@ 2018-12-12 11:58 RAJESH KUMAR S.R
  0 siblings, 0 replies; only message in thread
From: RAJESH KUMAR S.R @ 2018-12-12 11:58 UTC (permalink / raw)
  To: users

Hi,

I need a help/clarification regarding the latest dpdk 18.11 version. I'm
new to dpdk.

I'm running a custom app which uses dpdk 18.02 version.
Recently, I upgraded dpdk to 18.11 version. I see that Jumbo frames are not
passing via virtio interfaces which were earlier passing through virtio
interface.

Do virtio support jumbo frames for dpdk 18.11 version?  I don't see the
"DEV_RX_OFFLOAD_JUMBO_FRAME" set for rx_offload in vritio driver which is
present in other dirvers like e1000 driver.

Earlier(with dpdk 18.02) I was enabling the jumbo frames using
"jumbo_frame" attribute as part of "rxmode" in device configuration and
after setting mtu as 9000, I was able to pass larger packets of size ~8100
in virtio.
As the rxmode struct is removed and offloads are used, I set the
DEV_RX_OFFLOAD_JUMBO_FRAME flag as part of rx_offloads but I'm getting this
error for virtio,
"requested Rx offloads 0x800 doesn't match Rx offloads capabilities 0x21d
in rte_eth_dev_configure()"
I see that the max allowed packet size in virtio code is ~9000 B
#define VIRTIO_MAX_RX_PKTLEN  9728U
I just tried disabling the offload check and running after setting the
required higher mtu , but larger packets are not passing through.

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

only message in thread, other threads:[~2018-12-12 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12 11:58 [dpdk-users] JUMBO FRAMEs on virtio in dpdk 18.11 RAJESH KUMAR S.R

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