netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* netfilter Integration with hardware
@ 2010-01-21 19:11 net expert
  0 siblings, 0 replies; only message in thread
From: net expert @ 2010-01-21 19:11 UTC (permalink / raw)
  To: netfilter-devel

Hello,

We have general purpose CPU (PPC) and an ASIC on our board. ASIC can
perform all lookups according to the packet address/port
source/destination,protocol type, MAC address source/destination.
Depending on the outcome of
the lookup ASIC can
- drop the packet
- forward the packet to one of the interfaces
- forward the packet to the CPU and so on.


We are running 2.6 Linux kernel in the CPU. Naturally I would like to
use netfilter for management of the hardware (ASIC) tables and use the
hardware to forward as many packets as possible without CPU
intervention.

I read through the documentation and started to study the source code.
It appears, that it's possible to solve the
problem. But I would like to avoid solving the same time problem
twice. Is there any example(s) for this type of integration ? any
documentation/tips/links could save me lot of time.

Thanks,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-21 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-21 19:11 netfilter Integration with hardware net expert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).