[vpp-dev] some questions about vpp_api_test hang-up

2022-05-25 Thread Kevenvy Smith
Hi ,There: I'm an absolute beginner at vpp. And I encountered some problems when I start with vpp. Here is the details: 1) if I start vpp without modifing value of item "socksvr"(use default ) in startup.conf, and run vpp_api_test in another shell, it performances OK. 2) if I start vpp w

[vpp-dev] Committer update - Out hiking

2022-05-25 Thread Ole Troan
Guys, Apologies for the noise on the list, but just wanted to let you know that I'm out hiking from now until end of October. Doing the PCT. At least that's the plan. I expect the VPP project will happily continue without me, but please expect a little delay in reviews and merges (i.e. about 5

[vpp-dev] FD.io Jenkins Sandbox

2022-05-25 Thread Vanessa Valderrama
We are going to be testing a Jenkins and JDK upgrade on the sandbox. There may be downtime during testing. Please feel free to ping me via Slack if you have any issues or concerns. Thank you, Vanessa -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[vpp-dev] VPP 22.02 RC1 is done!

2022-05-25 Thread Andrew Yourtchenko
Hi all, The stable/2206 branch is there and the artifacts are at their usual location - https://packagecloud.io/fdio/2206 Both stable/2206 and master branches are open - with the former being for cherry-picks bugfixes only, in preparation for the release. The bugfixes need to be first merged i

Re: [vpp-dev] hoststack-udp problems

2022-05-25 Thread Florin Coras
Hi, Inline. > On May 25, 2022, at 2:15 AM, NUAA无痕 wrote: > > hi, Florin Coras > I may not have described clearly > > im use vpp version 2101 Could you also try with latest vpp? We’re about to release 22.06 > > 1.sendto function problem > i use LDP for c socket program with udp > then i fin

Re: [vpp-dev] hoststack-java netty segmentfault

2022-05-25 Thread Florin Coras
Hi, Interesting, thanks for the info. But the thing I was worried about is java’s threading model and interaction with the network. VLS, the shim between vcl and ldp, tries to guess how the app uses the network and enforces locking to make sure only one thread interacts with a vcl worker's res

[vpp-dev] Is there any subscription and notification framework in VPP

2022-05-25 Thread vijay . singhmehla
Hi, I wants to use subscription and notification framework in VPP. For example if we subscribe to particular service like, subscribe to get particularly specified packets(could be based on particular port/IP etc.) from VPP to application. Instead of continuously polling packets from VPP by the a

Re: [vpp-dev] VPP v22.02 not coming up

2022-05-25 Thread Sudhir CR via lists.fd.io
Hi Chinmaya, Below errors comes when vpp fails to parse startup.conf parameters like "socket-mem" , "linux-cp". seems these options are deprecated in 22.02 version . vlib_call_all_config_functions: unknown input `dpdk socket-mem 1024 dev :00:08.0 dev :00:09.0 ' vlib_call_all_config_func

Re: [vpp-dev] VPP v22.02 not coming up

2022-05-25 Thread Akash S R
Hi Chinmaya, 1) Check whether the interfaces are bound to dpdk. Grep this on code and find out the reasin for this. Mostly it will be due to this. 2) Leave a line after socket-mem or comment socket-mem and give only dev in the next 2 lines and not with space. (just a try) Regards , Akash S R O

Re: [vpp-dev] VPP v22.02 not coming up

2022-05-25 Thread Chinmaya Aggarwal
Hi, As per the suggestions, I modified /etc/vpp/startup.conf file but I am still facing the same issues. Below is the modified contents of the file:- dpdk { socket-mem 1024 dev :00:08.0 dev :00:09.0 } plugins { ## Adjusting the plugin path depending on where the VPP plugins are #       

[vpp-dev] Reminder: VPP 22.06 RC1 in one hour.

2022-05-25 Thread Andrew Yourtchenko
Hi all, Just a kind reminder that at 12:00 UTC i will start the VPP 22.06 RC1 milestone activities. --a /* your friendly 22.06 release manager. */ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21455): https://lists.fd.io/g/vpp-dev/message/21455 M

Re: [vpp-dev] hoststack-udp problems

2022-05-25 Thread NUAA无痕
hi, Florin Coras I may not have described clearly im use vpp version 2101 1.sendto function problem i use LDP for c socket program with udp then i find if only use sendto function is error , this is client code int main () { int sockfd = socket (AF_INET, SOCK_DGRAM, IPPROTO_UDP); struct

Re: [vpp-dev] #automation automatic switching of CPU core usage.

2022-05-25 Thread najieb
two workers -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21453): https://lists.fd.io/g/vpp-dev/message/21453 Mute This Topic: https://lists.fd.io/mt/91329115/21656 Mute #automation:https://lists.fd.io/g/vpp-dev/mutehashtag/automation Group Owner:

[vpp-dev] hoststack-java netty segmentfault

2022-05-25 Thread NUAA无痕
-- Forwarded message - 发件人: NUAA无痕 Date: 2022年5月25日周三 16:37 Subject: Re: [vpp-dev] hoststack-java netty segmentfault To: Florin Coras hi, Florin yes, im use LDP + java, i hava tested java socket, it works fine! i think jvm also use libc.so, so i guess java socket will translate

Re: [vpp-dev] #automation automatic switching of CPU core usage.

2022-05-25 Thread Petr Boltík
How many workers did you set in startup.conf? Dne st 25. 5. 2022 10:37 uživatel napsal: > how to use vpp cpu not stuck on one core only? for example, I have a cpu > with 14 cores and a vpp can use 7 cores (7-13) but use it every 2 cores > alternately from the 7-13 cores. > > > > Thanks. > > >

[vpp-dev] #automation automatic switching of CPU core usage.

2022-05-25 Thread maimun . najib
how to use vpp cpu not stuck on one core only? for example, I have a cpu with 14 cores and a vpp can use 7 cores (7-13) but use it every 2 cores alternately from the 7-13 cores. Thanks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21450): https

Re: [vpp-dev] Help needed in bringing up memif with shm_open.

2022-05-25 Thread Daniel Béreš via lists . fd . io
Hi, To sync up, can you run loopback example? I tried to reproduce your problem on 3.10.0-229.1.2.rt56.141.2.el7_1.x86_64 but I got different result. diff --git a/extras/libmemif/src/CMakeLists.txt b/extras/libmemif/src/CMakeLists.txt index ddb8a52..a11a65f 100644 --- a/extras/libmemif/src/CMa