From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chetan Kumar Subject: Some query on ingress policing Date: Thu, 17 Feb 2005 06:02:29 +0530 Message-ID: <17fe83cb05021616323c3dab@mail.gmail.com> References: <17fe83cb0502160349a4190d1@mail.gmail.com> Reply-To: Chetan Kumar Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: netdev@oss.sgi.com In-Reply-To: <17fe83cb0502160349a4190d1@mail.gmail.com> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org Hi List, It is really appreciable, if one of you can clarify me on this issue. I was going thro the packet journey thro the network stack in Linux. Now if I want enable ingress policing, it looks like packet classification and policing should happen in netif_rx (i.e in the interrupt context) before packet is queued on to the input queue am I missing something.