Re: [vpp-dev] BondedInterface and memif interface for raw packet #memif #BondedInterface #plugin

2021-07-15 Thread Matthew Smith via lists.fd.io
On Thu, Jul 15, 2021 at 2:12 PM RaviKiran Veldanda wrote: > Hi Experts, > We implemented a PLUGIN, this plugin reads packets from physical interface > and sends to memif. > The memif other end is our application, it takes necessary action. > The packet flow would be > > Devie-Input --> OUR Plugin

[vpp-dev] BondedInterface and memif interface for raw packet #memif #BondedInterface #plugin

2021-07-15 Thread RaviKiran Veldanda
[Edited Message Follows] Hi Experts, We implemented a PLUGIN, this plugin reads packets from physical interface and sends to memif. We implemented this approach to get RAW packets to our application. The memif other end is our application, it takes necessary action. The packet flow would be Devi

Re: [vpp-dev] HQOS in latest VPP

2021-07-15 Thread Damjan Marion via lists.fd.io
> On 15.07.2021., at 18:16, satish amara wrote: > > Hi, >It looks like Hierarchical Queuing support is not supported in the latest > VPP release. The last release I see is 20.01. Any plans to support it > again in the future VPP? I don't see the config commands or nor hqos code in >

[vpp-dev] BondedInterface and memif interface for raw packet #memif #BondedInterface #plugin

2021-07-15 Thread RaviKiran Veldanda
Hi Experts, We implemented a PLUGIN, this plugin reads packets from physical interface and sends to memif. The memif other end is our application, it takes necessary action. The packet flow would be Devie-Input --> OUR Plugin --> Memif --> Our application.(Plugin filters the packets and send to

Re: [vpp-dev] Buffer chains and pre-data area

2021-07-15 Thread Damjan Marion via lists.fd.io
> On 15.07.2021., at 18:53, jerome.bay...@student.uliege.be wrote: > > Dear vpp-dev, > > I'm trying to do some IPv6 in IPv6 encapsulation with no tunnel configuration. > > The objective is to encapsulate the received packet in an other IPv6 packet > that will also "contain" a Hop-by-hop exten

Re: [vpp-dev] Buffer chains and pre-data area

2021-07-15 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Jerome, > However, when I tried to perform some performance tests I was quite > disappointed by the results : the buffer allocation for each packet is not > efficient at all. My question is then : Is there any way to increase the > performances ? To allocate buffers, I use the function "vlib_bu

[vpp-dev] Buffer chains and pre-data area

2021-07-15 Thread jerome . bayaux
Dear vpp-dev, I'm trying to do some IPv6 in IPv6 encapsulation with no tunnel configuration. The objective is to encapsulate the received packet in an other IPv6 packet that will also "contain" a Hop-by-hop extension header. In summary, the structure of the final packet will look like this :

Re: [vpp-dev] MPLS protection

2021-07-15 Thread Gudimetla, Leela Sankar via lists.fd.io
Thanks Neale for responding. “HA LSP” – I was referring to primary LSP (Label Switching Path) and backup LSP. There can be two or more label encaps configured as a group for each label-level in the packet header. In that configuration group, one label will refer to primary next-hop and others w

Re: [EXTERNAL] [vpp-dev] Multi-threading locks and synchronization

2021-07-15 Thread satish amara
Thank you guidance on this topic. Is there good documentation on API usage? VPPINFRA (Infrastructure) — Vector Packet Processor 01 documentation (fdio-vpp.readthedocs.io) This info is too little to understand

[vpp-dev] HQOS in latest VPP

2021-07-15 Thread satish amara
Hi, It looks like Hierarchical Queuing support is not supported in the latest VPP release. The last release I see is 20.01. Any plans to support it again in the future VPP? I don't see the config commands or nor hqos code in the latest VPP release. Thanks, Satish K Amara -=-=-=-=-=-=-=-=-=

Re: [vpp-dev] VPP on different Linux Platforms

2021-07-15 Thread Damjan Marion via lists.fd.io
> On 15.07.2021., at 16:51, satish amara wrote: > > [Edited Message Follows] > > Thanks, I am trying to understand the dependencies of VPP are based on the OS > kernel/Linux flavors (Centos, Redhat, Ubuntu). What version of Linux kernel > it can run. On pretty much any OS kernel/Linux flav

Re: [vpp-dev] VPP on different Linux Platforms

2021-07-15 Thread satish amara
[Edited Message Follows] Thanks, I am trying to understand the dependencies of VPP are based on the OS kernel/Linux flavors (Centos, Redhat, Ubuntu). What version of Linux kernel it can run. Downloading and Installing VPP — The Vector Packet Processor 20.01 documentation (fd.io), ( https://fd.

Re: [vpp-dev] VPP on different Linux Platforms

2021-07-15 Thread satish amara
Thanks, I am trying to understand the dependencies of VPP are based on the OS kernel/Linux flavors (Centos, Redhat, Ubuntu). What version of Linux kernel it can run. Downloading and Installing VPP — The Vector Packet Processor 20.01 documentation (fd.io), ( https://fd.io/docs/vpp/master/getting

Re: [vpp-dev] FD.io CSIT-2106 Release Report is published

2021-07-15 Thread Maciek Konstantynowicz (mkonstan) via lists.fd.io
Caveat note :) Number of the latency graphs in report show excessive numbers O(sec) across frame sizes w/o and with load for both VPP and DPDK. Few of us in CSIT are working on the resolution, stay tuned. For now please ignore those numbers. Cheers, Maciek > On 15 Jul 2021, at 13:03, Maciek K

[vpp-dev] FD.io CSIT-2106 Release Report is published

2021-07-15 Thread Maciek Konstantynowicz (mkonstan) via lists.fd.io
Hi All, FD.io CSIT-2106 report is now available on FD.io docs site: https://docs.fd.io/csit/rls2106/report/ Another successful release! Many thanks to all contributors in CSIT and VPP communities for making it happen. See below for CSIT-2106 release summary and pointers to specific sections

Re: [vpp-dev] Need help on IPSEC tunnel

2021-07-15 Thread Neale Ranns
Hi Nikhil, Reaching the ip4-not-enabled node means your tunnel is not ip4 enabled. Give it an IP address or make it unnumbered to an interface that has an address. /neale From: vpp-dev@lists.fd.io on behalf of nikhil subhedar via lists.fd.io Date: Tuesday, 13 July 2021 at 18:53 To: vpp-dev@

Re: [vpp-dev] DPDK compilation under VPP 2101

2021-07-15 Thread Benoit Ganne (bganne) via lists.fd.io
> I want to include additional DPDK patches for our use case. So whenever I > compile VPP under non-root user , DPDK compilation fails as it is trying > to checkout meason related tar ball and pip3, which does not have such > permissions. > >Any suggestions regarding this would be helpful?

Re: [vpp-dev] ACL IPV6 rule addition using the "set acl_plugin acl" command from "vppctl" #vppctl #acl #acl_plugin #ipv6

2021-07-15 Thread Andrew Yourtchenko
Oh cool, thanks, Neale! :-) this makes much more sense! I was staring at the code yesterday late in the evening and questioning what was I missing… :) --a > On 15 Jul 2021, at 10:20, Neale Ranns wrote: > >  > > Evidently a typo. Here you go: > https://gerrit.fd.io/r/c/vpp/+/33142 > > /

Re: [vpp-dev] ACL IPV6 rule addition using the "set acl_plugin acl" command from "vppctl" #vppctl #acl #acl_plugin #ipv6

2021-07-15 Thread Neale Ranns
Evidently a typo. Here you go: https://gerrit.fd.io/r/c/vpp/+/33142 /neale From: vpp-dev@lists.fd.io on behalf of Andrew Yourtchenko via lists.fd.io Date: Wednesday, 14 July 2021 at 23:53 To: RaviKiran Veldanda , Jakub Grajciar Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] ACL IPV6 rule

Re: [vpp-dev] High packet drop under high binary-api call rate #binapi #vpp #vpp-dev #vapi

2021-07-15 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Govind, > 1. Would there be any suggestions that can achieve a lower packet drop > rate under a high binary-API call rate? The strategy has been to change the APIs functions so that they are thread-safe on an ad-hoc basis, see ip_route_add_del for example. > 2. Are there any plan in future v

Re: [vpp-dev] MPLS protection

2021-07-15 Thread Neale Ranns
Hi Leela, There’s no FRR. I don’t know what a HA LSP would be. Here’s the docs on what fast convergence support there is: https://github.com/FDio/vpp/blob/master/docs/gettingstarted/developers/fib20/fastconvergence.rst /neale From: vpp-dev@lists.fd.io on behalf of Gudimetla, Leela Sankar v

Re: [vpp-dev] Prefetches improvement for VPP Arm generic image

2021-07-15 Thread Benoit Ganne (bganne) via lists.fd.io
Looks good to me, thanks! ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion > via lists.fd.io > Sent: mercredi 14 juillet 2021 19:48 > To: vpp-dev > Cc: Honnappa Nagarahalli ; Govindarajan > Mohandoss ; Tianyu Li ; > Nitin Saxena ; Lijian Zhang > Subject:

Re: [EXT] Re: [vpp-dev] Prefetches improvement for VPP Arm generic image

2021-07-15 Thread Nitin Saxena
Hi Damjan, +1. This proposal completely aligns with our thought process. i.e - Data structure alignment to 128B cache line and separate macro for prefetching which can be 64B or 128B depending on underlying SoC It also allow us to have single AARCH64 binary in distros for any cloud deploymen