Re: [vpp-dev] dtls connect error with custom crypto engine #vpp-dev

2021-06-16 Thread Florin Coras
Hi, Yup, let’s make it 28. Can you push a patch? Regards, Florin > On Jun 16, 2021, at 8:22 PM, jiangxiaom...@outlook.com wrote: > > Hi Florin, > I tried dtls proto with my custom crypto engine, and got error with > dtls_connect. Vpp bracn is 21.06-rc2, here is the debug log: > > Breakpo

[vpp-dev] dtls connect error with custom crypto engine #vpp-dev

2021-06-16 Thread jiangxiaoming
Hi Florin, I tried dtls proto with my custom crypto engine, and got error with  dtls_connect. Vpp bracn is 21.06-rc2, h ere is the debug log: > > Breakpoint 1, dtls_connect (tep=0x7fffb8c13b80) at > /home/dev/code/net-base/.vpp-21.06-rc2/src/vnet/tls/tls.c:1224 > 1224      return ctx_handle; > (g

[vpp-dev] ERROR while "make install-ext-deps" in vagrant #vpp

2021-06-16 Thread andy . ye
Hi folks, Can anyone help on this? DEBUG ssh: stderr: make[3]: *** [packages/ipsec-mb.mk:48: /vpp/build-root/build-vpp-native/external/.ipsec-mb.build.ok] Error 2 INFO interface: detail: make[3]: *** [packages/ipsec-mb.mk:48: /vpp/build-root/build-vpp-native/external/.ipsec-mb.build.ok] Error

[vpp-dev] VPP C++ Plugin API

2021-06-16 Thread James Spencer
Hi, I’m having trouble getting a basic test working using the VPP C++ API with a plugin. I haven’t been able to find any examples of using the VPP C++ API with plugins. It seems like I’m missing something simple but it is not clear what that is. I was able to get the VPP native C++ APIs workin

[vpp-dev] VPP 21.06 RC2 is complete!

2021-06-16 Thread Andrew Yourtchenko
Hi all, I have put the v21.06-rc2 tag on stable/2106 branch, and built the first artifacts. This marks the completion of the RC2 milestone! The release gate milestone is in a week's timeframe - on 23-06-2021. This is the deadline for all of the critical fixes before the release. The release date

[vpp-dev] VPP and IS-IS

2021-06-16 Thread tim . bohren
Hi, I have found VPP as I was looking for an SRv6 testbed with a distributed control plane via IS-IS. Now the initial intent and how I came to VPP was a combination of FRR and VPP, which is discontinued as it seems. After some unfruitful research my question is if there is any existing possibili

Re: [vpp-dev] Regarding DPO object

2021-06-16 Thread Neale Ranns
It does use ACLs for matching, that’s what allows you to specify src and dst IP ranges. Once matched the packet is forwarded on the path the specified by the policy. You can set this path to use your DPO. Use the EXCLUSIVE flag to do this. /neale From: Vijay Kumar Date: Wednesday, 16 June 2

Re: [vpp-dev] Lpm match?

2021-06-16 Thread hemant via lists.fd.io
Neale, Thanks, Hemant From: vpp-dev@lists.fd.io On Behalf Of Neale Ranns Sent: Wednesday, June 16, 2021 10:16 AM To: hem...@mnkcg.com; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Lpm match? Hi Hemant, Look in fib/ip4_fib.c and fib/ip6_fib.c for the different data-structures t

Re: [vpp-dev] Regarding DPO object

2021-06-16 Thread Vijay Kumar
Hi Neale, The ABF is ACL based matching and forwarding plugin right. This would allow one to match a packet with ACL and forward it on a configured outbound interface. My case is different, I don't want to match ACL and forward packets out on an interface. I want the packet matching a certain SRC

Re: [vpp-dev] Lpm match?

2021-06-16 Thread Neale Ranns
Hi Hemant, Look in fib/ip4_fib.c and fib/ip6_fib.c for the different data-structures that are used. /neale From: vpp-dev@lists.fd.io on behalf of hemant via lists.fd.io Date: Friday, 11 June 2021 at 14:12 To: vpp-dev@lists.fd.io Subject: [vpp-dev] Lpm match? For exact match of a table ent

Re: [vpp-dev] Regarding DPO object

2021-06-16 Thread Neale Ranns
Hi Vijay, The FIB will only match against a destination prefix. If you want to use DPOs with more complex matching, try the ABF plugin. /neale From: vpp-dev@lists.fd.io on behalf of Vijay Kumar via lists.fd.io Date: Wednesday, 16 June 2021 at 15:04 To: vpp-dev Subject: [vpp-dev] Regarding

[vpp-dev] Regarding DPO object

2021-06-16 Thread Vijay Kumar
Hi experts, I am creating a DPO object (for protocol IP4) and am tying an UE prefix for this DPO and adding the corresponding entry to the FIB table. I have a graph node to which I need to post all IP packets matching a range of source IPs. Does the DPO work only for packets destined to a certai

Re: [vpp-dev] bidirectional counter?

2021-06-16 Thread hemant via lists.fd.io
Ole, Thanks! Hemant -Original Message- From: otr...@employees.org Sent: Wednesday, June 16, 2021 3:47 AM To: hem...@mnkcg.com Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] bidirectional counter? > I am using vlib_simple_counter_main_t which gives a single count for my subscriber dat

Re: [vpp-dev] bidirectional counter?

2021-06-16 Thread Ole Troan
> I am using vlib_simple_counter_main_t which gives a single count for my > subscriber database in vpp. Does vpp have a counter that gives one separate > rx and tx count? No, you need to use two separate counters. Ole signature.asc Description: Message signed with OpenPGP -=-=-=-=-=-=-=-=-

[vpp-dev] VPP 21.06 RC2 *today* 12:00 UTC

2021-06-16 Thread Andrew Yourtchenko
Hi all, Just a gentle reminder that I will be putting the RC2 tag and building the artifacts today at noon UTC. --a -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19572): https://lists.fd.io/g/vpp-dev/message/19572 Mute This Topic: https://lists.f

Re: [vpp-dev] Question on Averaging Window Support #vpp #vpp-dev

2021-06-16 Thread meera s
Hi VPP-developers, Please share your ideas about averaging window. Thanks, Athilakshmi S On Mon, Jun 14, 2021 at 8:51 PM meera s via lists.fd.io wrote: > Hi All, > > > > We are trying to implement the averaging window associated with QoS flows > in VPP - 21.06 > > We found that HQoS implementa