[dpdk-users] Regarding table action handler miss - flow classification pipeline

2018-04-16 Thread sharanya k
Hi, In my application, I have to use get_ml_table_ah_miss function. I guessed that this function will be called after sending packets. But it seems like this function gets executed during the pipeline initialisation itself.(Before sending packets) After sending packets, Will this function gets ca

[dpdk-users] Creating a new flow table

2018-04-18 Thread sharanya k
Hi, In my application, I want to share the flow table between 2 pipelines. Can I just create a new flow table for lookup apart from the table in the pipeline so that I can share them? Thanks, Sharanya

[dpdk-users] Getting error while configuring dpdk-reg.

2018-02-04 Thread sharanya k
Hi, I have installed dpdk-stable-17.08.1.While configuring dpdk, I tried to set the dpdk environment to build x86_64-native-linuxapp-gcc. But it shows some errors as follows, In file included from /home/ladmin/dpdk-stable-17.08.1/lib/librte_eal/linuxapp/eal/eal.c:57:0: /home/ladmin/dpdk-stable-17

Re: [dpdk-users] Getting error while configuring dpdk-reg.

2018-02-05 Thread sharanya k
I got it sir.Thank you On Mon, Feb 5, 2018 at 7:27 PM, Wiles, Keith wrote: > > >> On Feb 5, 2018, at 12:16 AM, sharanya k wrote: >> >> Hi, >> >> I have installed dpdk-stable-17.08.1.While configuring dpdk, I tried >> to set the dpdk environment to b

[dpdk-users] Enabling stats in pipeline applications

2018-02-08 Thread sharanya k
Hi, I am running an ip pipeline application in dpdk version 17.08.1 (stable). I can see the packets getting received and send through Wireshark. But, I couldn't get the statistics in the pipeline app using the following command. pipeline> p 1 stats port in 0 Pipeline 1 - stats for input port 0: Pk

Re: [dpdk-users] Enabling stats in pipeline applications

2018-02-09 Thread sharanya k
l configs or remake target > configuration by > > make config T=$RTE_TARGET > > -- Original Message -- > > From: sharanya k [ksharanya...@gmail.com] > To: [users@dpdk.org] > Date: Thu 08 February 2018 [6:45:13 PM] > Subject: [dpdk-users] Enabling stats in pipeline application

[dpdk-users] Mac learning pipeline

2018-02-13 Thread sharanya k
Hi all, I want to create an ip pipeline application where the upstream should learn the source mac address along with the port and the downstream has to forward packets based on that mac learned table.Can I just use any existing pipeline application as such for this mac learning?If not what should

Re: [dpdk-users] Mac learning pipeline

2018-02-16 Thread sharanya k
Hi, Any comments on this? On Wed, Feb 14, 2018 at 12:09 PM, sharanya k wrote: > Hi all, > > I want to create an ip pipeline application where the upstream should > learn the source mac address along with the port and the downstream > has to forward packets based on that mac lear

[dpdk-users] (no subject)

2018-03-14 Thread sharanya k
Hi all, I am having some doubts in the flow classification pipeline code. 1. I couldnt understand what is the parameter msg and what is passed in msg in the following code, static void * pipeline_ml_msg_req_add_handler(struct pipeline *p, void *msg) { struct pipeline_ml_add_msg_req *req = msg; s