Re: [vpp-dev] Approximate effective CPU utilization of VPP worker

2019-06-10 Thread Prashant Upadhyaya
Thanks Dave for the feedback. I will give a look at 19.04 and master/latest. Regards -Prashant On Mon, Jun 10, 2019 at 5:11 PM Dave Barach (dbarach) wrote: > > We've added purpose-built callback hooks in the main dispatch loop [in > master/latest] so that folks can hook up whatever sort of in

Re: [**EXTERNAL**] Re: [vpp-dev] ikev2-ipsec-tunnel && NAT-T ?

2019-06-10 Thread Bly, Mike
Neale, et al, As part of our due diligence I am running a simple soak setup of two boxes with a fairly simple IKEV2 initiator/responder setup (no NAT in this setup), which is based on the online examples. This setup has been soaking for six hours. The original ipsec0 path is still up and runnin

[vpp-dev] gcc8 test runner

2019-06-10 Thread Ed Kern via Lists.Fd.Io
Apologies on not sending this update earlier… As an AI from the last vpp call I added the job vpp-verify-gcc8-master-ubuntu1804 to the verify set on 5/29 and it has been running ever since. On all the failures I have tracked they also failed on gcc7 path. At this point I am in full agreement

Re: [vpp-dev] IPv6 packet total length

2019-06-10 Thread Ole Troan
Esin, > On 10 Jun 2019, at 11:15, Esin Erenoğlu wrote: > > Hi everyone, > > I need total length of ipv6 packet. In ip6_header_t struct, there is only > payload length. I added 40 bytes to payload but it failed. How can I reach > total length of ipv6? What does “failed” mean? Ole > -=-=-=

Re: [vpp-dev] IPv6 packet total length

2019-06-10 Thread Dave Barach via Lists.Fd.Io
vlib_buffer_length_in_chain(vm, b0) with b0->current_data pointing to the ip6 header. From: vpp-dev@lists.fd.io On Behalf Of Esin Erenoglu Sent: Monday, June 10, 2019 5:16 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] IPv6 packet total length Hi everyone, I need total length of ipv6 packet. In

Re: [vpp-dev] Approximate effective CPU utilization of VPP worker

2019-06-10 Thread Dave Barach via Lists.Fd.Io
We've added purpose-built callback hooks in the main dispatch loop [in master/latest] so that folks can hook up whatever sort of instrumentation they like. Please have a look at that scheme. There's no point in attempting to upstream your work to stable/1801. We long since shut down the CSIT pe

Re: [vpp-dev] Approximate effective CPU utilization of VPP worker

2019-06-10 Thread Prashant Upadhyaya
Hi Dave, Thanks for your suggestion. As an attempt towards an alternate strategy, I did go ahead and make a change in the main loop of VPP18.01 (similar change as I describe below should be valid much in a similar fashion to subsequent releases) and it seems to be working for me, but there might

Re: [vpp-dev] duplicate user id allocation in ACL plugin

2019-06-10 Thread Satya Murthy
Hi Andrew, We dont want to have any extra config/APIs to drive this registration and hence, we did not go via that approach. To work around this, I have started a timer of 1 sec in my custom plugin init function. After 1 sec, I am registering with the ACL service, and this solved my issue for

[vpp-dev] IPv6 packet total length

2019-06-10 Thread Esin Erenoğlu
Hi everyone, I need total length of ipv6 packet. In ip6_header_t struct, there is only payload length. I added 40 bytes to payload but it failed. How can I reach total length of ipv6? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13243): https://l