[vpp-dev] Building on Ubuntu 20.10

2020-12-28 Thread Pim van Pelt
urtch@ due to the upcoming 21.01 release. If somebody can help me navigate and assign a reviewer, I'd be grateful. groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18449): https:/

Re: [vpp-dev] RFC: Interface Mirroring for Linux Network Stackintegration

2021-01-23 Thread Pim van Pelt
; https://gerrit.fd.io/r/c/vpp/+/30759 > > > > this is a scheme that aids with the integration of VPP with the Linux > network stack by mirroring a [user defined] set of interfaces that VPP owns > with tap/tun interfaces in the kernel. More details are in the .rst file. > > >

Re: [vpp-dev] RFC: Interface Mirroring for Linux Network Stackintegration

2021-02-11 Thread Pim van Pelt
his is a scheme that aids with the integration of VPP with the Linux > network stack by mirroring a [user defined] set of interfaces that VPP owns > with tap/tun interfaces in the kernel. More details are in the .rst file. > > > > Thanks, > > /neale > > > > > > --

Re: [vpp-dev] OSPF3 packets in router and netlink plugins

2021-03-15 Thread Pim van Pelt
ee3:da3e > ff02::5: OSPFv3, Hello, > length 36 > > fe80::225:90ff:fee3:da3e is my new router with VPP and FRR. > > On my new router I only see: > 15:17:04.148969 IP6 fe80::225:90ff:fee3:da3e > ff02::5: OSPFv3, Hello, > length 36 > > Has anyon

Re: [vpp-dev] linux_nl_plugin causes VPP crash when importing a full IPv4 table

2021-05-27 Thread Pim van Pelt
27 1 > 32 6 > Thu May 27 06:10:21 UTC 2021 > clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused > Thu May 27 06:10:22 UTC 2021 > ipv4-VRF:0, fib_index:0, flow hash:[src dst spor t dport proto flowlabel

Re: linux_nl_plugin routing issues [Was: Re: [vpp-dev] linux_nl_plugin causes VPP crash when importing a full IPv4 table]

2021-05-28 Thread Pim van Pelt
consideration/reason to add TAPs into multiple namespaces, Neale or Matt may know more. groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19501): https://lists.fd.io/g/vpp-dev/message/19501

Re: [vpp-dev] heap sizes

2021-06-28 Thread Pim van Pelt
e exceeded. If memory is not allocated unless it's > needed, it seems like that would be ok to do. > > Thanks, > -Matt > > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Repl

[vpp-dev] Crash in L3 address addition on non-exact-match sub-int

2021-08-10 Thread Pim van Pelt
TenGigabitEthernet3/0/0.1 2001:db8::1/64 I think https://gerrit.fd.io/r/c/vpp/+/33444 might be a good fix. PTAL. groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19944): https://lists.fd.io/g/vpp-dev

[vpp-dev] linux-cp -- completing the interface creation logic

2021-08-12 Thread Pim van Pelt
and mtu change, and addresses) 3) auto-creating sub-interfaces when they are created in VPP; what originally the 'auto-intf' keyword was meant to do, but doesn't quite do yet :) 4) mirroring Linux changes into VPP (aka complete the netlink listener) groet, Pim -- Pim van Pe

Re: [vpp-dev] linux-cp -- completing the interface creation logic

2021-08-15 Thread Pim van Pelt
t I'd like to start work on it once we've reached consensus and merge the first three sets of changes.. groet, Pim On Thu, Aug 12, 2021 at 10:42 PM Pim van Pelt wrote: > Hoi, > > I've been playing around with the Linux CP plugin, and realized that it > can only create

[vpp-dev] Linux CP: crash in lcp_node.c

2021-08-24 Thread Pim van Pelt
ntime). If somebody could help me take a look, I'd appreciate it. groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20013): https://lists.fd.io/g/vpp-dev/message/20013 Mute This Topic: ht

[vpp-dev] linux-cp: completing the netlink listener

2021-08-25 Thread Pim van Pelt
::1/64 dev be0.1236 $IP addr add 10.1.5.1/30 dev be0.1237 $IP addr add 2001:db8:1:5::1/64 dev be0.1237 -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20018): https://lists.fd.io/g/vpp-dev/message/20018

Re: [vpp-dev] Linux CP: crash in lcp_node.c

2021-08-26 Thread Pim van Pelt
im, > > Responses are inline... > > On Tue, Aug 24, 2021 at 4:47 AM Pim van Pelt wrote: > >> Hoi, >> >> I've noticed that when a linuxcp enabled VPP 21.06 with multiple threads >> receives many ARP requests, eventually it crashes in lcp_arp_phy_node in >> lc

Re: [vpp-dev] VPP 2106 Linux-cp plugin supports ipv6 handling ?

2021-08-30 Thread Pim van Pelt
> I can see Ipv4 traffic is going to tap interface created using below > command but Ipv6 traffic is still handled by VPP plugin nodes > lcp create | host-if netns > [tun] > > Thank, > Chetan > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-

Re: [vpp-dev] linux-cp: completing the netlink listener

2021-09-02 Thread Pim van Pelt
roet, Pim On Wed, Aug 25, 2021 at 2:37 PM Pim van Pelt wrote: > Hoi list, > > After completing task1-3 of the Linux CP work (see my mail from Aug 12 to > the list, I've now turned my attention to the Netlink Listener. I've > documented that journey in > https://ipn

Re: [vpp-dev] config 1G hugepage

2021-09-20 Thread Pim van Pelt
? > > my grub setting : > > # /etc/default/grub > GRUB_CMDLINE_LINUX="default_hugepagesz=1G hugepagesz=1G hugepages=96" > > > Best regards, > Mohsen Memariyan > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [vpp-dev] Advertising prefixes in VPP fib via BGP

2021-09-20 Thread Pim van Pelt
? > > We are using FRR for BGP peering. > > Thanks and Regards, > Chinmaya Agarwal. > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20166): https://lists.fd.io/g

Re: [vpp-dev] Advertising prefixes in VPP fib via BGP

2021-09-21 Thread Pim van Pelt
effects in VPP-LinuxCP. groet, Pim On Tue, Sep 21, 2021 at 4:47 AM Jim Thompson wrote: > > > > On Sep 20, 2021, at 5:07 PM, Pim van Pelt wrote: > > > > Matt: this is one of those places where having, in general, a sync from > VPP -> Linux would be useful. > > I t

Re: [vpp-dev] config 1G hugepage

2021-09-21 Thread Pim van Pelt
I open the "/ run / vpp / hugepages " > file but it is empty. Is the VPP mechanism to occupy the Hugepage if needed > or does Vpp reserve it for itself from the beginning? > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive a

Re: [vpp-dev] Additional Payload of 18 bytes (0's) added to packet by VPP/Interface

2021-10-14 Thread Pim van Pelt
02 66 66 66 66 66 02 09 c0 b7 46 10 08 00 45 04 >> 0010 00 6e 00 00 00 00 fe 11 f1 b8 ab 17 31 3a c0 a8 >> 0020 2d c8 11 5c 04 01 00 5a ff ff *00 00 00 00 00 00* >> 0030 *00 00 00 00 00 00 00 00 00 00 00 00* d8 81 21 e4 //FCS >> >> >> >> Help

Re: [vpp-dev] VPP adding extra payload of 0's to packet in some node

2021-10-19 Thread Pim van Pelt
load onto the packet and > sending it out to NIC which is nearly 14 - 18 bytes. What is the node which > add's this ? > Or b0->flags is responsible for such case? Please help > > > /Akash > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=

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

2021-11-29 Thread Pim van Pelt
; https://lists.fd.io/g/vpp-dev/message/17806, but could not redirect ssh > traffic to linux host, could someone kindly show me the detail > configuration? > > if I configure linux tap0 interface the same ip/mac address with vpp nic, > how to configure vpp tap0 interface? > >

Re: [vpp-dev] How to distribute VPP version with a custom plugin integrated #plugin

2021-12-03 Thread Pim van Pelt
available. > > Any piece of information will be welcome. Thanks in advance > > > > > > > > > > > > > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20580):

Re: [vpp-dev] Ping reply packets reaching vnet interface with correct vlan tags are not seen in VPP for VLAN interface.

2021-12-08 Thread Pim van Pelt
n max 1000 file vppcapture_ping_from_router.pcapng > buffer-trace dpdk-input 1000 > > We don't see reply packet reaching VPP. > > What could be the reason behind this? > > > Thanks and Regards, > Chinmaya Agarwal. > > > > -- Pim van Pelt PBVP1-RIPE - ht

Re: [vpp-dev] Use of /etc/sysctl.d/80-vpp.conf

2021-12-24 Thread Pim van Pelt
? How to use it > or is that not necessary? > > /Akash > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20667): https://lists.fd.io/g/vpp-dev/message/20667 Mute This

[vpp-dev] Failed to create wireguard tunnel using CLI

2022-01-10 Thread Pim van Pelt
h 176) 192.168.10.3.50869 > 192.168.10.0.50869: UDP, length 148 But vpp1 is not receiving them. Show errors and show logging gives me no reasonable leads. Can somebody help me figure this out ? groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: Y

Re: [vpp-dev] Failed to create wireguard tunnel using CLI

2022-01-11 Thread Pim van Pelt
oint on vpp1. At least it was true about a > year ago. > I even prepared a patch to enable this dynamic endpoint updating, but I > don't remember what went wrong (there should be a reason why I didn't send > it upstream). > > Could you give it a try by specifying the en

[vpp-dev] VXLAN and RSS

2022-01-13 Thread Pim van Pelt
mprove VXLAN (and similarly, GENEVE) throughput on ingress. groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20708): https://lists.fd.io/g/vpp-dev/message/20708 Mute This Topic: https://lists.

Re: [vpp-dev] VXLAN and RSS

2022-01-14 Thread Pim van Pelt
rtion of the imposed header. The source ports are > overwritten with the hash of the encapped packet in encap.c:246 > > > > /neale > > > > > > *From: *vpp-dev@lists.fd.io on behalf of Pim van > Pelt via lists.fd.io > *Date: *Thursday, 13 January 2022 at 23:37

Re: [vpp-dev] linux-cp TAP MTU show issue

2022-01-14 Thread Pim van Pelt
ppctl lcp default netns controlplane > for i in $(seq 1 30); do > vppctl create loopback interface instance $i > vppctl set interface mtu packet 1500 loop$i > vppctl lcp create loop$i host-if br$i > vppctl set interface state loop$i up > done > > > > > -- Pim v

Re: [vpp-dev] linux-cp TAP MTU show issue

2022-01-17 Thread Pim van Pelt
t;> Yes, I have tested the latest code that includes >> https://gerrit.fd.io/r/c/vpp/+/33709. Test: >> "lcp lcp-sync on" => everything work fine >> "lcp lcp-sync off" => issue appears >> >> Here is a video with an example >> https://

Re: [vpp-dev] linux-cp TAP MTU show issue

2022-01-17 Thread Pim van Pelt
.10: Accept, Curiously, I would've expected si->hw_if_index to be 5, from mfi_sw_if_index==7. I'm a bit out of my depth here, so I'll have to defer to others who are more knowledgeable. groet, Pim On Mon, Jan 17, 2022 at 10:25 AM Pim van Pelt wrote: > Hoi, > > I have see

Re: [vpp-dev] Coverity errors nag-o-gram

2022-01-18 Thread Pim van Pelt
eld, you > know what to do. > > https://github.com/vpp-dev/vpp-coverity-report > > Best regards, > Ole > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20746): https:/

Re: [vpp-dev] Install vpp with router/netlink plugin and FRR #vpp

2022-02-03 Thread Pim van Pelt
gt; <http://configure.in>' is required* > *make[3]: *** No rule to make target 'configure', needed by > 'config.status'. Stop.* > *make[2]: *** [packages/nasm.mk:22 <http://nasm.mk:22>: > /home/gna/vpp/build-root/build-vpp_debug-native/external/.nas

Re: [vpp-dev] VPP doesnt detect linux interfaces #vpp

2022-02-05 Thread Pim van Pelt
1 50 20 35 2e 31 36 ... > > > MN: 1137 > > > RV: 0x f2 > > :d8:00.1 1 8086:1583 8.0 GT/s x8 Cisco(R) > Ethernet Converged NIC PN: XL710-QDA2 > > > V0: 0x 4d 41 50 20 35 2e 31 36 ... > &

Re: [vpp-dev] Install vpp with router/netlink plugin and FRR #vpp

2022-02-08 Thread Pim van Pelt
sed stable/22.02 branch. Based on 20.04, you are >> effectively on your own. >> >> Thanks, >> -daw- >> >> On 2/3/22 5:59 AM, Pim van Pelt wrote: >> >> Hoi Suresh, >> >> Do not use this plugin, we really should delete it. Recently, wo

Re: [vpp-dev] VxLAN set MTU

2022-02-17 Thread Pim van Pelt
; set interface mtu: not supported > is not working. > > So, my final question is how to configure the VxLAN L2-tunnel and set MTU? > Thank you. > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to th

Re: [vpp-dev] linux-cp created tap interface send out packets issue

2022-02-24 Thread Pim van Pelt
input ACL misses > error > 1 ip4-input valid ip4 packets > error > 3 ip4-input Multicast RPF check > failed error > 6 ip4-local ip4 spoof

Re: : Re: [vpp-dev] linux-cp created tap interface send out packets issue

2022-02-25 Thread Pim van Pelt
umbered, use tn-eth0 > L3 192.168.1.6/24 > ipip1 (up): > unnumbered, use tn-eth1 > L3 192.168.10.6/24 > local0 (dn): > tap3 (up): > tn-eth0 (up): > L3 192.168.1.6/24 > tn-eth1 (up): > L3 192.168.10.6/24 > tn-eth2 (up): > L3 192.168.100.5/24 > > &

Re: [vpp-dev] EVPN mac/IP routes are advertised when tunnel in created on kernal but not working when vxlan tunnel is on VPP #vpp-dev

2022-02-25 Thread Pim van Pelt
On Fri, Feb 25, 2022 at 7:34 PM suresh vuppala wrote: > Can someone please help out here. > > Just to make things work using VPP as the way kernal works, I created a BD > in VPP but I dont see lcp cli for BD so Linux learns about the bridge? > > > -- Pim van Pelt PBVP1-RIPE

Re: [vpp-dev] EVPN mac/IP routes are advertised when tunnel in created on kernal but not working when vxlan tunnel is on VPP #vpp-dev

2022-02-25 Thread Pim van Pelt
> > Thanks, > Suresh > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20920): https://lists.fd.io/g/vpp-dev/message/20920 Mute This Topic: https://lists.fd.io/mt/89374653/21656 Mute

Re: [vpp-dev] gerrit.fd.io not responding

2022-02-25 Thread Pim van Pelt
have opened a ticket [0] with LF-IT due to gerrit.fd.io not responding. > > Will provide an update when the issue is resolved or more information is > available. > > Thanks, > -daw- > [0] > https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-23671 > &g

Re: [vpp-dev] gerrit.fd.io not responding

2022-02-25 Thread Pim van Pelt
t. viewing tickets. We you able to login? > > Thanks, > -daw- > > On 2/25/22 7:11 PM, Pim van Pelt wrote: > > Hoi, > > Thanks Dave. From me in Zurich, SSH (and git) are up, but perhaps it's > only the website that is down? > By the way, in case others see this too,

Re: [vpp-dev] vpp-dev@lists.fd.io is operational once more.

2022-03-04 Thread Pim van Pelt
you for your patience during this outage. > -daw- > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20950): https://lists.fd.io/g/vpp-dev/message/20950 Mute This Topic: https

Re: [vpp-dev] linux control plane (lcp): icmp packets not forwarded to host lcp intf

2022-03-04 Thread Pim van Pelt
+vpp-dev resend after a bounce earlier today. Thanks to Ben and Dave for rescuing our mailinglist :) On Fri, Mar 4, 2022 at 10:00 AM Pim van Pelt wrote: > +vpp-dev > > I wasn't aware of a mailinglist outage, but I'm sure it'll solve itself > soon enough :-) putting t

Re: [vpp-dev] linux control plane (lcp): icmp packets not forwarded to host lcp intf

2022-03-05 Thread Pim van Pelt
10.10.0.201 > ospf-all.mcast.net: OSPFv2, Hello, length 48 >> Router-ID 127.0.0.201, Backbone Area, Authentication Type: none (0) >> Options [External] >> Hello Timer 10s, Dead Timer 40s, Mask 255.255.255.254, Priority 1 >> Designated Router 10.10.0.201 >> Neighbo

Re: [vpp-dev] linux control plane (lcp): icmp packets not forwarded to host lcp intf

2022-03-07 Thread Pim van Pelt
oop1 >> ip route add 192.168.230.0/24 via 10.10.0.201 >> ip route add 10.0.0.0/24 via 10.10.0.201 >> >> I attached the ospfd.conf in the previous email. Here is the bird.conf >> The bird.conf >> protocol ospf v2 ospf4 { >> debug all; >> ipv4 { expor

Re: [vpp-dev] VPP interface configured under VRF is recognized as default VRF interface on FRR #vpp-dev

2022-03-10 Thread Pim van Pelt
> > Can you please help here to config loop on VPP so FRR recognizes it as vrf > interface > > Thanks, > Suresh > > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/R

Re: [vpp-dev] Out of tree plugins ergonomics

2022-03-15 Thread Pim van Pelt
bit at the ergonomics of this process, and having another > brain(s) to discuss with would be useful. > > --a > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21021): https:

Re: [vpp-dev] Configuring linux kernel VLAN interfaces in VPP

2022-03-17 Thread Pim van Pelt
a way by which I can bind vlan interfaces, created on linux > kernel, in vpp similar to the way we do for physical interfaces? > > Thanks and Regards, > Chinmaya Agarwal. > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive a

Re: [vpp-dev] how make 80-vpp.conf effective #vppcom

2022-03-25 Thread Pim van Pelt
: > 您好先生: > 我应该怎么做才能使 80-vpp.conf 生效,例如使用 sysctl -p 使 sysctl.conf 生效。或者在启动 vpp 时使用默认的 > 80-vpp.conf? > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21112): https://lists.fd.io

Re: [vpp-dev] LCP plugin - api issue report

2022-03-25 Thread Pim van Pelt
1. List lcp pair report invalid num, fix >> https://gerrit.fd.io/r/c/vpp/+/35479 (thanks to Pim). Can be merged to >> the master? >> 2. lcp_itf_pair_add_del (lcp_itf_pair_add_del_v2) lcp pair is created >> succesfully. Api reply message failed. >> ERRO[0000] Channel ID not known, ig

[vpp-dev] Crash in BVI and Loopback interaction

2022-03-26 Thread Pim van Pelt
7fff96800740 in ?? () #19 0x7fff923805c0 in ?? () #20 0x76eff104 in vlib_process_signal_event (vm=, node_index=, type_opaque=, data=) at /home/pim/src/vpp/src/vlib/node_funcs.h:1025 Backtrace stopped: previous frame inner to this frame (corrupt stack?) -- Pim van Pelt PBVP1

Re: [vpp-dev] Crash in BVI and Loopback interaction

2022-03-27 Thread Pim van Pelt
aware of "bvi ..." commands. Anyway, usually I go with > something like: > > create loopback interface instance 20 > set interface state loop20 up > create bridge-domain 20 learn 1 forward 1 flood 1 arp-term 1 arp-ufwd 0 > set interface l2 bridge loop20 20 bvi > > O

Re: [vpp-dev] #vpp-dev: VRF route leak not working between two VRF's

2022-03-31 Thread Pim van Pelt
plane ip route show 192.168.98.0/24 vrf vrf1 > > $ > > $ sudo ip netns exec dataplane ip route show 192.168.97.0/24 vrf vrf2 > > > > $ > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/

[vpp-dev] vpp-papi stats is broken

2022-04-01 Thread Pim van Pelt
same error as my application: struct.error: offset -140393469444104 out of range for 1073741824-byte buffer .. Ran 6 tests in 0.612s FAILED (errors=4) Damjan, Ole, any clues? groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [vpp-dev] vpp-papi stats is broken

2022-04-01 Thread Pim van Pelt
sibly worth our while to add the VPPStats() class to the exported classes in vpp_papi ? groet, Pim On Fri, Apr 1, 2022 at 2:50 PM Pim van Pelt via lists.fd.io wrote: > Hoi, > > I noticed that my VPP SNMP Agent no longer works with the python API at > HEAD, and my attention was dra

[vpp-dev] Feedback on a tool: vppcfg

2022-04-02 Thread Pim van Pelt
tras/ somewhere. -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21183): https://lists.fd.io/g/vpp-dev/message/21183 Mute This Topic: https://lists.fd.io/mt/90202690/21656 Group Owner: vpp-dev+ow...@lists.fd

Re: [vpp-dev] Feedback on a tool: vppcfg

2022-04-03 Thread Pim van Pelt
ber Honeycomb…) and > probably cover many use cases. > > I’ve not yet tried it but will certainly do it soon. > > Thanks ! > > Jerome > > > > *De : *vpp-dev@lists.fd.io de la part de Pim van > Pelt > *Date : *samedi, 2 avril 2022 à 17:18 > *À : *vpp-dev

35640 has a crashing regression, was Re: [vpp-dev] vpp-papi stats is broken

2022-04-05 Thread Pim van Pelt
and I have a set of transitions there which I can probably narrow down to an exact repro case. On Fri, Apr 1, 2022 at 3:08 PM Pim van Pelt via lists.fd.io wrote: > Hoi, > > As a followup - I tried to remember why I copied class VPPStats() and > friends into my own repository,

Re: 35640 has a crashing regression, was Re: [vpp-dev] vpp-papi stats is broken

2022-04-05 Thread Pim van Pelt
rnet0 delete bond BondEthernet1 create bond id 0 mode lacp load-balance l34 delete bond BondEthernet0 comment { the next command crashes VPP } create loopback interface instance 0 On Tue, Apr 5, 2022 at 9:48 PM Pim van Pelt wrote: > Hoi, > > There is a crashing regression in VPP

Re: 35640 has a crashing regression, was Re: [vpp-dev] vpp-papi stats is broken

2022-04-06 Thread Pim van Pelt
s already there, and creation of new entry fails. > > Hope this helps: > > https://gerrit.fd.io/r/c/vpp/+/35900 > > — > Damjan > > > > > On 05.04.2022., at 22:13, Pim van Pelt wrote: > > > > Hoi, > > > > Here's a minimal repro that

Re: 35640 has a crashing regression, was Re: [vpp-dev] vpp-papi stats is broken

2022-04-06 Thread Pim van Pelt
does provoke it. groet, Pim On Wed, Apr 6, 2022 at 3:56 PM Pim van Pelt via lists.fd.io wrote: > Hoi, > > The crash I observed is now gone, thanks! > > VPP occasionally hits an ASSERT related to error counters at drop.c:77 -- > I'll try to see if I can get a reproduction,

Re: [vpp-dev] How to check how many packets per vector is VPP processing ? #vpp

2022-04-12 Thread Pim van Pelt
ommand to check how many packets per vector is VPP > processing ? Thanks in advance. > > David. > > > > > > > > > > > > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [vpp-dev] Intel E810 rte_eth_dev_start unknown error -5 rx missed #dpdk

2022-04-13 Thread Pim van Pelt
> rte_eth_dev_start[port:0, errno:-5]: Unknown error -5 > > VPP version is 21.06, DPDK 21.08, NIC Non-Volatile Memory 3.00 > > Attached the output of runtime and hardware-interfaces, I hope they will > be useful. > > Thank you, > Samuele > > > -- Pim van Pel

Re: [vpp-dev] How to check how many packets per vector is VPP processing ? #vpp

2022-04-14 Thread Pim van Pelt
gs in VPP are low level and take a bit of getting used to. But the information in 'show runtime' is very useful tool to understand where the CPU time is spent in a running VPP dataplane. groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [vpp-dev] report: linux-cp api dumpLcpPairList bug

2022-04-15 Thread Pim van Pelt
ot full lcp pair list. Debug command "vppctl show lcp" works > correctly. Tested environment: 3x dpdk lan, 2x vlan, 1x loopback (6 lcp > pair). 5-10% of reply list dump requests return not a complete list.) > > vpp v22.06-rc0~378-g6120441f9 > apu4D4 > > Regard

Re: [vpp-dev] report: linux-cp api dumpLcpPairList bug

2022-04-16 Thread Pim van Pelt
p104 host-if loop104 >> vppctl lcp create loop105 host-if loop105 >> >> How to reproduce: > > 1. systemctl restart myVppService > 2. add commands upper > 3. ./govppLcpDumpTest (a few pass, the test will be failed) > > Now, the interesting thinks ... > 4. v

Re: [vpp-dev] how BIRD routes integrate into vpp

2022-04-24 Thread Pim van Pelt
ther with VPP, but how can I > synchronize BIRD routes to VPP, any suggestions or reference? > > VPP version is 20.01, try not to update VPP to new version as possible as > we can . > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Lin

Re: [vpp-dev] questions about netlink listenner in lcpng

2022-04-25 Thread Pim van Pelt
istenner" get > the netlink msg, before the kernel get the msg or after the kernel process > the msg and forward to the listenner? > Does the lcpng can work well, if I add a type of new netlink msg in FRR > and a function to process the msg in lcpng (dispatch...)? > Thanks for

Re: [vpp-dev] Replacing pycodestyle with black

2022-05-02 Thread Pim van Pelt
auto-formatted, (almost entirely) pep8 compliant style. > > Here’s the diff: > > https://gerrit.fd.io/r/c/vpp/+/36043 > > Thoughts? > > Thanks, > Klement > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all m

Re: [vpp-dev] creating mpls tunnel with instance ID #mpls

2022-05-08 Thread Pim van Pelt
in-table ] > [mpls-lookup-in-table ] [resolve-via-host] [resolve-via-connected] > [rx-ip4 ] [out-labels ] > > Thanks, > Halit > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vi

Re: [vpp-dev] VPP v22.02 not coming up

2022-05-24 Thread Pim van Pelt
unctions: unknown input `linux-cp default netns > dataplane interface-auto-create ' > > I have compiled VPP with all the plugins mentioned above. In > "/usr/lib/vpp_plugins/" I can see .so files > i.e dpdk_plugin.so, linux_cp_plugin.so, linux_nl_plugin.so > >

Re: 35640 has a crashing regression, was Re: [vpp-dev] vpp-papi stats is broken

2022-06-03 Thread Pim van Pelt
ert kicks in. > > Likely what happens is that batch of commands are first triggering > generation of neighbor probe packet, then > immediately after that interface is deleted, but packet is still in flight > and drop node tries to bump counters for deleted interface. > > — >

Re: 35640 has a crashing regression, was Re: [vpp-dev] vpp-papi stats is broken

2022-06-03 Thread Pim van Pelt
PTAL https://gerrit.fd.io/r/c/vpp/+/36334 On Fri, Jun 3, 2022 at 10:25 PM Pim van Pelt via lists.fd.io wrote: > Hi Damjan, > > Just a quick note - 22.06 still has this regression > > 1: /home/pim/src/vpp/src/vlib/drop.c:77 (counter_index) assertion `ci < > n->n_

Re: [vpp-dev] how BIRD routes integrate into vpp

2022-06-08 Thread Pim van Pelt
we > hope these routes to be added to vpp. > > we have tried several methods, none could acheive this goal, do you have > any suggestions? > > > -- > haiyan...@ilinkall.cn > > > *From:* Pim van Pelt > *Date:* 2022-04-24 16:56 > *To:*

Re: [vpp-dev] LACP bond interface not working

2022-06-13 Thread Pim van Pelt
lance active members > members > BondEthernet03lacp l20 2 > vpp# > > Here "active members" count is 0 and hence the bond interface is not > working. > > Are we missing out anything from the configuration poin

Re: [vpp-dev] LACP bond interface not working

2022-06-14 Thread Pim van Pelt
e in linux, we could > see the bonding work and end to end traffic was working fine. > > Any suggestions how we can resolve this? > > Thanks and regards, > Chinmaya Agarwal. > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: Y

Re: [vpp-dev] Configuring linux kernel bond interface in VPP

2022-06-18 Thread Pim van Pelt
l There's another way of creating the bond in startup.conf -- search for the string eth_bond0 in the documentation here: https://my-vpp-docs.readthedocs.io/en/latest/gettingstarted/users/configuring/startup.html groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=

Re: [vpp-dev] #mpls enabling mpls at interface

2022-06-21 Thread Pim van Pelt
lso see "none configured". > > I have created interface using VL API but trying to change using vppctl > command. > > Is it fine and also, what shall be the output when we enable or disable at > interface for mpls. > > With Regards > Sastry > > > >

[vpp-dev] [presentation] VPP as a OSPF/BGP router - talk at VirtualNOG

2022-06-26 Thread Pim van Pelt
CCC Thanks to Maximilian Wilhelm for hosting me, to Andre Toonk for his talk last year, bringing visibility to VPP also, and for the vibrant community who showed pretty genuine interest for VPP. groet, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [vpp-dev] VPP release 22.06 is complete !

2022-06-29 Thread Pim van Pelt
22.06 release manager */ > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21595): https://lists.fd.io/g/vpp-dev/message/21595 Mute This Topic: https://lists.fd.io/mt/92068364/21

Re: [vpp-dev] [presentation] VPP as a OSPF/BGP router - talk at VirtualNOG

2022-07-05 Thread Pim van Pelt
he graph shown in "Demo 1 > - L2XC Performance" slide which shows Cycles/packet by node generated? That > looks really cool and and very useful > > Thanks! > > X. > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You rec

Re: [vpp-dev] [presentation] VPP as a OSPF/BGP router - talk at VirtualNOG

2022-07-06 Thread Pim van Pelt
this with iptables NAT vs using iptables NAT together with > kernel network stack? > Thanks! > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21619): https://lists.fd.io/g/vp

Re: [vpp-dev] Up to date documentation for working with vpp_api 2.0.0?

2022-07-12 Thread Pim van Pelt
"/usr/lib/python3/dist-packages/vpp_papi/vpp_papi.py", there is no class > called "VPP". > > I am a total newb working with vpp-api, can someone point me in the right > direction on how I can get started? Main goal is to create an ACL, add > ACE's, chan

Re: [vpp-dev] vpp api versioning

2022-07-15 Thread Pim van Pelt
> it'd lead to code duplication and still I'd need to wait at least 2 > releases. > > [0] https://wiki.fd.io/view/VPP/API_Versioning > > -- > Best regards > Stanislav Zaikin > > > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -

Re: [vpp-dev] Wrong counter(s) values

2022-07-16 Thread Pim van Pelt
ttps://ibb.co/0j5wg2Z > > Have you ever noticed this behavior? > > p.s. I have changed bridges to xconnects with the same result. > > VPP version: vpp v22.10-rc0~66-g963e9b583 built by root on rt-vpp-test at > 2022-07-14T21:34:52 > igb_uio > > Thank you for any tips!

Re: [vpp-dev] moniter interface is not correct#vnet

2022-07-19 Thread Pim van Pelt
/ > tsd), > 96 format_base10, > 97 (u32) ((vtx[spin].packets - vtx[spin ^ 1].packets) / tsd), > 98 format_base10, (u32) ((vtx[spin].bytes - vtx[spin ^ 1].bytes) / > tsd)); > 99 } > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -

Re: [vpp-dev] moniter interface is not correct#vnet

2022-07-19 Thread Pim van Pelt
.bytes) / tsd), > format_base10, > (u64) ((vtx[spin].packets - vtx[spin ^ 1].packets) / tsd), > format_base10, > (u64) (8 * (vtx[spin].bytes - vtx[spin ^ 1].bytes) / tsd)); > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [vpp-dev] Python API for VPP refuses to work

2022-07-20 Thread Pim van Pelt
.fd.io/view/VPP/Python_API. I have python3-vpp-api installed. > Any idea for solving this import problem? > > Thank you for any answers. > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Re

Re: [vpp-dev] Python API for VPP refuses to work

2022-07-20 Thread Pim van Pelt
ut to use API calls, there's no conf file needed? > > Sorry for these questions, im quite new to the VPP. > > Krisztián Varga via lists.fd.io ezt > írta (időpont: 2022. júl. 20., Sze, 12:13): > >> Thank you very much for the quick answer! >> >> On Wed, Jul

Re: [vpp-dev] CPU usage for vpp

2022-07-20 Thread Pim van Pelt
> > Did I miss anything? Thanks for your attention and any suggestions are > welcome. > > Regards, > Xiaodong > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#2

Re: [vpp-dev] CPU usage for vpp

2022-07-20 Thread Pim van Pelt
ce rx-mode [ifname] interrupt > > > > Did I miss anything? Thanks for your attention and any suggestions are > welcome. > > > > Regards, > > Xiaodong > > > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Li

Re: [vpp-dev] Gerrit review request for packetforge - 36149

2022-07-24 Thread Pim van Pelt
d usage can be found in commit log and README > in the patch. > > > > Please have a look at my patch and give some comments, thanks! > > > > Best Regards, > > Xu Ting > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Li

Re: [vpp-dev] vpp can communicate (ping) with other devices but linux host can't #routing #plugin #dpdk

2022-07-26 Thread Pim van Pelt
m 2401:1700:1:1::a1: icmp_seq=4 ttl=64 time=9.80 ms > 64 bytes from 2401:1700:1:1::a1: icmp_seq=5 ttl=64 time=9.84 ms > ^C > --- 2401:1700:1:1::a1 ping statistics --- > 5 packets transmitted, 5 received, 0% packet loss, time 4008ms > rtt min/avg/max/mdev = 9.760/9.802/9.842/0.032

Re: [vpp-dev] vpp vpp v22.10-rc0~177-g563d34ba9 lcp create unknown input `' problem

2022-09-09 Thread Pim van Pelt
u'll have to create LCP pairs for each sub-interface. Another handy command is: vpp# show lcp Hope that helps, Pim -- Pim van Pelt PBVP1-RIPE - http://www.ipng.nl/ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21865): https://lists.fd.io/g/vpp-

Re: [vpp-dev] VPP routing rule installation limit #vpp_papi #vapi

2022-09-15 Thread Pim van Pelt
9M, used: 642.88M, free: 381.12M, trimmable: 359.79M > > I am using a single-thread VPP, by the way... > > VPP could not receive more than 600K routing entries under this > configuration. Is there any way we could increase the memory that VPP could > use? > > Thanks in advance!

Re: [vpp-dev] Mellanox Interface not coming up in VPP 22.02

2022-09-26 Thread Pim van Pelt
_down: Interface start failed > Sep 23 14:47:52 smvm02 vnet[66430]: set interface state: Interface start > failed > > What could be the possible reason for this behaviour? > > Thanks and regards, > Chinmaya Agarwal > > > > -- Pim van Pelt PBVP1-RIPE - http://www.ipng.n

Re: [vpp-dev] Geneve SIGSEGV

2022-10-04 Thread Pim van Pelt
?? () from > /lib/x86_64-linux-gnu/libvlib.so.22.06#4 0x7f259adc7c94 in > clib_calljmp () from /lib/x86_64-linux-gnu/libvppinfra.so.22.06#5 > 0x7fff0d2c5ff0 in ?? ()#6 0x7f259aedfd55 in vlib_unix_main () > from /lib/x86_64-linux-gnu/libvlib.so.22.06* >

Re: [vpp-dev] Geneve SIGSEGV

2022-10-05 Thread Pim van Pelt
10.10.2.2* > > *create geneve tunnel local 10.10.2.1 remote 10.10.1.1 vni 13 l3-mode* > *set int state geneve_tunnel0 up* > *set int ip address geneve_tunnel0 10.10.3.2/24 <http://10.10.3.2/24>* > > 10.10.2.1 and 10.10.1.1 can ping each other, the problem with ARP Request >

  1   2   >