On Wed, Jan 15, 2020 at 06:52:03PM +1100, Duncan Roe wrote: > In pktb_alloc, declare struct ethhdr *ethhdr at function start, > thus avoiding cute braces on case AF_BRIDGE. > This costs nothing and generates less code. Applied, thanks.
On Wed, Jan 15, 2020 at 06:52:03PM +1100, Duncan Roe wrote: > In pktb_alloc, declare struct ethhdr *ethhdr at function start, > thus avoiding cute braces on case AF_BRIDGE. > This costs nothing and generates less code. Applied, thanks.