[vpp-dev] Install libmemif in vpp 19.08.01

2020-03-13 Thread Himanshu Rakshit
Hi All, As I understand libmemif is not a part of the vpp packages any more. What is the way to install libmemif compatible with vpp 19.08.1 Thanks, Himanshu -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15784): https://lists.fd.io/g/vpp-dev/mess

[vpp-dev] How to include my custom plugin in the rpm packages.

2020-03-13 Thread Himanshu Rakshit
Hi All, We have developed a custom plugin (under the folder *src/plugin*). We are able to compile it successfully and also able to run in the local setup using *make run* or *make debug* command. Our intention is not run in a different system(different for the build system). So we make the rpm pa

Re: [vpp-dev] VRRP Unit Tests failing on Master Ubuntu

2020-03-13 Thread Paul Vinciguerra
Hi Dave, Please don't add broken tests to extended tests. See https://gerrit.fd.io/r/c/vpp/+/24567/12/test/test_bfd.py Thanks! On Fri, Mar 13, 2020 at 1:33 PM Dave Wallace wrote: > Matt, > > I will keep an eye on this gerrit and merge it once the verify jobs have > completed. > If there are o

Re: [vpp-dev] Is there any Linux FD to poll for VCL message

2020-03-13 Thread Florin Coras
Hi Murthy, Glad it helps! By construction, when vcl is initialized (vppcom_app_create()) only one worker is initialized. As long as you don’t register other workers (vppcom_worker_register), you don’t really have to worry about anything else and there are no performance penalties. It’s import

Re: [vpp-dev] Is there any Linux FD to poll for VCL message

2020-03-13 Thread Satya Murthy
Hi Florin, Thanks a lot for the detailed explanation. This kind of gives an overview of this area, which really helps in our integration. Just one more question: We are planning to remove the concept of vcl worker in our worker, as our app is a single threaded app and will not be multi-threaded

Re: [vpp-dev] NAT bugix related to in2out/out2in handoff node index

2020-03-13 Thread Dave Wallace
I have cherry-picked this to stable/2001 [0] and will merge it once it has been verified. Thanks, -daw- [0] https://gerrit.fd.io/r/c/vpp/+/25861 On 3/13/2020 10:25 AM, Dave Barach via Lists.Fd.Io wrote: Merged, thanks for this one... Dave -Original Message- From: vpp-dev@lists.fd.io

Re: [vpp-dev] Query about internal apps

2020-03-13 Thread Florin Coras
Hi Vivek, Inline. > On Mar 12, 2020, at 11:06 PM, Vivek Gupta wrote: > > Hi Florin, > > Please see inline. > > Regards, > Vivek > > -Original Message- > From: Florin Coras > Sent: Thursday, March 12, 2020 8:09 PM > To: Ole Troan > Cc: Vivek Gupta ; kusumanjal...@gmail.com; > vpp

Re: [vpp-dev] Is there any Linux FD to poll for VCL message

2020-03-13 Thread Florin Coras
Hi Murthy, Inline. > On Mar 13, 2020, at 4:54 AM, Satya Murthy wrote: > > Hi Florin, > > Thank you very much for the inputs. > These are very difficult to understand unless we go through the code in > detail. > Today, Whole day, I was trying to follow your instructions and get this > worki

Re: [vpp-dev] NAT bugix related to in2out/out2in handoff node index

2020-03-13 Thread Dave Barach via Lists.Fd.Io
Merged, thanks for this one... Dave -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Filip Varga via Lists.Fd.Io Sent: Friday, March 13, 2020 10:08 AM To: Elias Rudberg ; vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] NAT bugix related to in2out/out2in handof

Re: [vpp-dev] Storing a struct as a value in BiHash

2020-03-13 Thread Dave Barach via Lists.Fd.Io
Sorry, I missed this message a couple of days ago. Answers inline... From: Vishal1 Sharma Sent: 11 March 2020 12:37 To: 'vpp-dev@lists.fd.io' mailto:vpp-dev@lists.fd.io>> Subject: Storing a struct as a value in BiHash Hello all, I’m new to using vpp-infra and I’m currently trying to use hash tabl

Re: [vpp-dev] NAT bugix related to in2out/out2in handoff node index

2020-03-13 Thread Filip Varga via Lists.Fd.Io
Hello, Thank you for your contribution Elias. Best regards, Filip -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Elias Rudberg Sent: Friday, March 13, 2020 3:00 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] NAT bugix related to in2out/out2in handoff node index Hello, While

[vpp-dev] Coverity run FAILED as of 2020-03-13 14:00:36 UTC

2020-03-13 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 6 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15773): ht

[vpp-dev] NAT bugix related to in2out/out2in handoff node index

2020-03-13 Thread Elias Rudberg
Hello, While working on moving from VPP 19.08 to 20.01 we found that NAT was no longer working and it seems to be due to a bug in src/plugins/nat/nat.c for the dynamic endpoint-independent case, here: sm->handoff_out2in_index = snat_in2out_node.index; sm->handoff_in2out_index = snat_out2i

Re: [vpp-dev] Is there any Linux FD to poll for VCL message

2020-03-13 Thread Satya Murthy
Hi Florin, Thank you very much for the inputs. These are very difficult to understand unless we go through the code in detail. Today, Whole day, I was trying to follow your instructions and get this working by looking at the code as well. However, I am not fully successful. Before going further,

Re: [vpp-dev] Tap connect CLI

2020-03-13 Thread Jerome Tollet via Lists.Fd.Io
Hello, You can create tap interface using “create tap” CLI command. Jerome De : au nom de "Gudimetla, Leela Sankar via Lists.Fd.Io" Répondre à : "lgudi...@ciena.com" Date : vendredi 13 mars 2020 à 00:13 À : "vpp-dev@lists.fd.io" Cc : "vpp-dev@lists.fd.io" Objet : [vpp-dev] Tap connect CLI H