Re: [vpp-dev] wireguard_handoff.c:112:12: error: 'peeri' may be used uninitialized

2020-09-25 Thread Yichen Wang via lists.fd.io
You need this: https://gerrit.fd.io/r/c/vpp/+/29084, and merged in stable/2009 already. Regards, Yichen From: on behalf of "Heckman, Steve" Date: Friday, September 25, 2020 at 1:04 PM To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] wireguard_handoff.c:112:12: error: 'peeri' may be used

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

2020-01-06 Thread Yichen Wang via Lists.Fd.Io
If you want to use vfio-pci, you might want to check: # dmesg | grep Virtualization [5.208330] DMAR: Intel(R) Virtualization Technology for Directed I/O If you don’t see above, vfio-pci will not work and the fix is to enable Intel VT-d in BIOS. Also, uio_pci_generic won’t work with i40e, and

Re: [vpp-dev] RPM package question related to https://gerrit.fd.io/r/#/c/18953/

2019-05-10 Thread Yichen Wang via Lists.Fd.Io
Hi, Tom, epel-release is nothing but some yum repo files, so technically it should not bring any code for dependencies. So it should be removed from runtime dependencies for sure IMO. The reason is, we want to stick with whatever RedHat supports. When we bring in epel-release, the RPMs that we

Re: [vpp-dev] Andrew Yourtchenko is now a vpp project committer!

2018-11-15 Thread Yichen Wang via Lists.Fd.Io
Congratulations, Andrew! ☺ Regards, Yichen From: on behalf of Andrew Yourtchenko Date: Thursday, November 15, 2018 at 09:23 To: "Dave Barach (dbarach)" Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Andrew Yourtchenko is now a vpp project committer! Thank you very much Dave and all the

Re: [vpp-dev] packet capture

2018-11-13 Thread Yichen Wang via Lists.Fd.Io
You can create a span ports, with SRC interface is your VirtualEthernet, and DST interface to be a tap interface. Then you run easily run tcpdump from kernel side for your packet capture. Thanks very much! Regards, Yichen On Nov 13, 2018, at 09:36, Bly, Mike mailto:m...@ciena.com>> wrote:

Re: [vpp-dev] tx-drops with vhost-user interface

2018-08-06 Thread Yichen Wang via Lists.Fd.Io
Hi, Vijay, Sorry to ask dumb question, can you make sure the interface in your VM (either Linux Kernel or DPDK) is “UP”? Regards, Yichen From: on behalf of "steven luong via Lists.Fd.Io" Reply-To: "Steven Luong (sluong)" Date: Monday, August 6, 2018 at 12:10 PM To: "Chandra Mohan, Vijay

Re: [vpp-dev] tx-errors on VPP controlled dpdk device

2018-08-01 Thread Yichen Wang via Lists.Fd.Io
Hi, Chakri, You can change the VPP worker assignments by doing: vpp# show interface rx-placement vpp# set interface rx-placement ? set interface rx-placement set interface rx-placement [queue ] [worker | main] Thanks very much! Regards, Yichen From: on behalf of