Odp: Re: [vpp-dev] vpp 18.07.1 hangs on intel x520-sr2

2018-10-22 Thread Glaza
Marion wrote: Looks like DPDK issue, might also be hardware problem. Have you tried different computer/nic? --  Damjan On 17 Oct 2018, at 11:14, Glaza < gla...@wp.pl > wrote: Investigating it further I have build 18.10-rc1 and t

Re: [vpp-dev] vpp 18.07.1 hangs on intel x520-sr2

2018-10-17 Thread Glaza
unused=igb_uio,uio_pci_generic startup.conf is: unix {   nodaemon   log /var/log/vpp/vpp.log   full-coredump   cli-listen /run/vpp/cli.sock   gid vpp } api-trace {   on } api-segment {   gid vpp } cpu { } dpdk {     uio-driver vfio-pci } On 15 10 2018 12:26 Glaz

[vpp-dev] vpp 18.07.1 hangs on intel x520-sr2

2018-10-15 Thread Glaza
Hi All, On centos 7 after install vpp-18.07.1-release hangs after start when x520-sr2 NIC is in use. # dpdk-devbind -s | head Network devices using DPDK-compatible driver == :81:00.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection 10fb' drv=uio_pci_generi

[vpp-dev] vppctl hangs after upgrade from 18.04 to 18.07.1

2018-10-05 Thread Glaza
Hi Everyone, After upgrade (yum update vpp) from 18.04 to 18.07.1 vppctl hangs. In 18.04 vppctl was lagging, but after update it is not responding at all. After whitelisting one dev at a time it looks like it is related to: :81:00.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection 10fb' drv=

Odp: RE: [vpp-dev] Failed to build vppsb router plugin (librtnl)

2018-06-01 Thread Glaza
Yes I do see error without lacp.   Yusuke Tatsumi wrote Hi Glaza,   Thanks for your patch! I also build successfully with your patch on CentOS 7.3 (kernel 3.10).     > But when I tried to use it with lacp I got: > rtnl_ns_recv:398: Received notification while in sync. Restart synchroni

Re: [vpp-dev] Failed to build vppsb router plugin (librtnl)

2018-05-22 Thread Glaza
Hi Yusuke, I did: diff --git a/netlink/librtnl/netns.c b/netlink/librtnl/netns.c index 1b40227..f899f28 100644 --- a/netlink/librtnl/netns.c +++ b/netlink/librtnl/netns.c @@ -66,7 +66,7 @@ u8 *format_ns_link (u8 *s, va_list *args) #define ns_foreach_rta \ _(RTA_DST, ds

[vpp-dev] router plugin improvements

2018-05-17 Thread Glaza
Hi At the beginning I would like to thank for router plugin. Actually my systemd service to start vpp looks like: ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf ExecStartPost=-/bin/sleep 5 ExecStartPost=-/sbin/ip link set dev vpp0 up ExecStartPost=-/sbin/ip address add 10.0.0.14/30 dev vpp0 Is

[vpp-dev] Highly available VPP

2018-05-17 Thread Glaza
Hi I am using vpp 18.04 with lacp and router plugin and looking for a way to make it highly available. Does anyone now how to achieve this, for example using keepalived+VRRP? Thanks, Tom -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9315):

[vpp-dev] can't expand fixed-size pool

2017-11-29 Thread Glaza
Hi everybody, I just build an rpm package of vpp-17.10 and on build host it runs OK, but on second clean host it fails with: # /usr/bin/vpp -c /etc/vpp/startup.conf.rpmnew vlib_plugin_early_init:356: plugin path /usr/lib/vpp_plugins load_one_plugin:184: Loaded plugin: acl_plugin.so (Access Contr

[vpp-dev] VPPSB router plug-in and LACP issue

2017-06-07 Thread Glaza
Hi everybody, I want to test router plug-in from vppsb. I am working on VPP 17.04. There is no "tap inject" command in this version that is used by this plug-in (as in the plug-in wiki page mentioned). I have read https://lists.fd.io/pipermail/vpp-dev/2017-May/004889.html and "show plugins" in