DPDK patches and discussions
 help / color / mirror / Atom feed
From: Klaus Degner <kd@allegro-packets.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] e1000: enable jumbo frame support for Intel 82583V
Date: Wed, 22 Jul 2015 11:07:43 +0200	[thread overview]
Message-ID: <1437556063-16075-1-git-send-email-kd@allegro-packets.com> (raw)

This patch enables jumbo frame support for the 82583V.
It has been tested ( rx and tx ) with real HW.

Signed-off-by: Klaus Degner <kd@allegro-packets.com>
---
 drivers/net/e1000/em_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/e1000/em_ethdev.c b/drivers/net/e1000/em_ethdev.c
index d8c04e7..07c75bb 100644
--- a/drivers/net/e1000/em_ethdev.c
+++ b/drivers/net/e1000/em_ethdev.c
@@ -893,11 +893,11 @@ em_get_max_pktlen(const struct e1000_hw *hw)
 	case e1000_pch2lan:
 	case e1000_82574:
 	case e1000_80003es2lan: /* 9K Jumbo Frame size */
+	case e1000_82583:
 		return (0x2412);
 	case e1000_pchlan:
 		return (0x1000);
 	/* Adapters that do not support jumbo frames */
-	case e1000_82583:
 	case e1000_ich8lan:
 		return (ETHER_MAX_LEN);
 	default:
-- 
2.4.5

             reply	other threads:[~2015-07-22  9:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-22  9:07 Klaus Degner [this message]
2015-07-23  0:47 ` Lu, Wenzhuo
2015-07-26 12:58   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437556063-16075-1-git-send-email-kd@allegro-packets.com \
    --to=kd@allegro-packets.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).