[vpp-dev] nginx crash issue with vpp hoststack #hoststack #vpp-hoststack #nginx #vppcom

2021-11-29 Thread mercury noah
Hi, I want to use nginx with LD_PRELOAD to act as a http web server(1 nginx worker and 1 nginx master), VCL_CFG=/etc/vpp/vcl.conf LDP_PATH=/usr/lib/x86_64-linux-gnu/libvcl_ldpreload.so LD_PRELOAD=$LDP_PATH VCL_CONFIG=$VCL_CFG /usr/sbin/nginx -c /vsap/configs/vcl.conf traffic generator is ab, test

Re: [vpp-dev] MPLS: fib table 1 display issue #mpls

2021-11-29 Thread Sastry Sista
Hi Neale, Then, mpls table ID we give for mpls commands always represents ip table id? for example: mpls local-label 100 del 10.10.20.0/24 table 3 ==> here table is represents ip fib id? Also, what is the use of non zero mpls table ID  at all? could you please provide one use case? Second, if

[vpp-dev] VPP Issues On Kubernetes

2021-11-29 Thread Christopher Adigun
Hello, I am currently trying to run a UPF application via VPP, I decided to use DPDK and Kubernetes but the speeds I am getting with iperf is not realistic, I am getting 0 Mbps when I use the VPP as a gateway, if I remove the VPP as gateway the throughput speed goes around 4Gbps iperf3 -c 10.0.7

Re: [vpp-dev] FD.io Maintenance: Jenkins Data Migration: 2021-12-01 1600 UTC to 2100 UTC

2021-11-29 Thread Vanessa Valderrama
CORRECTION ON THE DATE On 11/29/21 11:45 AM, Vanessa Valderrama wrote: *What:* LF will migrate Jenkins SSD volumes to NVME volumes as a cost reduction effort and to improve performance. *When:* *2021-12-01 1600 UTC to 2100 UTC* *Impact:* Jenkins production will be unavailable during thi

[vpp-dev] FD.io Maintenance: Jenkins Data Migration

2021-11-29 Thread Vanessa Valderrama
*What:* LF will migrate Jenkins SSD volumes to NVME volumes as a cost reduction effort and to improve performance. *When:* 2021-08-31 1600 UTC to 2100 UTC *Impact:* Jenkins production will be unavailable during this migration. We'll place Jenkins into shutdown mode at and will start the m

Re: [vpp-dev] MPLS: fib table 1 display issue #mpls

2021-11-29 Thread Neale Ranns
Hi Sastry, For IP unicast MPLS VPNs there is only mpls table 0. Label to vrf mapping is done based on the label allocation scheme (see the doc). /neale From: vpp-dev@lists.fd.io on behalf of Sastry Sista via lists.fd.io Date: Monday, 29 November 2021 at 13:00 To: vpp-dev@lists.fd.io Subject

Re: [vpp-dev] [ip punt redirect] redirect ssh traffic on vpp interface to linux host

2021-11-29 Thread Dave Barach
One scheme which works well places a Linux tap interface into a NAT "inside network" bridge group. See https://s3-docs.fd.io/vpp/22.02/usecases/home_gateway.html This may not be appropriate for your use-case, but it will work perfectly if you can use it. HTH... Dave From: vpp-dev@l

Re: [vpp-dev] MPLS: fib table 1 display issue #mpls

2021-11-29 Thread Sastry Sista
Hi Neale, Thank you for the quick reply. I gone through that link and have few queries. On MPLS VPNs: Q1. If we do not allow interfaces creation inside VRF of mpls tables, then what is the use of mpls table 1 etc? Q2. Always prefixes are associated with IP FIBs as per my understanding, so, how

[vpp-dev] FOSDEM 2022 Network Devroom CFP

2021-11-29 Thread Ray Kinsella
We are excited to announce that the call for proposals is now open for the Network devroom at [FOSDEM 2022]. FOSDEM is a free event for engineers to meet, share ideas and collaborate. FOSDEM is one of the largest events of its kind, hosting, thousands of developers of free and open source software

Re: [vpp-dev] [ip punt redirect] redirect ssh traffic on vpp interface to linux host

2021-11-29 Thread Pim van Pelt
Hoi Haiyan, The message you referred to does not exist (for me at least) - but I think you should be looking at LinuxCP: https://gerrit.fd.io/r/c/vpp/+/33709 I wrote a fair bit about Linux CP in a 7-part article here: https://ipng.ch/s/articles/2021/08/12/vpp-1.html The article includes howto/usag

Re: [vpp-dev] MPLS: fib table 1 display issue #mpls

2021-11-29 Thread Neale Ranns
Hi Sastry, I’d suggest you start with the docs here: https://wiki.fd.io/view/VPP/MPLS_FIB /neale From: vpp-dev@lists.fd.io on behalf of Sastry Sista via lists.fd.io Date: Monday, 29 November 2021 at 08:17 To: vpp-dev@lists.fd.io Subject: [vpp-dev] MPLS: fib table 1 display issue #mpls Hi,