Re: [vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-09 Thread SANDEEP KUMAR
Thanks for the reply Can you let me know which OS type and version is recommended for VPP v23.02? Thanks & Regards, Sandeep Kumar On Fri, Mar 10, 2023 at 12:49 AM Dave Wallace wrote: > Hi Sandeep, > > The VPP community no longer supports building on CentOS-7. The build > infrastructure for

Re: [vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-09 Thread Dave Wallace
Hi Sandeep, The VPP community no longer supports building on CentOS-7.  The build infrastructure for centos/redhat/rocky OS distros was left in place after support ended, but there are no active maintainers for this build infra nor are there any CI jobs to ensure that it still works. You

[vpp-dev] Memif Abstract Socket Support

2023-03-09 Thread Christopher Adigun
Hi, Please I will like to know from which VPP version is the memif abstract socket implemented? Also is the following command syntax correct when the abstract socket is to used to create memif socket: *create memif socket id 1 filename @vpp/memif12* Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You

[vpp-dev] failure while building VPP v23.02 in centos 7 VM

2023-03-09 Thread SANDEEP KUMAR
Hi All, I am trying to build VPP v23.02 but getting an issue while performing the *make install-ext-deps* step in centos 7 VM, so please look at the following issue and help me to resolve it. *Prerequisites:* sudo yum groupinstall "Development Tools" sudo yum install -y numactl-devel

Re: [vpp-dev] process node suspended indefinitely

2023-03-09 Thread jinsh11
* I think you can query who stopped the current node's time wheel. always_inline void * vlib_process_signal_event_helper (vlib_node_main_t * nm, vlib_node_t * n, vlib_process_t * p, uword t, uword n_data_elts, uword n_data_elt_bytes) { if (add_to_pending) { u32 x =

Re: [vpp-dev] process node suspended indefinitely

2023-03-09 Thread jinsh11
I think you can assert in this function:, always_inline void * vlib_process_signal_event_helper (vlib_node_main_t * nm, vlib_node_t * n, vlib_process_t * p, uword t, uword n_data_elts, uword n_data_elt_bytes) { ... if (add_to_pending) { u32 x =

[vpp-dev] vpp is dropping arp packets #vnet

2023-03-09 Thread Praveen Singh
Hi All, I have brought up the vpp 20.09 on POD. It seems like vpp is unable to process the arp packet from SRIOV VF. Can you pl suggest what is the fix. vpp# sh int Name               Idx    State  MTU (L3/IP4/IP6/MPLS)     Counter          Count eth0                              1      up       

[vpp-dev] hqos configuration fails

2023-03-09 Thread Chidanand
Hi Everyone, I wanted to try out QOS in VPP, for which I am following https://docs.fd.io/vpp/17.10/qos_doc.html I have tried the steps and configs as mentioned in the link above. I am not able to bring up the vpp process. I am using vpp v22.06 I get following error vpp[108]: cpu_config:

Re: [vpp-dev] process node suspended indefinitely

2023-03-09 Thread Sudhir CR via lists.fd.io
Hi Dave, Please excuse my delayed response. It took some time to recreate this issue. I made changes to our process node as per your suggestion. now our process node code looks like this while (1) { vlib_process_wait_for_event_or_clock (vm, RTB_VPP_EPOLL_PROCESS_NODE_TIMER);