[vpp-dev] vpp plugin path find error #plugin

2022-11-21 Thread aihua1980
dear all: in  vpp_find_plugin_path () function, there is some change from version 2005, in version 2005 is this fragment s = format (0, "%s/lib/" CLIB_TARGET_TRIPLET "/vpp_plugins:" "%s/lib/vpp_plugins", path, path); in version 2202 is this fragment s = format (0, "%s/" CLIB_LIB_DIR "/vpp_plugins"

Re: [vpp-dev] How to make VPP work with Mellanox ConnectX-6 NICs?

2022-11-21 Thread Chinmaya Aggarwal
Hi Elias, We are trying to configure Mellanox ConnectX-5 interface with VPP v22.02 using RDMA driver. We are able to create rdma interface, but when we try to configure those rdma interfaces inside lacp bonding we don't see it working. The "show bond" command only shows one active member rather

Re: [vpp-dev] How to make VPP work with Mellanox ConnectX-6 NICs?

2022-11-21 Thread Chinmaya Aggarwal
Hi Elias, We are trying to configure Mellanox ConnectX-5 interface with VPP v22.02 using RDMA driver. We are able to create rdma interface, but when we try to configure those rdma interfaces inside lacp bonding we don't see it working. The "show bond" command only shows one active member rather

Re: [vpp-dev] "tx frame not ready " error in host-vpp1out tx

2022-11-21 Thread Guangming
Hi Mohsin I have find the root cause of this issue. VPP send a huge malform packet to linux kernel, the memcpy in VNET_DEVICE_CLASS_TX_FN (af_packet_device_class) overwrite the tx_ring Thanks Guangming zhangguangm...@baicells.com From: Mohsin Kazmi via lists.fd.io Date:

Re: [vpp-dev] "tx frame not ready " error in host-vpp1out tx

2022-11-21 Thread Mohsin Kazmi via lists.fd.io
Hi Guangming, What is the VPP version are you using? -br Mohsin From: on behalf of Guangming Reply-To: "vpp-dev@lists.fd.io" Date: Tuesday, November 8, 2022 at 8:01 AM To: "Mohsin Kazmi (sykazmi)" , vpp-dev Subject: [vpp-dev] "tx frame not ready " error in host-vpp1out tx Hi,Mohsin I used

Re: [vpp-dev] Memif performance

2022-11-21 Thread Mohsin Kazmi via lists.fd.io
Hi Praveen, Are you using libmemif for C++ application? Can you share the performance numbers? -br Mohsin From: on behalf of praveen Reply-To: "vpp-dev@lists.fd.io" Date: Saturday, November 19, 2022 at 1:43 PM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Memif performance Team, Can any