Re: [vpp-dev] Inline mode in Spray Policy

2020-03-30 Thread Pablo via Lists.Fd.Io
Hi Chinmaya, By default the SR policy uses encapsulation. If you want to change this behavior add the keyword “insert” to the sr policy command. Thanks, Pablo. From: vpp-dev@lists.fd.io On Behalf Of Chinmaya Aggarwal Sent: lunes, 30 de marzo de 2020 8:37 To: vpp-dev@lists.fd.io Subject: [vpp-d

Re: [vpp-dev] Inline mode in Spray Policy

2020-03-30 Thread Chinmaya Aggarwal
Whats the behavior for Spray policies? Because when i used the keyword "spray", it shows encapsulation behavior. Is there any way i can use *inline mode with spray policies* ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15931): https://lists.fd

Re: [vpp-dev] Deterministic NAT - VPP 19.08

2020-03-30 Thread Ole Troan
Hi Vijay, > On 29 Mar 2020, at 08:42, Chandra Mohan, Vijay Mohan via Lists.Fd.Io > wrote: > > Hello, > > Looking to understand the behavior of NAT in deterministic mode. The issue > is, while in2out translations work fine and sessions are being created > successfully, frames are getting dro

Re: [vpp-dev] Inline mode in Spray Policy

2020-03-30 Thread Chinmaya Aggarwal
We are able to resolve this by the following command :- *vpp# sr policy add bsid C1::999:2 next 2001:5b0:abcd::111 next 2001:5b0:23::111 insert spray* *vpp# sr policy mod bsid C1::999:2 add sl next 2001:5b0:22::111 next 2001:5b0:23::111 insert spray* *vpp# sr steer l3 2001:5b0:8::/64 via bsid

Re: 答复: [E] [vpp-dev] Build a telecom-class Security gateway device with VPP

2020-03-30 Thread Gencli Liu
Hi, Neale Ranns ! Thank you for your nice reply. I just want to ask that did anybody modify VPP to implement " *EAP  Authentication Method* "? My current job is related to 4G/5G. I found that the IKE authentication methods mentioned in the relevant documents are all EAP(EAP-AKA). Does anyone hav

Re: 答复: [E] [vpp-dev] Build a telecom-class Security gateway device with VPP

2020-03-30 Thread Neale Ranns via Lists.Fd.Io
Hi, To my knowledge there is neither an EAP implementation for VPP nor has support for it has not been discussed in the public forum. /neale From: on behalf of Gencli Liu <18600640...@163.com> Date: Monday 30 March 2020 at 13:47 To: "vpp-dev@lists.fd.io" Subject: Re: 答复: [E] [vpp-dev] Build

Re: [vpp-dev] What RPM contains vpp debug symbols?

2020-03-30 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Hi, > im usuing vpp v19.08.1 on centos 7 Kernel: Linux 4.4.211- > 1.el7.elrepo.x86_64 > How can i build debug RPMS for vpp? if not is there any workaround for > that? You can try to install vpp-debuginfo package to get debug symbols for your current installed RPMs. Otherwise to build *debug* RPM

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

2020-03-30 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 5 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 (#15937): ht

Re: [vpp-dev] Next LTS release?

2020-03-30 Thread Dave Wallace
Hi Nitin, The plan of record for the next VPP LTS release is 20.09. Note: There was a change to a 4 month release cycle for VPP last fall.  The release cycle for 2020 and beyond is 20.01, 20.05, 20.09LTS, 21.01 ... Thanks, -daw- On 3/30/2020 2:00 AM, Nitin Saxena wrote: Hi Dave, I know f

Re: [vpp-dev] clocks stored in vlib_node_runtime_t #vpp #counters

2020-03-30 Thread Nagaraju Vemuri
Hi Dave, I am still waiting for your reply. Appreciate if you can comment. Thanks, Nagaraju On Fri, Mar 27, 2020 at 2:42 PM Nagaraju Vemuri via Lists.Fd.Io wrote: > Thanks for pointing out elog feature. > > May I understand why my suggestion is not good enough? (for my > understanding only).

Re: [EXT] Re: [vpp-dev] Next LTS release?

2020-03-30 Thread Nitin Saxena
Hi Dave, Thanks for sharing the information. -Nitin From: vpp-dev@lists.fd.io On Behalf Of Dave Wallace Sent: Monday, March 30, 2020 8:49 PM To: Nitin Saxena Cc: vpp-dev Subject: [EXT] Re: [vpp-dev] Next LTS release? External Email Hi Nitin, The plan of reco

[vpp-dev] VPP Performance data

2020-03-30 Thread Majumdar, Kausik
Hi, Can someone please share the VPP performance measurement data in different packet sizes for plain vanilla IPv4, IPv6, and tunnel encap/decap for IPSec, VxLAN cases. Also do we have VPP packet forwarding data with at least one Service VNF in the same host or in a remote host, where traffic

Re: [vpp-dev] VPP Performance data

2020-03-30 Thread Jerome Tollet via Lists.Fd.Io
Hello, You should have a look at https://docs.fd.io/csit/rls2001/report/ Jerome De : au nom de "Majumdar, Kausik" Date : lundi 30 mars 2020 à 19:47 À : "vpp-dev@lists.fd.io" Objet : [vpp-dev] VPP Performance data Hi, Can someone please share the VPP performance measurement data in different

Re: [vpp-dev] VPP Performance data

2020-03-30 Thread Dave Barach via Lists.Fd.Io
If you care about master/latest, also check out https://docs.fd.io/csit/master/trending/ From: vpp-dev@lists.fd.io On Behalf Of Jerome Tollet via Lists.Fd.Io Sent: Monday, March 30, 2020 2:40 PM To: Majumdar, Kausik ; vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP Perfor

[vpp-dev] perfmon plugin #vpp

2020-03-30 Thread Nagaraju Vemuri
Hi, I want to check if perfmon is needed in vpp. Who uses it? or How to use perfmon plugin exactly? Is it safe to remove perfmon plugin from vpp, if we decide to not use it? Thanks, Nagaraju -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15944):

Re: [vpp-dev] perfmon plugin #vpp

2020-03-30 Thread Dave Barach via Lists.Fd.Io
It’s an on-demand performance monitor controlled by a set of debug CLI commands. It doesn’t anything unless enabled, and it certainly won’t hurt anything to disable it. Disable the plugin in /etc/vpp/startup.conf if you like. Dave From: vpp-dev@lists.fd.io On Behalf Of Nagaraju Vemuri Sent: M

Re: [vpp-dev] VPP Performance data

2020-03-30 Thread Majumdar, Kausik
Thanks Dave, Jerome. Will go through it. I was specifically looking on VPP 20.01 as I was able to get FRR 3.0.3 working for IPv4 BGP, OSPF with VPP 20.01. Need to try out FRR BGP neighbors and routes scale with VPP DP, so trying to get VPP performance number for 20.01. But master/latest data wo

Re: [vpp-dev] perfmon plugin #vpp

2020-03-30 Thread Nagaraju Vemuri
Thanks Dave. Can you please point me to any document to refer to CLI commands associated with perfmon. On Mon, Mar 30, 2020 at 12:51 PM Dave Barach (dbarach) wrote: > It’s an on-demand performance monitor controlled by a set of debug CLI > commands. It doesn’t anything unless enabled, and it c

Re: [vpp-dev] perfmon plugin #vpp

2020-03-30 Thread Dave Barach via Lists.Fd.Io
Cheat sheet: “show pmc events” Start traffic “set pmc events ” [example: “set pmc events instructions-per-clock”] Show results: “show pmc [verbose]” Clear counters: “clear pmc” HTH... Dave From: Nagaraju Vemuri Sent: Monday, March 30, 2020 4:12 PM To: Dave Barach (dbarach) Cc: vpp-dev@li

Re: [**EXTERNAL**] Re: [vpp-dev] Deterministic NAT - VPP 19.08

2020-03-30 Thread Chandra Mohan, Vijay Mohan via Lists.Fd.Io
Hi Ole, If that is the case, then why is the following configuration allowed ? nat44 deterministic add in 20.20.20.2/32 out 10.10.10.15/32 nat44 deterministic add in 40.40.40.2/32 out 10.10.10.15/32 With the above two commands, I am trying to map two internal-src-ip-addresses to one external-sr

[vpp-dev] n_vectors...

2020-03-30 Thread Christian Hopps
Something has always bothered me about my understanding of VPPs use of the term "vector" and "vectors". When I think of Vector Packet Processing I think of processing a vector (array) of packets in a single call to a node. The code, though, then seems to refer to the individual packets as "vecto

Re: [vpp-dev] n_vectors...

2020-03-30 Thread Dave Barach via Lists.Fd.Io
Hmmm, yeah. Been at this for years, I can’t really remember when we settled on e.g. n_vectors vs. n_vector_elts or some such. In new code, it’s perfectly fair to use whatever names seem fit for purpose. Vlib would be happy doing image processing, or any other kind of vector processing. There’s

[vpp-dev] VPP client to VPP main thread communication. #vpp #vppcapi

2020-03-30 Thread Subhasis Mohapatra
Hi All, I have to write configuration data from a VPP client to VPP main thread. What is the best way to do this? Do I need to use memif channel to main thread or do I need to use VPP API or any other method? Thanks, Subhasis Mohapatra -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent