All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikita Kozlov <nikita@gandi.net>
To: dev@dpdk.org
Subject: Release of Packet Journey
Date: Thu, 29 Oct 2015 20:53:41 +0100	[thread overview]
Message-ID: <56327945.3090804@gandi.net> (raw)

Hello,

We have opensourced our dpdk-based project, Packet Journey
https://github.com/Gandi/packet-journey .

Packet Journey is a combinationof Linux RT_NETLINK and severalparts
ofDPDK (rte_kni, rte_lpm, rte_acl, rte_cmdline) and is intended to
serveas an edge router.

Our use case is:
- pktj starts several forwarding threads and a KNI thread per external port
- pktj launches a script which configures the KNI interface (MAC, IP,
VLAN) and launches a BGP daemon
- the host receives routes from the BGP daemon
- the BGP daemon injects the routes in Linux
- pktj receives the routes from NETLINK and put them in LPM in our
"control" threads
- pktj forwards packets to the KNI if the packets are
  - for the KNI IP or
  - if the neighbor is not known yet
  - if ttl reaches 0
- pktj filters packets if they match an ACLor if they exceed the rate
limit, kni output is also rate-limited
- pktj forwards packetsdirectly from the RXqueue to the TXqueue if the
neighbor is known

-- 
Nikita

             reply	other threads:[~2015-10-29 19:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29 19:53 Nikita Kozlov [this message]
2015-10-29 23:21 ` Release of Packet Journey Vladimir Medvedkin

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=56327945.3090804@gandi.net \
    --to=nikita@gandi.net \
    --cc=dev@dpdk.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.