All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saikiran Madugula <hummerbliss@gmail.com>
To: "Beyer, Philipp" <Philipp.Beyer@alliedvisiontec.com>
Cc: netfilter@vger.kernel.org
Subject: Re: evaluating kernel-mode packet processing (netfilter target extension?)
Date: Tue, 06 Oct 2009 17:59:26 +0100	[thread overview]
Message-ID: <4ACB776E.1090909@gmail.com> (raw)
In-Reply-To: <96837AF99C543646B54E8DA1A0315D5677B187@ahr-mail.avtnet.local>

Beyer, Philipp wrote:
>  
> Having read some more, I think a bridging network driver could be the thing I'm looking for, although I don't need any bridging functionality at all.
> 
> Could anyone tell me if this concept is reasonable, pragmatic, bad or even impossible:
> 
> - Writing a bridging network driver, meant to be connected only to a single physical NIC.
> - Consuming all UDP packets I'm interested in, managing some buffers inside the 'bridging driver' to be filled with these packets' payload
> - Setting up some kind of streaming to send these buffers to user space
> - Simply passing all 'other' network traffic through the bridging driver.

Have you explored the possibility of using libpcap-mmap or PF_RING for streaming
required packets to user-space?

      reply	other threads:[~2009-10-06 16:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-05 14:56 evaluating kernel-mode packet processing (netfilter target extension?) Beyer, Philipp
2009-10-06 15:34 ` Beyer, Philipp
2009-10-06 16:59   ` Saikiran Madugula [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ACB776E.1090909@gmail.com \
    --to=hummerbliss@gmail.com \
    --cc=Philipp.Beyer@alliedvisiontec.com \
    --cc=netfilter@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.