DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] e1000: enable jumbo frame support for Intel 82583V
@ 2015-07-22  9:07 Klaus Degner
  2015-07-23  0:47 ` Lu, Wenzhuo
  0 siblings, 1 reply; 3+ messages in thread
From: Klaus Degner @ 2015-07-22  9:07 UTC (permalink / raw)
  To: dev

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

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

* Re: [dpdk-dev] [PATCH] e1000: enable jumbo frame support for Intel 82583V
  2015-07-22  9:07 [dpdk-dev] [PATCH] e1000: enable jumbo frame support for Intel 82583V Klaus Degner
@ 2015-07-23  0:47 ` Lu, Wenzhuo
  2015-07-26 12:58   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Lu, Wenzhuo @ 2015-07-23  0:47 UTC (permalink / raw)
  To: Klaus Degner, dev

Hi,

> -----Original Message-----
> From: Klaus Degner [mailto:kd@allegro-packets.com]
> Sent: Wednesday, July 22, 2015 5:08 PM
> To: dev@dpdk.org
> Cc: Lu, Wenzhuo; Klaus Degner
> Subject: [PATCH] e1000: enable jumbo frame support for Intel 82583V
> 
> 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>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

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

* Re: [dpdk-dev] [PATCH] e1000: enable jumbo frame support for Intel 82583V
  2015-07-23  0:47 ` Lu, Wenzhuo
@ 2015-07-26 12:58   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-07-26 12:58 UTC (permalink / raw)
  To: Klaus Degner; +Cc: dev

> > 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>
> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>

Applied, thanks

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

end of thread, other threads:[~2015-07-26 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-22  9:07 [dpdk-dev] [PATCH] e1000: enable jumbo frame support for Intel 82583V Klaus Degner
2015-07-23  0:47 ` Lu, Wenzhuo
2015-07-26 12:58   ` Thomas Monjalon

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