DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] virtio: Update max RX packet length
@ 2014-09-02  4:40 Ouyang Changchun
  2014-10-13  3:46 ` [dpdk-dev] [PATCH v2] " Ouyang Changchun
  0 siblings, 1 reply; 6+ messages in thread
From: Ouyang Changchun @ 2014-09-02  4:40 UTC (permalink / raw)
  To: dev

Update max RX packet length since virtio PMD has the capability of receiving and transmitting jumbo frame.

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

---
 lib/librte_pmd_virtio/virtio_ethdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_pmd_virtio/virtio_ethdev.h b/lib/librte_pmd_virtio/virtio_ethdev.h
index d2e1eed..1da3c62 100644
--- a/lib/librte_pmd_virtio/virtio_ethdev.h
+++ b/lib/librte_pmd_virtio/virtio_ethdev.h
@@ -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 \
-- 
1.8.4.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-28 16:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-02  4:40 [dpdk-dev] [PATCH] virtio: Update max RX packet length Ouyang Changchun
2014-10-13  3:46 ` [dpdk-dev] [PATCH v2] " Ouyang Changchun
2014-10-15 14:21   ` Thomas Monjalon
2014-10-28 14:38   ` Yan Freedland
2014-10-28 14:48     ` Thomas Monjalon
2014-10-28 16:26       ` Yan Freedland

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