[vpp-dev] Coverity run FAILED as of 2019-12-31 14:00:24 UTC

2019-12-31 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15006):

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2019-12-31 Thread Shiva Shankar
Hi Liu, You missed binding of NIC devices to uio_pci_generic or vfio driver. show log confirms the same. 2019/12/31 06:01:42:932 notice dpdk DPDK drivers found no ports Thanks Shiva On Tue, 31 Dec 2019 at 19:00, gencli Liu <18600640...@163.com> wrote: > Hi everyone: > I can't

[vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2019-12-31 Thread gencli Liu
Hi everyone: I can't get NICs when I use " *vppctl show interface* "; I use " *vppctl show pci* ", and I can see NIC did not have driver info; What details did I miss ? I have done these things: 1 *ifconfig ens1f0 down* ; *ifconfig ens1f1 down* ; 2 *modprobe uio_pci_generic* ;

Re: [vpp-dev] VPP Crash while programming DPO from a VPP Worker

2019-12-31 Thread Satya Murthy
Hi Neale, Thanks a lot for the inputs. It solved our issue. As a side question: Is there any mechanism for the main thread to send the result to the worker thread? -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[vpp-dev] why VAT can not link libvnet.so library ?

2019-12-31 Thread Pei, Yulong
Dear VPP-dev, I bumped into an issue as below since I called ip_address_encode() function in src/plugins/lb/lb_test.c ./vpp_api_test: symbol lookup error: /root/vpp/build-root/build-vpp-native/vpp/lib/vpp_api_test_plugins/lb_test_plugin.so: undefined symbol: ip_address_encode But