Re: [vpp-dev] SNAT API Question

2017-02-20 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi Jon, comments inline, Matus From: Jon Loeliger [mailto:j...@netgate.com] Sent: Monday, February 20, 2017 9:14 PM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev Subject: Re: [vpp-dev] SNAT API Question Hi Matus,

Re: [vpp-dev] How do I create a igb_uio module on Centos

2017-02-20 Thread Burt Silverman
I was able to make VPP recognize my network interfaces, despite the fact that my processor is an older AMD and is missing SSSE3, SSE4.1, and SSE4.2. So FYI if anybody who owns an older AMD processor comes along, here is what I did: 0. When upgrading from an even older processor, use thermal

Re: [vpp-dev] problem in classify command in vpp

2017-02-20 Thread William McCall
ahhh that makes more sense :) thanks! On Mon, Feb 20, 2017 at 5:35 PM, Neale Ranns (nranns) wrote: > Hi William, > > > > One of those it’s easy if you know what to look for bugs, otherwise a real > headache to find. > > > > But a one line fix, so I might as well … > >

Re: [vpp-dev] SNAT API Question

2017-02-20 Thread Jon Loeliger
Hi Matus, Thanks for your answers here. On Sat, Feb 18, 2017 at 12:36 AM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) wrote: > If external_sw_if_index value is ~0 (-1) external_ip_address is ussed from > API (snat.c line 363). > OK, I see that in the code,

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Neale, Thank you very much for the fix and info. I will have a look on test cases. Regards, Jan From: Neale Ranns (nranns) Sent: Monday, February 20, 2017 18:35 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Cc: csit-...@lists.fd.io

Re: [vpp-dev] problem in classify command in vpp

2017-02-20 Thread Neale Ranns (nranns)
Hi William, One of those it’s easy if you know what to look for bugs, otherwise a real headache to find. But a one line fix, so I might as well … https://gerrit.fd.io/r/#/c/5440/ /neale From: on behalf of William McCall Date: Monday,

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Neale Ranns (nranns)
Hi Jan, Thanks for the test code. I have fixed the crash with: https://gerrit.fd.io/r/#/c/5438/ the tests don’t pass, but now because of those pesky IP6 ND packets. Regards, neale From: "Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)" Date: Monday, 20 February

Re: [vpp-dev] problem in classify command in vpp

2017-02-20 Thread William McCall
hmm.. i thought I did with "make debug" and thought the same thing too (sorta hoping for an easier fix where my talents could be more useful)... alas, i SI'ed through the vnet_classify_new_table function and got here and validated all the steps in the macro to yield this bad result (plus matched

Re: [vpp-dev] Interesting perf test results from Red Hat's test team

2017-02-20 Thread Thomas F Herbert
On 02/17/2017 06:18 PM, Alec Hothan (ahothan) wrote: Hi Karl Can you also tell which version of DPDK you were using for OVS and for VPP (for VPP is it the one bundled with 17.01?). DPDK 1611 and VPP 1701. “The pps is the bi-directional sum of the packets received back at the traffic

Re: [vpp-dev] problem in classify command in vpp

2017-02-20 Thread Dave Barach (dbarach)
Try it with a debug image. Mask==0x1 => SIGSEGV, with probability 1. Thanks… Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of William McCall Sent: Monday, February 20, 2017 7:58 AM To: Ni, Hongjun Cc: Siamak Abdollahzade

Re: [vpp-dev] problem in classify command in vpp

2017-02-20 Thread William McCall
looks like it is getting hung up in pool_get_aligned macro right here.. guessing due to something that was supposed to be done earlier: if (P)\ _pool_var (l) = vec_len (_pool_var (p)->free_indices); Hopefully helpful debugging

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Neale, It’s in review: https://gerrit.fd.io/r/#/c/4433/ Affected tests are skipped there at the moment. Regards, Jan From: Neale Ranns (nranns) Sent: Monday, February 20, 2017 12:49 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Cc:

Re: [vpp-dev] [csit-dev] reset_fib API issue in case of IPv6 FIB

2017-02-20 Thread Neale Ranns (nranns)
Hi Jan, Can you please share the test code, then I can reproduce the problem and debug it. Maybe push as a draft to gerrit and add me as a reviewer. Thanks, neale From: "Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)" Date: Monday, 20 February 2017 at 09:41 To: