Re: [PATCH 1/5] cxgb4: Add T4 filter support

2012-11-29 Thread Ben Hutchings
On Thu, 2012-11-29 at 20:22 +0530, Vipul Pandya wrote: > The T4 architecture is capable of filtering ingress packets at line rate > using the rule in TCAM. If packet hits a rule in the TCAM then it can be > either > dropped or passed to the receive queues based on a rule settings. > > This patch

[PATCH 1/5] cxgb4: Add T4 filter support

2012-11-29 Thread Vipul Pandya
The T4 architecture is capable of filtering ingress packets at line rate using the rule in TCAM. If packet hits a rule in the TCAM then it can be either dropped or passed to the receive queues based on a rule settings. This patch adds framework for managing filters and to use T4's filter capabilit