From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jasvinder Singh <jasvinder.singh@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v5] ip_pipeline: add more functions to routing-pipeline
Date: Mon, 07 Dec 2015 01:55:24 +0100 [thread overview]
Message-ID: <2236848.gZKv1toHWy@xps13> (raw)
In-Reply-To: <1449051743-26873-1-git-send-email-jasvinder.singh@intel.com>
2015-12-02 10:22, Jasvinder Singh:
> This patch adds following features to the
> routing-pipeline to enable it for various NFV
> use-cases;
>
> 1.Fast-path ARP table enable/disable
> 2.Double-tagged VLAN (Q-in-Q) packet enacapsulation
> for the next-hop
> 3.MPLS encapsulation for the next-hop
> 4.Add colour (Traffic-class for QoS) to the MPLS tag
> 5.Classification action to select the input queue
> of the hierarchical schedular (QoS)
>
> The above proposed features can be enabled
> (or disabled) through the parameters specified
> in configuration file as below;
>
> [PIPELINE0]
> type = ROUTING
> core = 1
> pktq_in = RXQ0.0 RXQ1.0 RXQ2.0 RXQ3.0
> pktq_out = TXQ0.0 TXQ1.0 TXQ2.0 TXQ3.0
> n_routes = 4096
> n_arp_entries = 1024
> ip_hdr_offset = 142
> arp_key_offset = 64
> l2 = qinq
> qinq_sched = no
>
> The LPM table entries might include additional
> fields depending upon the packet encapsulation
> (Q-in-Q, MPLS)for the next-hop. The CLI
> commands for adding or deleting such entries
> to LPM table have been implemented. Action
> handlers for QinQ and MPLS encapsulation,
> classification action to select the input queue
> of the hierarchical schedular(QoS) and adding
> colour (Traffic-class for QoS) to the MPLS
> tag have been implemented.
>
> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Applied, thanks
prev parent reply other threads:[~2015-12-07 0:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 15:20 [dpdk-dev] [PATCH] " Jasvinder Singh
2015-09-30 15:38 ` Dumitrescu, Cristian
2015-10-01 9:05 ` [dpdk-dev] [PATCH v2] " Jasvinder Singh
2015-10-01 9:09 ` Dumitrescu, Cristian
2015-10-01 11:00 ` Neil Horman
2015-10-01 12:37 ` Dumitrescu, Cristian
2015-10-01 17:18 ` Neil Horman
2015-10-19 10:59 ` [dpdk-dev] [PATCH v3] " Jasvinder Singh
2015-10-28 10:35 ` [dpdk-dev] [PATCH v4] " Jasvinder Singh
2015-12-02 10:22 ` [dpdk-dev] [PATCH v5] " Jasvinder Singh
2015-12-07 0:55 ` Thomas Monjalon [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=2236848.gZKv1toHWy@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=jasvinder.singh@intel.com \
/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 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).