[vpp-dev] How to match a specific packet to the outbound direction of a specified interface #vpp

2020-05-08 Thread comeonyan
Hi VPP hackers, My program and vpp communicate through the memif interface. I want to make vpp match specific packets(such as ospf packet), and then redirect to the outbound direction of the memif interface. I don't know how to match a specific packet to the outbound direction of a specified int

Re: [vpp-dev] vpp-verify-master-centos7 jobs failing

2020-05-08 Thread Dave Wallace
Status update: After much investigation and a tweak to the Nomad Plugin configuration (increasing CPU allocation for the centos7 executors), it seemed that the issue went away.  Several patches completed verification, but there was another early termination of a vpp-veriy-master-centos7 job. 

[vpp-dev] Use OSS-Fuzz, and get upto 20K USD reward

2020-05-08 Thread Chuan Han via lists.fd.io
Hi, vpp developers, I think someone may be interested in the following. If you have an ideal integration of google's OSS-Fuzz with vpp, you will get upto $20,000 for an ideal integration. See more details, and how to get started: https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-lat

[vpp-dev] vpp-verify-master-centos7 jobs failing

2020-05-08 Thread Dave Wallace
Folks, I'm working with Vanessa on the LF Infra team to troubleshoot and fix the vpp-verify-master-centos7 jobs failing. Please be patient as we get this issue resolved. Thanks, -daw- -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16285): http

Re: [vpp-dev] Assertion failure in nat_get_vlib_main() in snat_init()

2020-05-08 Thread Dave Barach via lists.fd.io
I merged Ole's patch a minute ago. Again, thanks for the report... Dave -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Elias Rudberg Sent: Friday, May 8, 2020 5:30 AM To: otr...@employees.org Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Assertion failure in nat_get_vlib_main

Re: [vpp-dev] IPsec tunnel interfaces?

2020-05-08 Thread Christian Hopps
On May 8, 2020, at 3:57 AM, Neale Ranns via lists.fd.io wrote: > > > > From: on behalf of Christian Hopps > Date: Thursday 7 May 2020 at 23:27 > To: "Neale Ranns (nranns)" > Cc: Christian Hopps , vpp-dev > Subject: Re: [vpp-dev] IPsec tunnel interfaces? > > > > > On May 7, 2020, at 1:41 PM

Re: [vpp-dev] Assertion failure in nat_get_vlib_main() in snat_init()

2020-05-08 Thread Ole Troan
Hi Elias, Good to hear. Only ruined your morning then. ;-) Best regards, Ole > On 8 May 2020, at 11:30, Elias Rudberg wrote: > > Hi Ole, > > Yes, that fixes it! > With that patch my NAT test works, no more assertion failures. > > / Elias > > > On Fri, 2020-05-08 at 10:06 +0200, Ole Troan w

Re: [vpp-dev] Assertion failure in nat_get_vlib_main() in snat_init()

2020-05-08 Thread Elias Rudberg
Hi Ole, Yes, that fixes it! With that patch my NAT test works, no more assertion failures. / Elias On Fri, 2020-05-08 at 10:06 +0200, Ole Troan wrote: > Hi Elias, > > Thanks for finding that one. > Can you verify that this patch fixes it: > https://gerrit.fd.io/r/c/vpp/+/26951 nat: fix per thr

Re: [vpp-dev] Assertion failure in nat_get_vlib_main() in snat_init()

2020-05-08 Thread Ole Troan
Hi Elias, Thanks for finding that one. Can you verify that this patch fixes it: https://gerrit.fd.io/r/c/vpp/+/26951 nat: fix per thread data vlib_main_t usage take 2 [NEW] Best regards, Ole > On 7 May 2020, at 22:57, Elias Rudberg wrote: > > Hello, > > With the current master branch (d

Re: [vpp-dev] IPsec tunnel interfaces?

2020-05-08 Thread Neale Ranns via lists.fd.io
From: on behalf of Christian Hopps Date: Thursday 7 May 2020 at 23:27 To: "Neale Ranns (nranns)" Cc: Christian Hopps , vpp-dev Subject: Re: [vpp-dev] IPsec tunnel interfaces? > On May 7, 2020, at 1:41 PM, Neale Ranns (nranns) wrote: > > > Hi Chris, > > On 07/05/2020 16:55, "Christian Hopp