Re: [vpp-dev] address sanitizer and unit tests not working

2020-08-03 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Christian, you need https://gerrit.fd.io/r/c/vpp/+/27268 or you can recompile with gcc instead. There are a couple of crashes still, here are some fixes you might want to apply first: - https://gerrit.fd.io/r/c/vpp/+/27962 - https://gerrit.fd.io/r/c/vpp/+/27963 - https://gerrit.fd.io/r/c/v

Re: [vpp-dev] vpp without dpdk

2020-08-03 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, > i am trying to bring vpp into user space without having dpdk dependancy > for interfaces. Is this feasible with socket listener on vpp hoststack? It depends which interfaces you want to use. You can use interfaces with other drivers than DPDK: - AVF for Intel Fortville (i40e): https://d

Re: [vpp-dev] Create big tables on huge-page

2020-08-03 Thread Lijian Zhang
Hi Nitin, Both 2M and 1G are supported by pmalloc, but they are not supported at same time, as system is configured with either 2M or 1G hugepages, not both at the same time. Thanks. From: vpp-dev@lists.fd.io On Behalf Of Nitin Saxena via lists.fd.io Sent: 2020年7月29日 15:23 To: Honnappa Nagaraha

[vpp-dev] VLAN tags stripped and packets dropped

2020-08-03 Thread Mateusz Kowalski
Hello everyone, I have a problem with VLANs being stripped off when using DPDK i40e driver with Intel X710 10GbE even though I'm not enabling stripping in my setup. The stripping happens as soon as I create a sub-interface. The summary of the observed behaviour is as follows * no sub-interf

Re: [vpp-dev] Update to iOAM using latest IETF draft #vpp

2020-08-03 Thread Solis JR, M. (Mauricio) via lists.fd.io
Justin, Do you know the release date for the updated iOAM plugin on the latest ietf draft? Mauricio -Original Message- From: Justin Iurman Sent: woensdag 29 juli 2020 14:26 To: Solis JR, M. (Mauricio) Cc: vpp-dev ; Shwetha Bhandari (shwethab) Subject: Re: [vpp-dev] Update to iOAM us

Re: [vpp-dev] Update to iOAM using latest IETF draft #vpp

2020-08-03 Thread Justin Iurman
Mauricio, > Justin, > Do you know the release date for the updated iOAM plugin on the latest ietf > draft? Not really. This is actually a student and he's going to do it for his master thesis. Who knows for the precise date, but he will start soon... so I'd say during first 2021 semester (or tr

Re: [vpp-dev] VPP 2005 is crashing on stopping the VCL applications #vpp-hoststack

2020-08-03 Thread Raj Kumar
Hi Florin, This issue is resolved now. In my application, on receiving the kill signal main thread was sending phread_cancel() to the child thread because of that child thread was not exiting gracefully. I have one question; it seems that vppcom_epoll_wait(epfd, rcvEvents, MAX_RETURN_EVENTS, 6

Re: [vpp-dev] VPP 2005 is crashing on stopping the VCL applications #vpp-hoststack

2020-08-03 Thread Florin Coras
Hi Raj, Glad to hear that issue is solved. What vcl config are you running? Did you configure use-mq-eventd? Regards, Florin > On Aug 3, 2020, at 8:33 PM, Raj Kumar wrote: > > Hi Florin, > This issue is resolved now. In my application, on receiving the kill signal > main thread was sendin

Re: [vpp-dev] VLAN tags stripped and packets dropped

2020-08-03 Thread Mateusz Kowalski
To some extent answering my own question, I have found the following thread - http://mails.dpdk.org/archives/users/2018-June/003175.html - "[...] if adding vlan filter, the packet will be received with vlan stripped even if the vlan_strip is disabled. It’s i40e HW limitation, different from ixg