From mboxrd@z Thu Jan 1 00:00:00 1970 From: horseriver Subject: what is the use of poll function int a net_device struct Date: Mon, 14 Jan 2013 22:21:36 +0800 Message-ID: <20130114142136.GA17094@debian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: netdev@vger.kernel.org Return-path: Received: from mail-pa0-f42.google.com ([209.85.220.42]:54318 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756065Ab3AOJCL (ORCPT ); Tue, 15 Jan 2013 04:02:11 -0500 Received: by mail-pa0-f42.google.com with SMTP id rl6so2822722pac.29 for ; Tue, 15 Jan 2013 01:02:11 -0800 (PST) Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: hi: Where is the handler function defined for an netcard's IRQ ? When an IRQ has reached, how to wake_up the wait_queue of the socket? thanks1