Re: [vpp-dev] UDP multithreading error

2022-09-26 Thread nengjie wang
recv from 7.0.0.1:56760]c2 s1 > > [recv from 7.0.0.1:56760]c2 s2 > > [recv from 7.0.0.1:60414]c1 s2 > > > Regards, > Florin > > [1] https://pastebin.com/4LCukbEC > > > On Sep 7, 2022, at 12:05 AM, nengjie wang wrote: > > > > The attachment is my se

[vpp-dev] create host-interface failed

2022-09-26 Thread nengjie wang
Hi, Why do I always return invalid argument when I execute the command create host interface name vpp? Does af packet v3 have any special dependencies? My vpp version is 22.06, the system version is centos7, the GLIBC version is 2.17, and the kernel version is 3.10.0-1127. Error message:

[vpp-dev] UDP multithreading error

2022-09-07 Thread nengjie wang
The attachment is my server program. My VPP version is 22.06. When I start this server by LDP and send a request to this server, the server will have a direct segment error. Two threads share an event queue, resulting in an event queue crash. Can you tell me if LDP does not support this use? In

[vpp-dev] IPv6 routes calculation error using VPP layer 3 IP CLI "ip route add"

2021-09-26 Thread Jieqiang Wang
a quick patch https://gerrit.fd.io/r/c/vpp/+/33422 to resolve this issue. Could you please take your time to double-confirm this issue and possibly help review the patch? Thanks, Jieqiang Wang IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also

Re: [vpp-dev] Enable DPDK tx offload flag mbuf-fast-free on VPP vector mode

2021-09-22 Thread Jieqiang Wang
Thanks for your explanation, Damjan. Based on your words, it seems inappropriate to apply mbuf-fast-free on VPP, even for SMP systems … From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via lists.fd.io Sent: Thursday, September 23, 2021 12:18 AM To: Jieqiang Wang Cc: Benoit Ganne (bganne

Re: [vpp-dev] Enable DPDK tx offload flag mbuf-fast-free on VPP vector mode

2021-09-22 Thread Jieqiang Wang
Hi Ben, Thanks for your quick feedback. A few comments inline. Best Regards, Jieqiang Wang -Original Message- From: Benoit Ganne (bganne) Sent: Friday, September 17, 2021 3:34 PM To: Jieqiang Wang ; vpp-dev Cc: Lijian Zhang ; Honnappa Nagarahalli ; Govindarajan Mohandoss ; Ruifeng

[vpp-dev] Enable DPDK tx offload flag mbuf-fast-free on VPP vector mode

2021-09-16 Thread Jieqiang Wang
4% -6.04% ThunderX2 12.92% 6.63% -6.29% Dell 8268 10.36% 7.97% -2.39% [1] http://git.dpdk.org/dpdk/commit/?h=v21.08-rc1=be8ff6210851fdacbe00033259b7dc5426e95589 [2] http://git.dpdk.org/dpdk/commit/?h=v21.08-rc1=95e7bb6a5fc9e371e763b11ec15786e4d574ef8e Best Regards, Jieqiang W

Re: [vpp-dev] Is there a convenient way to name generated files when making VPP, such as rpm

2021-03-17 Thread Tao Wang
ed vpp rpm file name 9) but I regard there are a lot of vpp 3rd-party users like us, so I want to know how other vpp 3rd-party users handle the same vpp usage scenario as ours Thanks in advance! Best Regards, Tao Wang From: hem...@mnkcg.com Sent: Wednesday, M

[vpp-dev] Is there a convenient way to name generated files when making VPP, such as rpm

2021-03-16 Thread Tao Wang
ant way to name VPP generated files? Thanks! Best Regards, Tao Wang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18946): https://lists.fd.io/g/vpp-dev/message/18946 Mute This Topic: https://lists.fd.io/mt/81394971/21656 Group Owner: vpp-dev+o

Re: [vpp-dev] a compiling error on vpp master

2021-03-03 Thread Jieqiang Wang
thought and needs confirmation from VPP maintainers. But you can check your glibc version and try if this patch works for you. Thanks, Jieqiang Wang From: vpp-dev@lists.fd.io On Behalf Of jiangxiaoming via lists.fd.io Sent: Thursday, March 4, 2021 10:25 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev

Re: [vpp-dev] Questions about no-multi-seg option in startup.conf

2021-01-11 Thread Jieqiang Wang
Hi Ben, Thank you for your quick reply and your insightful explanation. Your answers are really helpful. Thanks, Jieqiang Wang -Original Message- From: Benoit Ganne (bganne) Sent: Friday, January 8, 2021 4:20 PM To: Jieqiang Wang ; vpp-dev Cc: Lijian Zhang ; Tianyu Li ; Govindarajan

[vpp-dev] Questions about no-multi-seg option in startup.conf

2021-01-07 Thread Jieqiang Wang
-seg option was not set in startup.conf when I sent small packets(like 64 bytes) as traffic input(simple IPv4 routing test case with 1 flow). How will VPP behave differently if no-multi-seg option is set? Look forward to getting your feedback. Thanks, Jieqiang Wang IMPORTANT NOTICE: The contents

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

[vpp-dev] vpp api's change

2019-09-04 Thread Wang, Drenfong
Hi vpp-dev Vpp have changed it's api string type many times, Could we keep it stable? In the interface.api.h.vapi.h, the name_filter, interface_name, admin_up_down -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13898):

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] [sweetcomb-dev] cannot find vom library

2019-02-14 Thread Wang, Drenfong
pp-dev and libvppinfra (no libvom.so)) Thanks for you vom deb package patch, this help a lot From: Wang, Drenfong Sent: Tuesday, February 12, 2019 4:29 PM To: 'syka...@cisco.com' Subject: RE: [vpp-dev] [sweetcomb-dev] cannot find vom library Hi Mohsin Thanks for your patch. I will test this ma

Re: [vpp-dev] [sweetcomb-dev] cannot find vom library

2019-02-10 Thread Wang, Drenfong
Hi Dave Damarion and Neale In this file(the rpm package) vpp\extras\rpm\vpp.spec I found there is no vom in lib package Is this mean the vom will not be put into rpm package or I am wrong ? Thanks Best Regards Junfeng Wang Network Platforms Group | +86 021 2207 1161 | the 4 floor

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:

答复: [vpp-dev] vppctl start error

2018-09-18 Thread Evan Wang
Hi Ed Warnicke Thank you for the kindly reply, and you are right, I made mistake when changing the configuration file with a syntactically error. Now it is ok. Thx again. 发件人: Ed Warnicke [mailto:hagb...@gmail.com] 发送时间: 2018年9月14日 20:20 收件人: Evan Wang 抄送: vpp-dev@lists.fd.io 主题: Re

[vpp-dev] vppctl start error

2018-09-14 Thread Evan Wang
Hi First, thank you to read my email. I build vpp,(latest from master) and install on my Centos-7.4. The SElinux is disabled. I start the service of vpp, #systemctl start vpp Then I run vppctl. If I use the default /etc/vpp/startup.conf, the vppctl start correctly. If I want

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

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

2018-05-22 Thread Wang
Hi Yusuke, It seems to me your OS kernel does not support the latest netlink macros such as RTNLGRP_MPLS_ROUTE. Thanks Chad 2018-05-22 7:01 GMT-04:00 Yusuke Tatsumi : > Hi vpp routing guys, > > I have tried vppsb plugins (router, netlink) and these plugins work well >

Re: [vpp-dev] router_plugin

2018-05-17 Thread Wang
I will take a look at it. Thanks 2018-05-17 0:12 GMT-04:00 Demian Pecile <dpec...@sietecapas.com.ar>: > Hi Wang trying last version. > I have cannot find -lrtnl error. > > Any idea ? > > its working with last versions ? > > Arch for platform 'vpp' is nat

Re: [vpp-dev] router plugin improvements

2018-05-17 Thread Wang
Hi Tom, You can enable router-plugin by adding "enable tap-inject" in the startup config file. unix { nodaemon log /var/log/vpp/vpp.log full-coredump cli-listen /run/vpp/cli.sock gid vpp exec /vpp.init } in vpp.init you can write "enable tap-inject" Thanks Chad 2018-05-17 2:11

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-03 Thread Wang
Would you share the command lines you used to install router plugin? It seems to me the router plugin is not loaded? 2018-04-02 13:05 GMT-04:00 Hamid Rasool <14mseesras...@seecs.edu.pk>: > Hi Wang, > > My copy of the code contains the patch. I have checked the source and it

Re: [vpp-dev] What RPM contains vpp debug symbols?

2018-04-02 Thread Yichen Wang
Cc: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>, "Yichen Wang (yicwang)" <yicw...@cisco.com> Subject: Re: [vpp-dev] What RPM contains vpp debug symbols? Thanks for the info Billy! -daw- On 1/25/18 8:26 PM, Billy McFall wrote: 'make pkg-rpm' is currently not generatin

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-02 Thread Wang
Here is the patch https://gerrit.fd.io/r/#/c/11167/ it should be merged into vppsb. Chad 2018-04-01 12:39 GMT-04:00 Hamid via Lists.Fd.Io < 14mseesrasool=seecs.edu...@lists.fd.io>: > Not working with the latest code. > > I have retried with 'git checkout origin/master' after make wipe-all and

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-03-30 Thread Wang
Did you checkout the latest vppsb? There should be a patch merged to fix this issue. 2018-03-30 3:25 GMT-04:00 Hamid Rasool : > Hi, > > I want to enable dynamic routing protocols (using Quagga or FRR as VPP > does not have BGP and IS-IS built-in) to perform routing on my

Re: [vpp-dev] virtio devices add to white list

2018-03-29 Thread Yichen Wang
v@lists.fd.io on behalf of avi.co...@huawei.com> wrote: Yichen Also do I have to insmod the igb_uio or this can be done auto by vpp ? where to put it ? Regards Avi > -Original Message- > From: Avi Cohen (A) > Sent: Thursday, 29 March, 2018 2:34

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-25 Thread Yichen Wang
Hi, Sara, May I know what image you are using to achieving the good performance with VPP? I assume you are running the same iperf3 testings? Thanks very much! Regards, Yichen From: on behalf of Sara Gittlin Date: Sunday, March 25, 2018 at 5:31 AM

Re: [vpp-dev] vppsb's librtnl is broken with top of VPP tree

2018-03-13 Thread Wang
I just submitted a patch to fix it. https://gerrit.fd.io/r/#/c/11127/ 2018-03-13 18:35 GMT-04:00 Jon Loeliger : > Hey VPP-dev > > Is it me? It's me, isn't it. > > jdl > > > > > librtnl/mapper.c: In function 'mapper_add_del_route': > librtnl/mapper.c:101:31: error: passing

Re: [vpp-dev] router_plugin

2018-03-04 Thread Wang
HI Gulakh, >From my experience, VPP and VPPSB are compatible with the latest versions. What sequence of command lines did you use? 2018-03-04 4:58 GMT-05:00 Gulakh : > Hi, > I am using vppsb router plugin with vpp. there is a problem when I use > tap-inject. > The problem

[vpp-dev] Issue with deploying VPP image under "server model" in Cisco VIRL

2018-02-14 Thread Bojian Wang
hi, Team I am using “server mode” image to deploy VPP in my VIRL environment. The particular image work well in VIRL 1.2 environment, I can start VPP service and config i/f and IP for VPP. But When I snapshot the image , download to local and then upload to other VIRL 1.3 server ( also I tried

[vpp-dev] FileNotFoundError error(2): No such file or directory as: /dev/shm/vpe-api

2018-02-12 Thread Bojian Wang
, status=0/SUCCESS) Main PID: 3135 (code=exited, status=1/FAILURE) regards/Bojian Wang

[vpp-dev] vppctl bug?

2017-07-11 Thread Yichen Wang (yicwang)
Hi, VPP folks, Using a pretty new VPP 17.07-rc2 RPM: neutron_vpp_8422 [root@sjc04-pod6-compute-1 /]# vppctl show ver verbose Version: v17.07-rc2~3-g0786710~b20 Compiled by: jenkins Compile host: centos7-basebuild-4c-4g-489 Compile date: Thu

[vpp-dev] VPP interface parsing error?

2017-06-28 Thread Yichen Wang (yicwang)
Hi, VPP folks, I am on latest VPP 17.07-rc1, and saw an interface parsing error. vpp# show int Name Idx State Counter Count BondEthernet0 3 up rx packets 1955066091

Re: [vpp-dev] Use RSS in VPP 17.01

2017-02-16 Thread Yichen Wang (yicwang)
bonding interface is created? (2) In the loopback VM, is it a must to have 2 RX queues as well, or actually the loopback VM doesn’t really matter. Thanks very much! Regards, Yichen From: "Yichen Wang (yicwang)" <yicw...@cisco.com> Date: Monday, February 13, 2017 at 23:39 T

Re: [vpp-dev] Use RSS in VPP 17.01

2017-02-13 Thread Yichen Wang (yicwang)
lable buffer”? It works pretty well without RSS,. Did I miss anything? Thanks very much for your helps! Regards, Yichen From: "John Lo (loj)" <l...@cisco.com> Date: Thursday, February 9, 2017 at 20:09 To: "Yichen Wang (yicwang)" <yicw...@cisco.com>, "vpp-dev@l

Re: [vpp-dev] Vpp in a container

2017-02-10 Thread Yichen Wang (yicwang)
Hi, Raghav, The pros and cons of running VPP in a container are the general pros/cons of running applications in container, and shouldn’t be anything special. Folks can comment more about some specific pros/cons for VPP. We were running VPP inside Docker in our project, and it seems to work

[vpp-dev] Use RSS in VPP 17.01

2017-02-09 Thread Yichen Wang (yicwang)
Hi, VPP folks, From what I saw on the VPP docs, there are some places do mention that VPP supports RSS. Like the example given in the bottom of the link, we do see two queues per interfaces are shown: https://wiki.fd.io/view/VPP/Using_VPP_In_A_Multi-thread_Model I want to try exactly the same

Re: [vpp-dev] VPP 17.01 on VFIO-PCI driver

2017-01-25 Thread Yichen Wang (yicwang)
on it. Thanks very much! Regards, Yichen From: Damjan Marion <dmarion.li...@gmail.com> Date: Wednesday, January 25, 2017 at 10:39 To: "Yichen Wang (yicwang)" <yicw...@cisco.com> Cc: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>, "Ian Wells (iawells)"

Re: [vpp-dev] VPP 17.01 on VFIO-PCI driver

2017-01-25 Thread Yichen Wang (yicwang)
Yes, I did! Regards, Yichen On Jan 25, 2017, at 07:12, Damjan Marion <dmarion.li...@gmail.com<mailto:dmarion.li...@gmail.com>> wrote: On 25 Jan 2017, at 05:41, Yichen Wang (yicwang) <yicw...@cisco.com<mailto:yicw...@cisco.com>> wrote: Hi, VPP guys, I have a RHEL 7

[vpp-dev] VPP 17.01 on VFIO-PCI driver

2017-01-24 Thread Yichen Wang (yicwang)
Hi, VPP guys, I have a RHEL 7.3 setup with Intel X710, and want to bring VPP 17.01 on top of it. Among all three DPDK drivers: (1) uio_pci_generic is not supported on X710 (http://dpdk.org/dev/patchwork/patch/19820/), and driver bind failed; (2) igb_uio will work perfectly, but does not

[vpp-dev] Is there a way to change the MAC address in VPP 1609?

2016-10-18 Thread WANG, CHENGWEI (CHENGWEI)
Hi VPP developers, As far as I know, the VPP 1609 version does not have "Set interface mac address" command line. I know the latest VPP has this command line but If I use VPP 1609, is there any other way to change the mac address of an interface? Thanks Chengwei