From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Axtens Subject: Re: [PATCH v2 0/4] Check size of packets before sending Date: Fri, 26 Jan 2018 00:44:44 +1100 Message-ID: <87607qdpdf.fsf@linkitivity.dja.id.au> References: <20180125043109.28332-1-dja@axtens.net> <1516884036.3715.45.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org, Jason Wang , Manish.Chopra-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org, Marcelo Ricardo Leitner To: Eric Dumazet , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: <1516884036.3715.45.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ovs-dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org Errors-To: ovs-dev-bounces-yBygre7rU0TnMu66kgdUjQ@public.gmane.org List-Id: netdev.vger.kernel.org Hi Eric, > May I ask which tree are you targeting ? > > ( Documentation/networking/netdev-FAQ.txt ) I have been targeting net-next, but I haven't pulled for about two weeks. I will rebase and if there are conflicts I will resend early next week. > Anything touching GSO is very risky and should target net-next, > especially considering 4.15 is released this week end. > > Are we really willing to backport this intrusive series in stable > trees, or do we have a smaller fix for bnx2x ? I do actually have a smaller fix for bnx2x, although it would need more work: https://patchwork.ozlabs.org/patch/859410/ It leaves open the possibility of too-large packets causing issues on other drivers. DaveM wasn't a fan: https://patchwork.ozlabs.org/patch/859410/#1839429 Regards, Daniel > > Thanks.