From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 27 Nov 2009 22:58:21 -0800 (PST) Message-Id: <20091127.225821.38680951.davem@davemloft.net> From: David Miller In-Reply-To: <20091127213824.53c5a23a@nehalam> References: <200911280043.58784.arnd@arndb.de> <20091127.161957.243886653.davem@davemloft.net> <20091127213824.53c5a23a@nehalam> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH 0/3] macvlan: support for guest vm direct rx/tx List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: shemminger@vyatta.com Cc: arnd@arndb.de, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, alacrityvm-devel@lists.sourceforge.net, pmullaney@novell.com From: Stephen Hemminger Date: Fri, 27 Nov 2009 21:38:24 -0800 > Maybe we should figure out a way for protocols to return new skb in netif_receive_skb > to avoid extra softirq, but avoid stack overflow? Eric Dumazet and I tried to find ways to handle this, please see the archives. It's not an easy problem to solve and none of the patches we came up with avoided crashes under high stress scenarios.