[vpp-dev] Switch between two ip routes while doing NAT44

2020-02-14 Thread Pac Ette
Hi all, I have two interfaces (wan0 and wan1) with two different IP addresses. vpp config: set int state wan0 up set int state wan1 up set int state lan1 up set int ip address wan0 10.100.1.5/29 ip route add 0.0.0.0/0 via 10.100.1.8 loopback create set int l2 bridge loop0 1 bvi set int ip addr

[vpp-dev] VPP does not start: Comm: vpp Not tainted 4.15.0-88-generic

2020-03-01 Thread Pac Ette
Hi, I am running VPP 20.02 compiled on machine with 4.15.0-88-generic. VPP does not start and when I reboot the machine, reboot just hangs trying to kill VPP process. It works fine on 4.15.0-76-generic. Here is the info for error: 4.15.0-88-generic Distributor ID: Ubuntu Description: Ubuntu 18.

Re: [vpp-dev] VPP does not start: Comm: vpp Not tainted 4.15.0-88-generic

2020-03-02 Thread Pac Ette
el fix propagates. > > > > D. > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of *Pac Ette > *Sent:* Sunday, March 1, 2020 10:07 PM > *To:* vpp-dev@lists.fd.io > *Subject:* [vpp-dev] VPP does not start: Comm: vpp Not tainted > 4.15.0-88-generic > > > > Hi, &

[vpp-dev] Maybe a bug in DHCP Client

2020-04-07 Thread Pac Ette
Hi all, I am using vpp as a router/gateway. I have one of my interfaces set to DHCP client. It is receiving dhcp address from my ISP (comcast). vpp: v20.01 ubuntu: 18.04 LTS 4.15.0-76-generic Problem: dhcp client keeps losing IP address and this is clearing NAT pool, which in turn is causing all

[vpp-dev] received signal SIGSEGV (vppinfra/time_range.h) no such file or directory

2020-06-06 Thread Pac Ette
Hi all, I encountered this error today while using: vppctl sh mactime problem in *vpp v20.05 compiled from stable/2005 branch.* working fine in vpp v20.01 *gdb:* Thread 1 "vpp_main" received signal SIGSEGV, Segmentation fault. 0x7fffad33f563 in clib_timebase_now (tb=) at /root/vpp/src/vp

Re: [vpp-dev] received signal SIGSEGV (vppinfra/time_range.h) no such file or directory

2020-06-08 Thread Pac Ette
Thanks Dave! On Sun, Jun 7, 2020 at 6:42 AM Dave Barach (dbarach) wrote: > https://gerrit.fd.io/r/c/vpp/+/27458. Next time you find something like > this, feel free to fix it and push a patch. > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of *Pac Ette > *Sent:* Saturday,

Re: [vpp-dev] VPP 19.08.3 Maintenance Release is complete!

2020-08-26 Thread Pac Ette
Hi, Is there a plan to do a 20.05.2 release, similar to 19.08.3, with all the updates/changes merged? I ask because there are a few changes merged into 19.08.3 that do not exist in 20.05.1. Thanks and sorry if I missed anything from previous conversations. On Tue, Aug 25, 2020 at 2:56 PM Andrew

Re: [vpp-dev] ping not able to receive replies on vpp interface

2020-09-16 Thread Pac Ette
ould be your wan interface in vpp). > > > > # ping source > > > > Best regards, > > Filip > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of *Pac Ette > *Sent:* Wednesday, September 16, 2020 6:14 PM > *To:* Dave Barach (dbarach) > *Cc:* vpp-dev@lists.

Re: [vpp-dev] ping not able to receive replies on vpp interface

2020-09-16 Thread Pac Ette
received, 100% packet loss, time 80882ms Thanks! On Wed, Sep 16, 2020 at 1:10 PM Pac Ette via lists.fd.io wrote: > Hi Filip, > > Your suggestion worked. But I am using VPP with NAT. Is it not possible > for ping to work with NAT? > > I noticed something. When NAT is set, in

Re: [vpp-dev] ping not able to receive replies on vpp interface

2020-09-17 Thread Pac Ette
ly working. I will > create a ticket for the issue and look in to it shortly. > > > > If you have any other issues with NAT please let me know. > > > > Best regards, > Filip > > > > *From:* Pac Ette > *Sent:* Wednesday, September 16, 2020 10:16 PM > *

Re: [vpp-dev] ping not able to receive replies on vpp interface

2020-09-23 Thread Pac Ette
Hi Filip, Sorry to bother you. If you have any update on this please let me know. I can perform any test you need. Thanks! On Thu, Sep 17, 2020 at 10:05 AM Pac Ette via lists.fd.io wrote: > Hi Filip, > > Sounds good. > > Thanks! > > On Thu, Sep 17, 2020 at 1:27 AM Fi

[vpp-dev] dpdk_plugin load error

2020-10-05 Thread Pac Ette
Hello! Using vpp master branch kernel 5.4.5 IOMMU is enabled VFIO_PCI module is loaded *dmesg | grep -e DMAR -e IOMMU* [0.007333] ACPI: DMAR 0x7E16DE28 70 (v01 INTEL BDW 0001 INTL 0001) [0.036685] DMAR: IOMMU enabled [1.792696] DMAR: Host address width 39 [1.

Re: [vpp-dev] dpdk_plugin load error

2020-10-05 Thread Pac Ette
, Oct 5, 2020 at 1:56 PM Damjan Marion wrote: > > There is a good chance that you don’t have hugepages pre-allocated > > -- > Damjan > > On 05.10.2020., at 22:42, Pac Ette wrote: > >  > Hello! > > Using vpp master branch > kernel 5.4.5 > IOMMU is enab

Re: [vpp-dev] api file for Ping plugin is missing

2020-11-08 Thread Pac Ette
Hi Ole, Sounds good. I will give it a shot :) Thanks! On Sun, Nov 8, 2020 at 6:07 AM wrote: > Hi Pac, > > > I am using VPP v20.09. > > > > I noticed that the api file for the ping plugin is missing. If someone > who is knowledgeable in writing the api file can create one, I can test it > by ge