lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 8 Jan 2016 16:42:54 -0800
From:	Jesse Gross <jesse@...nel.org>
To:	pravin shelar <pshelar@....org>
Cc:	Paolo Abeni <pabeni@...hat.com>,
	Linux Kernel Network Developers <netdev@...r.kernel.org>,
	Pravin Shelar <pshelar@...ira.com>,
	"David S. Miller" <davem@...emloft.net>,
	Flavio Leitner <fbl@...close.org>
Subject: Re: [PATCH net] openvswitch: compute needed headroom for internal vports

On Fri, Jan 8, 2016 at 2:53 PM, pravin shelar <pshelar@....org> wrote:
> On Fri, Jan 8, 2016 at 1:50 PM, Paolo Abeni <pabeni@...hat.com> wrote:
>> Currently the ovs internal vports always use a default needed_headroom.
>> This leads to a skb head copy while xmitting on ovs swith via vport
>> that add some kind of encapsulation (gre, geneve, etc.).
>>
>> This patch add book-keeping for the maximum needed_headroom used by
>> the non internal vports in any dp, updating it on vport creation and
>> deletion.
>>
>> Said value is than used as needed_headroom for internal vports,
>> avoiding the above copy.
>>
> Why is this done only for internal devices? In most common case of
> traffic the packet enters OVS from tap or other netdev type vport
> device.

How would you influence the allocation for non-internal devices?

Powered by blists - more mailing lists