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
| ||
|
Message-ID: <20170530150813.GE22758@lunn.ch> Date: Tue, 30 May 2017 17:08:13 +0200 From: Andrew Lunn <andrew@...n.ch> To: Vivien Didelot <vivien.didelot@...oirfairelinux.com> Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, kernel@...oirfairelinux.com, "David S. Miller" <davem@...emloft.net>, Florian Fainelli <f.fainelli@...il.com> Subject: Re: [PATCH net-next 0/7] net: dsa: tagger simplification On Tue, May 30, 2017 at 10:21:24AM -0400, Vivien Didelot wrote: > The DSA layer has a dsa_device_ops structure containing two members to > tag and untag the proprietary switch header, called xmit and rcv. > > The switch tree and slave private structures respectively hold a useless > copy of the rcv and xmit functions. The tagging implementations use > useless goto labels and only the rcv caller (partially) handles the SKB > freeing. The rcv function also contains unused arguments. > > This patchset removes the copy of rcv and xmit functions, the unused > arguments of the rcv signature and the useless labels, and handles > freeing of the SKB in the xmit caller. Hi Vivien Since these changes are dealing with the hot path of the network stack, it would be good to see some performance results. In particular, from a high performance machine, 10Gbps interfaces, where DSA is enabled, as a distro kernel might have. Andrew
Powered by blists - more mailing lists