Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 30 Jul 2001 21:54:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 30 Jul 2001 21:54:24 -0400 Received: from pizda.ninka.net ([216.101.162.242]:50847 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Mon, 30 Jul 2001 21:54:19 -0400 From: "David S. Miller" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15206.3993.800893.762127@pizda.ninka.net> Date: Mon, 30 Jul 2001 18:53:29 -0700 (PDT) To: Maksim Krasnyanskiy Cc: linux-kernel@vger.kernel.org, andrea@suse.de, torvalds@transmeta.com, kuznet@ms2.inr.ac.ru Subject: Re: [PATCH] netif_rx from non interrupt context In-Reply-To: <4.3.1.0.20010730121828.05eaf310@mail1> In-Reply-To: <4.3.1.0.20010730121828.05eaf310@mail1> X-Mailer: VM 6.75 under 21.1 (patch 13) "Crater Lake" XEmacs Lucid Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Original-Recipient: rfc822;linux-kernel-outgoing Maksim Krasnyanskiy writes: > Generic function for the net drivers that call netif_rx from non interrupt context. > And TUN/TAP driver patch. No, let us do it explicitly in the drivers, not create a new API for this. Maybe we should add "Send to socket with BH disabled" or a "insert to generic linked list with spinlock held" interfaces too? :-) Later, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/