[dpdk-dev] Sharing of pipelines in IP_PIPELINE application

2017-07-05 Thread Nidhia Varghese
help. Regards, Nidhia Varghese

Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-06-04 Thread Nidhia Varghese
s the flow classification type. > > Regards, > Cristian > > Regards, Nidhia Varghese

Re: [dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-06-01 Thread Nidhia Varghese
Hi, Any comments on the below thread? Thanks, Nidhia On Tue, May 30, 2017 at 12:33 PM, Nidhia Varghese < nidhiavarghes...@gmail.com> wrote: > Hi, > > This is how I want my pipelines to work:- > Pipeline 4: > Has to get the source mac address and save it in 160th(160-167)

[dpdk-dev] Getting meta data from different pipelines in ip_pipeline application

2017-05-30 Thread Nidhia Varghese
dma_dst_offset = 175 dma_src_offset = 23 dma_src_mask = FF00 dma_hash_offset = 208 [PIPELINE7] .. .. key_size = 16 key_offset = 160 key_mask = 0FFF00FF .. Thanks for your reply and help. Regards, Nidhia Varghese

[dpdk-dev] Adding a new pipeline type in IP_PIPELINE application

2017-05-26 Thread Nidhia Varghese
s 6 (actually it should return 7 so as it has included newly created pipeline type). Do I have to make changes anywhere regarding the newly created pipeline? -- Regards, Nidhia Varghese

Re: [dpdk-dev] Defining multiple actions based on a field value for the same table lookup in ip_pipeline application

2017-05-18 Thread Nidhia Varghese
7 at 7:34 PM, Shyam Shrivastav < shrivastav.sh...@gmail.com> wrote: > For each table a lookup hit and miss function can be registered, have a > look at > rte_pipeline_run(struct rte_pipeline *p) for the semantics > Thanks, Nidhia Varghese

[dpdk-dev] Defining multiple actions based on a field value for the same table lookup in ip_pipeline application

2017-05-18 Thread Nidhia Varghese
peline application? If so, how can I do that? Thanks for your reply and help. Thanks, Nidhia Varghese

Re: [dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-09 Thread Nidhia Varghese
Hi all, Thanks for your reply. As given in the link(3rd point), what I need is single writer thread(pipeline) performing table entry add/delete operations and another thread(which is in turn another pipeline) that performs lookup operations to the same table entries. Thanks, Nidhia Varghese

[dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-07 Thread Nidhia Varghese
Hi, Any comments on this question? Thanks, Nidhia -- Forwarded message -- From: Nidhia Varghese Date: Thu, May 4, 2017 at 3:43 PM Subject: Sharing tables among pipelines To: dev@dpdk.org, us...@dpdk.org Hi, For my pipeline application, I want to share same table between two

[dpdk-dev] Sharing tables among pipelines

2017-05-04 Thread Nidhia Varghese
Hi, For my pipeline application, I want to share same table between two different pipeline. Is that possible? If yes, how can I do it? Thanks for your reply and help. -- Regards, Nidhia Varghese

Re: [dpdk-dev] [dpdk-users] Adding multiple fields as key in ip_pipeline application

2017-05-02 Thread Nidhia Varghese
t-metadata for classification. > > > > Thanks for your reply and help. > > > Regards, > Nidhia Varghese > -- Regards, Nidhia Varghese

[dpdk-dev] Adding multiple fields as key in ip_pipeline application

2017-04-28 Thread Nidhia Varghese
file in the src_mask field? Is there any way to take these fields separately and keep in headroom and then use them to calculate hash for lookup? Thanks for your reply and help. Regards, Nidhia Varghese

[dpdk-dev] Customizing flow classification pipeline in IP-PIPELINE application

2017-04-21 Thread Nidhia Varghese
Hi, What is the use of flow id offset in flow classification pipeline? What all changes should I make to flow classification pipeline if I have to forward packets based on single vlan id(rather than 2 vlan id as in qinq packets)? Regards, Nidhia Varghese

[dpdk-dev] Adding flow entries through CLI for flow classification pipeline

2017-04-21 Thread Nidhia Varghese
inq bulk" failed -- Regards, Nidhia Varghese

[dpdk-dev] Printing statistics on running passthrough pipeline in ip_pipeline application

2017-04-20 Thread Nidhia Varghese
ket being received and forwarded using wireshark. But not able to see in the statistics. Isn't this the right command to use? Thanks for your reply and help. Regards, Nidhia Varghese

[dpdk-dev] "Cannot configure device: err=-16" resource busy error on running dpdk applications

2017-04-20 Thread Nidhia Varghese
ethdev on numa socket 0 PMD: bnxt_rte_pmd_init() called for (null) Lcore 0: RX port 0 Lcore 1: RX port 1 Initializing port 0... EAL: Error - exiting with code: 1 Cause: Cannot configure device: err=-16, port=0 IHow can I solve this issue? Thanks for your reply and help. -- Regards, Nidhia

Re: [dpdk-dev] Working of pipeline in a given config file and regarding user-defined actions in IP_PIPELINE application

2017-04-17 Thread Nidhia Varghese
s in some unused headroom space, and > then point the key offset to this buffer location. > > > > >Regards, > >Nidhia Varghese > > Regards, > Cristian > -- Regards, Nidhia Varghese

Re: [dpdk-dev] Working of pipeline in a given config file and regarding user-defined actions in IP_PIPELINE application

2017-04-11 Thread Nidhia Varghese
< cristian.dumitre...@intel.com> wrote: > Hi Nidhia, > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nidhia Varghese > > Sent: Monday, April 10, 2017 8:27 AM > > To: Singh, Jasvinder > > Cc: dev@dpdk.org; us...@dpdk.org >

Re: [dpdk-dev] Working of pipeline in a given config file and regarding user-defined actions in IP_PIPELINE application

2017-04-10 Thread Nidhia Varghese
ed to distinguish the ports? Thanks, Nidhia On Fri, Apr 7, 2017 at 4:50 PM, Singh, Jasvinder wrote: > Hi Nidhia, > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nidhia Varghese > > Sent: Thursday, April 6, 2017 10:07 AM > &g

[dpdk-dev] Working of pipeline in a given config file and regarding user-defined actions in IP_PIPELINE application

2017-04-06 Thread Nidhia Varghese
define actions for ports? Thanks for your reply and help. -- Regards, Nidhia Varghese

[dpdk-dev] Work with IP_PIPELINE application with non-supporting NIC

2017-04-03 Thread Nidhia Varghese
o3" I found that usage of --vdev argument is not supported for ip pipeline applications. In what way I can receive packets from a non-supporting NIC and give it to the pipeline for processing? Thank you so much for your reply and help. -- Regards, Nidhia Varghese