[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALx6S366Qu7+AJPe_ZHpECeaa+EeZeANXvQ4UPC7E=uft4mgdg@mail.gmail.com>
Date: Tue, 15 Dec 2015 14:11:05 -0800
From: Tom Herbert <tom@...bertland.com>
To: David Miller <davem@...emloft.net>
Cc: Linux Kernel Network Developers <netdev@...r.kernel.org>,
Kernel Team <kernel-team@...com>
Subject: Re: [PATCH net-next 0/8] net: The beginning of the end for
NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM
On Tue, Dec 15, 2015 at 1:32 PM, David Miller <davem@...emloft.net> wrote:
> From: Tom Herbert <tom@...bertland.com>
> Date: Mon, 14 Dec 2015 11:19:39 -0800
>
>> This patch set starts to address one front in the battle against
>> protocol ossification.
>
> Looks good series applied, thanks.
>
> Two things:
>
> 1) I'd ask you to reconsider passing that struct with the bit fields into
> the chk routines. Some cpu ABIs pass that thing as an aggregate on
> the stack. Whereas if you just use a simple bit mask and BIT(x) values
> we know it's always going to be passed in as an integer or whatever.
>
> 2) As per the TCP check, it is definitely more strict now. But I seriously
> doubt get ever gained anything real with the previous, looser, check.
> Besides, if it bites a user segment we will get a report and can adjust
> things.
>
> Thanks!
Looks like I may have missed a NETIF_F_ALL_CSUM in netronome driver,
will post fix shortly.
--
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