From: Eric Dumazet Date: Tue, 20 Oct 2009 08:06:22 +0000 (-0700) Subject: filter: Add SKF_AD_QUEUE instruction X-Git-Tag: v2.6.33-rc1~388^2~751 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19742fb1c68e6db83b76e06dea5a374c99e104f;p=pandora-kernel.git filter: Add SKF_AD_QUEUE instruction It can help being able to filter packets on their queue_mapping. If filter performance is not good, we could add a "numqueue" field in struct packet_type, so that netif_nit_deliver() and other functions can directly ignore packets with not expected queue number. Lets experiment this simple filter extension first. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed