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] [day] [month] [year] [list]
Date:	Thu, 19 Dec 2013 00:16:45 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	f.fainelli@...il.com
Cc:	netdev@...r.kernel.org, eric.dumazet@...il.com
Subject: Re: HW accelerated support for setting skb->pkt_type?

From: Florian Fainelli <f.fainelli@...il.com>
Date: Wed, 18 Dec 2013 18:29:37 -0800

> I work with two Ethernet controllers which can tell on a per-packet
> basis whether this is a broadcast, unicast or multicast, eventually
> allowing me to bypass the initial checks done in eth_type_trans().
> 
> Is there any other hardware out there which supports that, and is
> there any interest in optimizing that operation?

There is zero benefit from this, since you're going to have to touch
the packet headers anyways and the memory access from that dwarfs
anything else.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ