Re: gro_cells: move to net/core/gro_cells.c

2017-02-08 Thread David Miller
From: Eric Dumazet Date: Tue, 07 Feb 2017 15:37:15 -0800 > From: Eric Dumazet > > We have many gro cells users, so lets move the code to avoid > duplication. > > This creates a CONFIG_GRO_CELLS option. > > Signed-off-by: Eric Dumazet Applied to net-next... thanks Eric :)

Re: gro_cells: move to net/core/gro_cells.c

2017-02-07 Thread Eric Dumazet
On Tue, 2017-02-07 at 15:37 -0800, Eric Dumazet wrote: > From: Eric Dumazet > > We have many gro cells users, so lets move the code to avoid > duplication. > > This creates a CONFIG_GRO_CELLS option. > > Signed-off-by: Eric Dumazet This is targeting net-next tree, just in case the lack of [P

gro_cells: move to net/core/gro_cells.c

2017-02-07 Thread Eric Dumazet
From: Eric Dumazet We have many gro cells users, so lets move the code to avoid duplication. This creates a CONFIG_GRO_CELLS option. Signed-off-by: Eric Dumazet --- drivers/net/Kconfig |3 + include/net/gro_cells.h | 86 +-- net/Kconfig |