[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1453336495.1223.341.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Wed, 20 Jan 2016 16:34:55 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Jesse Gross <jesse@...nel.org>
Cc: John <john.phillips5@....com>, Thomas Graf <tgraf@...g.ch>,
Linux Kernel Network Developers <netdev@...r.kernel.org>,
Tom Herbert <tom@...bertland.com>, david.roth@....com,
Pravin B Shelar <pshelar@...ira.com>
Subject: Re: Kernel memory leak in bnx2x driver with vxlan tunnel
On Wed, 2016-01-20 at 16:19 -0800, Jesse Gross wrote:
> I have a patch that implements the comparison between dsts. For
> packets without a dst, there isn't really a cost and if we do have a
> dst then GRO is still a benefit. So it seems like it is worth doing,
> even if it is more expensive than is ideal.
You guys really want to kill GRO performance.
Really the aggregation should happen at the first layer (ethernet
device), instead of doing it after tunnel decap.
This is already done for GRE, IPIP, SIT, ...
GRO having to access metadata looks wrong, if you think about trying to
do the same function in hardware (offload)
Powered by blists - more mailing lists