Re: [PATCH net-next 1/5] netdev: introduce ndo_set_rx_headroom

2016-02-24 Thread Paolo Abeni
On Tue, 2016-02-23 at 11:20 -0800, pravin shelar wrote: > On Tue, Feb 23, 2016 at 4:53 AM, Paolo Abeni wrote: > > This method allows the controlling device (i.e. the bridge) to specify > > additional headroom to be allocated for skb head on frame reception. > > > > Signed-off-by: Paolo Abeni > >

Re: [PATCH net-next 1/5] netdev: introduce ndo_set_rx_headroom

2016-02-23 Thread pravin shelar
On Tue, Feb 23, 2016 at 4:53 AM, Paolo Abeni wrote: > This method allows the controlling device (i.e. the bridge) to specify > additional headroom to be allocated for skb head on frame reception. > > Signed-off-by: Paolo Abeni > --- > include/linux/netdevice.h | 20 > 1 file

[PATCH net-next 1/5] netdev: introduce ndo_set_rx_headroom

2016-02-23 Thread Paolo Abeni
This method allows the controlling device (i.e. the bridge) to specify additional headroom to be allocated for skb head on frame reception. Signed-off-by: Paolo Abeni --- include/linux/netdevice.h | 20 1 file changed, 20 insertions(+) diff --git a/include/linux/netdevice.h