Re: [vpp-dev] no dpdk plugin in vpp

2021-07-09 Thread Tony Sun
no plugin keyword in conf.when I uncomment out dpdk in conf,seems that vpp doesnt recognize the “dpdk” keyworld.do you have any ideas?发自我的iPhone-- Original --From: Akash S R Date: Fri,Jul 9,2021 10:24 PMTo: Tony Sun Cc: vpp-dev Subject: Re: [vpp-dev] no dpdk plugin

Re: [vpp-dev] no dpdk plugin in vpp

2021-07-09 Thread Tony Sun
actually,i have tried what you said but not work.when I show plugin in vpp ctrl,no dpdk plugin.发自我的iPhone-- Original --From: satish amara Date: Sat,Jul 10,2021 6:47 AMTo: vpp-dev Subject: Re: [vpp-dev] no dpdk plugin in vppHi Tony,   You have a couple of DPDK

Re: [vpp-dev] no dpdk plugin in vpp

2021-07-09 Thread satish amara
Hi Tony, You have a couple of DPDK drivers. You can try loading uio-pci-generic and see if it works. Regards, Satish K Amara -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19739): https://lists.fd.io/g/vpp-dev/message/19739 Mute This Topic:

[vpp-dev] Multi-threading

2021-07-09 Thread satish amara
[Edited Message Follows] Hi, I am trying to understand and educate myself on which data structures in VPP infra are thread-safe for multi-threading. If I have multiple workers and using data structures in VPP infra in a custom plugin. I see some documentation but not on all. . VPPINFRA

[vpp-dev] Multi-threading

2021-07-09 Thread satish amara
Hi, I am trying to understand and educate myself on which data structures in VPP infra are thread-safe for multi-threading. If I have multiple workers and using data structures in VPP infra in a custom plugin. .VPPINFRA (Infrastructure) — Vector Packet Processor 01 documentation

Re: [vpp-dev] no dpdk plugin in vpp

2021-07-09 Thread Akash S R
Hi Tony, >From your phrase, I can understand that dpdkplugin.so is not visible. Please check your /etc/vpp/startup.conf , where the fields like "plugin" is enabled with dpdk (if not, all plugins will be enabled by default) and UIO Driver field in the same with the driver of your PC . Regards,

[vpp-dev] no dpdk plugin in vpp

2021-07-09 Thread Tony Sun
Hi 1. sudo vpp/build-root/vagrant/build.sh 2. cd build-root && sudo dpkg -i *.deb 3. service vpp start vpp# show version vpp v21.10-rc0~138-gb946b209b built by root on n201-040-074 at 2021-07-09T13:17:51 but no dpdk plugion,why? is there any config I need to do to enable dpdk plugion and also

[vpp-dev] Interfacing with VPP for retrieving configuration and statistical data from VPP

2021-07-09 Thread Chinmaya Aggarwal
Hi, VPP provides set of vppctl cli commands for getting the configuration done on VPP, i.e route table , interfaces etc. Also, VPPCTL shows statistics data as well in some cases, for instance : - "show sr localsids" command not only shows the localsids we have configured but also the

Re: [vpp-dev] : Worker Thread Deadlock Detected from vl_api_clnt_node

2021-07-09 Thread Dave Barach
None that I know of. Without more data – see https://fd.io/docs/vpp/master/troubleshooting/reportingissues/reportingissues.html - it’s hard to imagine helping to solve the problem. Dave From: vpp-dev@lists.fd.io On Behalf Of Satya Murthy Sent: Friday, July 9, 2021 12:49 AM To:

Re: [vpp-dev] : Worker Thread Deadlock Detected from vl_api_clnt_node

2021-07-09 Thread Satya Murthy
Thanks Rajith for quick reply. At this point of time, we do not have a luxury of upgrading to 20.09 in a quick time. Hi Dave, Do you have any specific commit in mind that can help us to eliminate this crash. Really appreciate your inputs on this. -- Thanks & Regards, Murthy

Re: [vpp-dev] : Worker Thread Deadlock Detected from vl_api_clnt_node

2021-07-09 Thread Rajith PR via lists.fd.io
Hi Satya, We migrated to 20.09 in March 2021. The crash has not been observed after that. Not sure if some commit went between 20.05 and 20.09 that has fixed or improved the situation. Thanks, Rajith On Fri, Jul 9, 2021 at 10:19 AM Satya Murthy wrote: > Hi Rajith / Dave, > > We are on