[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150309.152024.1504931799646487883.davem@redhat.com>
Date: Mon, 09 Mar 2015 15:20:24 -0400 (EDT)
From: David Miller <davem@...hat.com>
To: fw@...len.de
Cc: pablo@...filter.org, netfilter-devel@...r.kernel.org,
netdev@...r.kernel.org, azhou@...ira.com
Subject: Re: [PATCH nf-next 0/8] netfilter: untangle bridge and bridge
netfilter
From: Florian Westphal <fw@...len.de>
Date: Mon, 9 Mar 2015 18:35:15 +0100
> David Miller <davem@...hat.com> wrote:
>> > The 2nd (and last half) of the set folds nf_bridge_info into skbuff,
>> > at the end (where its not initialized at allocation time).
>> >
>> > The struct is a lot smaller by then (16 bytes on 64bit, 12 on 32bit)
>> > so we'd increase skbuff size only by 8.
>>
>> Sorry, increases in size of any kind of sk_buff are strongly discouraged.
>
> No need to be sorry, its not a show-stopper.
> Its the last patch in the series and nothing depends on this change.
>
>> Especially for something like nfbridge.
>
> Its not initialized, ever, if bridge is not used, so it shouldn't be a big
> deal.
It's about the overall size of the structure, not whether the member is
ever used or not.
--
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