Re: [vpp-dev] sw_interface_dump currently cann't dump interface which sw_if_index == 0 #vapi

2021-05-03 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
> Is there any plan for support selecting only index==0 ? Good news first. I added the TODO here [0], but since then CSIT stopped using the VAT command in [1], and other uses based on PAPI should be ready since [2]. The bad news is VPP now has more strict process [3] regarding changes to API. Thi

Re: [vpp-dev] sw_interface_dump currently cann't dump interface which sw_if_index == 0 #vapi

2021-05-03 Thread Andrew Yourtchenko
I would argue that this case can be classified as "bugfix" - there was no good reason to use the 0 as a wildcard value in the first place, since it is a valid sw_if_index, and there is a perfectly good "wildcard value" of ~0 that already works, right ? So I would say this discussion should serve a

Re: [vpp-dev] FD.io Hardware Lab data center move - part 2

2021-05-03 Thread Dave Wallace
Stage-3 is complete and Stage-4 & Stage-5 have been combined and are happening today. Thanks, -daw- On 4/28/2021 3:09 PM, Dave Wallace via lists.fd.io wrote: Stage-3 update: The servers for Stage-3 move are now powered down in preparation for tomorrow's move. Due to the fact that 4 of the

Re: [vpp-dev] sw_interface_dump currently cann't dump interface which sw_if_index == 0 #vapi

2021-05-03 Thread Dave Wallace
FYI, updates to the move plan and location of of the servers in the new Vexxhost data center are being captured in gerrit: https://gerrit.fd.io/r/c/csit/+/32152 Thanks, -daw- On 5/3/2021 5:40 AM, Andrew Yourtchenko wrote: I would argue that this case can be classified as "bugfix" - there was

Re: [vpp-dev] sw_interface_dump currently cann't dump interface which sw_if_index == 0 #vapi

2021-05-03 Thread Paul Vinciguerra
Hi Andrew, I agree with you, we should revert the comparison back to ~0 and set the default to ~0. The larger issue is setting a false narrative in the commit message to relax the review process. "This is a temporary measure, ". It may not have been false at the time it was authored, but the ex

Re: [vpp-dev] sw_interface_dump currently cann't dump interface which sw_if_index == 0 #vapi

2021-05-03 Thread Andrew Yourtchenko
Paul, I have -1’d that change because whole the crc process was still not voting and I was testing it to avoid wrong behavior, yet to prevent the hemorrhage of the CRC-changing patches. As you can see in the log the CRC check failed so I have -1d that change accordingly. Of course, you are free

Re: [vpp-dev] FD.io Hardware Lab data center move - part 2

2021-05-03 Thread Dave Wallace
FYI, updates to the move plan and location of of the servers in the new Vexxhost data center are being captured in gerrit: https://gerrit.fd.io/r/c/csit/+/32152 Thanks, -daw- On 5/3/21 9:22 AM, Dave Wallace via lists.fd.io wrote: Stage-3 is complete and Stage-4 & Stage-5 have been combined an

[vpp-dev] P4toVPP compiler and LI etc.

2021-05-03 Thread hemant via lists.fd.io
Recently, I discussed Lawful Intercept (LI) in this mailer including a crash with its configure CLI. I spent 10 minutes and wrote a P4 program for LI - see https://github.com/hesingh/mnkcg/blob/master/p4tovpp/li.p4 Then I compiled the P4 code with my company's p4tovpp compiler and generated c

[vpp-dev] #vpp #vpp-dev

2021-05-03 Thread Nagaraju Vemuri
Hi, We are using VPP as a container process in kubernetes deployment and there are other python based containers which talk to VPP. Sometimes during init time, we see that VPP memory is corrupt(api_main or node graph elements). We are yet to identify exact root cause, but thinking if accessing