[vpp-dev] Support of multiple queues into VPP

2019-02-05 Thread Gunaseelan Venkatachary - ERS, HCL Tech
Hello Team, Wish to reach out to the gurus of VPP/DPDK to get some quick fix on the problem we face in VPP based solution , have tried to share on what we do and where we do we need support , hope this is fine, Thanks for the support Context of the problem: Working on VPP based solution

[vpp-dev] Query regarding VLIB macro

2019-02-05 Thread Alok Makhariya
Hi, I see that I can use the following macro's inside my VPP plugin so that the corresponding functions are called. VLIB_EARLY_CONFIG_FUNCTION VLIB_CONFIG_FUNCTION VLIB_INIT_FUNCTION I wanted to know in what sequence will the functions be called in the main thread if I define all the above thr

Re: [vpp-dev] DPDK and SR-IOV #vpp

2019-02-05 Thread amir_so
Hi Damjan, My main goal is to use the PF inside the VPP using DPDK in addition to SR-IOV connection to the VMs. Currently (before enabling SR-IOV VFs ) all interfaces is connected to VPP with DPDK using VFIO-PCI driver. I've enabled below patch to the VFIO driver in order to create VF on the Ph

Re: [vpp-dev] Query regarding VLIB macro

2019-02-05 Thread Dave Barach via Lists.Fd.Io
Please take a look at src/vlib/main.c. From: vpp-dev@lists.fd.io On Behalf Of Alok Makhariya Sent: Tuesday, February 5, 2019 5:22 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Query regarding VLIB macro Hi, I see that I can use the following macro's inside my VPP plugin so that the correspondi

Re: [vpp-dev] Configuring NAT and Policing together

2019-02-05 Thread Raj
Hello all, I spent some more time trying to figure out what is going on here. Issue here is in the 'vlib_node_runtime_get_next_frame(), ASSERT (next_index < n->n_next_nodes) fails. Here next_index and n->n_next_nodes are both same with value 4. I had updated snat_out2in_next_t with an additiona

Re: [vpp-dev] Understanding vlib_frame_t

2019-02-05 Thread Raj
On Mon, Feb 4, 2019 at 9:19 PM Dave Barach via Lists.Fd.Io wrote: > "use the Force and read the Source..." Thanks :) Will do! Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12179): https://lists.fd.io/g/vpp-dev/message/12179 Mute This Topic

Re: [vpp-dev] Question about crypto dev queue pairs #vpp

2019-02-05 Thread Sergio G.M.
Hi Manuel, I was having another look at this. Could you provide the configuration commands you have used to setup ipsec sa/spd etc ? Regards, Sergio On Fri, Feb 1, 2019 at 2:13 PM wrote: > capture and config. attached -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group

Re: [vpp-dev] VPP 19.01 release is out!

2019-02-05 Thread Dave Wallace
Most Excellent! Congrats to the VPP & CSIT community for another successful release and thanks Andrew for managing the VPP release process. -daw- On 1/31/2019 4:05 PM, Andrew Yourtchenko wrote: Hi all, I am happy to announce that 19.01 release is now available. Release artificats can be fo

Re: [vpp-dev] Configuring NAT and Policing together

2019-02-05 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Hi, You need to update next_nodes in VLIB_REGISTER_NODE (snat_out2in_node) too Matus -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Raj Sent: Tuesday, February 5, 2019 4:02 PM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Configuring NAT and Policing together Hello all, I

Re: [vpp-dev] [NAT] Assign same external IP

2019-02-05 Thread JB
Hi Ole! Thanks for the response! I've followed the code you mentioned which has lead me to the default address and port assignment algorithm. I can see how we can easily plug our own, but I'm trying to first break down the code for the default one in order to understand how exactly the algorit