[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1358355038.19956.694.camel@edumazet-glaptop>
Date: Wed, 16 Jan 2013 08:50:38 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Yuval Mintz <yuvalmin@...adcom.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
Eilon Greenstein <eilong@...adcom.com>, ariele@...adc_tym.com
Subject: Re: [PATCH net-next] bnx2x: fix GRO parameters
On Wed, 2013-01-16 at 16:38 +0200, Yuval Mintz wrote:
> I think we have a misunderstanding here - when LRO is on, our FW works in
> TPA_MODE_LRO (LRO/GRO FW are mutually exclusive). In that mode, the bnx2x
> driver will not try to 'fake' GRO packets in the same manner.
I think you didn't really understand the issue then.
Call the hardware assist Receive Offload "LRO" if you really want, even
if not using net/ipv4/inet_lro.c , but provide :
gso_segs and gso_type as well. (Its useful for various things, check
netif_skb_features() for another example)
Or else we need to parse the headers again to check IPv4/ v6 / TCP / UDP
later.
There is no downside providing gso_segs and gso_type, you have all
needed information as shown in the patch I cooked and tested.
Our goal is to remove CONFIG_INET_LRO, so all multi-segments packets
should have the same set of parameters (gso_size, gso_segs, gso_type)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists