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:	Thu, 2 Oct 2014 14:31:36 -0700
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	Jason Baron <jbaron@...mai.com>
Cc:	netdev@...r.kernel.org, kaber@...sh.net
Subject: Re: macvlan: optimizing the receive path?

On Thu, 02 Oct 2014 16:28:13 -0400
Jason Baron <jbaron@...mai.com> wrote:

> Hi,
> 
> I was just wondering why the netif_rx(skb) call in macvlan_handle_frame()
> was necessary? IE:


It is to prevent too deep a call stack of
  netif_receive_skb
     macvlan_receive
        netif_receive_skb ...
--
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