virtio: increase max Rx packet length
authorOuyang Changchun <changchun.ouyang@intel.com>
Mon, 13 Oct 2014 03:46:12 +0000 (11:46 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Oct 2014 14:16:40 +0000 (16:16 +0200)
Since commit 13ce5e7eb94 ("virtio: mergeable buffers"),
this driver has the capability of receiving and transmitting jumbo frame.
So update max Rx packet length.

Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
Tested-by: Jingguo Fu <jingguox.fu@intel.com>
lib/librte_pmd_virtio/virtio_ethdev.h

index d2e1eed..1da3c62 100644 (file)
@@ -53,7 +53,7 @@
 #define VIRTIO_MAX_TX_QUEUES 128
 #define VIRTIO_MAX_MAC_ADDRS 1
 #define VIRTIO_MIN_RX_BUFSIZE 64
-#define VIRTIO_MAX_RX_PKTLEN  1518
+#define VIRTIO_MAX_RX_PKTLEN  9728
 
 /* Features desired/implemented by this driver. */
 #define VTNET_FEATURES \