Re: [PATCH net-next 3/5] ovs: propagate per dp max headroom to all vports

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 patch implements bookkeeping support to compute the maximum > > headroom for all the devices in each datapath. When said value > > changes, the underlying devs are notified via th

Re: [PATCH net-next 3/5] ovs: propagate per dp max headroom to all vports

2016-02-23 Thread pravin shelar
On Tue, Feb 23, 2016 at 4:53 AM, Paolo Abeni wrote: > This patch implements bookkeeping support to compute the maximum > headroom for all the devices in each datapath. When said value > changes, the underlying devs are notified via the > ndo_set_rx_headroom method. > > This also increases the inte

[PATCH net-next 3/5] ovs: propagate per dp max headroom to all vports

2016-02-23 Thread Paolo Abeni
This patch implements bookkeeping support to compute the maximum headroom for all the devices in each datapath. When said value changes, the underlying devs are notified via the ndo_set_rx_headroom method. This also increases the internal vports xmit performance. Signed-off-by: Paolo Abeni ---