Hi Florin, Its vpp 19.01 on centos, seems like there is a patch available, I
will try that. Thanks.
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Florin Coras
Sent: Thursday, February 21, 2019 8:40 AM
To: Ramaraj Pandian
Cc: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev
I am trying to run iperf server and client to measure performance between two
vpp instances as per "https://wiki.fd.io/view/VPP/HostStack/LDP/iperf " but I
get the following error(unable to set TCP_CONGESTION) on client side? Any
insights into this? I would appreciate your help.
vppcom_session_
I am using master, I thought it has those patches already, let me try again
with the patch explicitly.
Thanks
Ram
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Florin Coras
Sent: Friday, January 11, 2019 2:05 PM
To: Ramaraj Pandian
Cc: vpp-dev@lists.fd.io
Subject: Re
I can see mellanox cards, with master VPP, kernel 4.19 and OFED 4.5 on Centos
7.6.
Thanks
Ram
-Original Message-
From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Stephen
Hemminger
Sent: Thursday, January 10, 2019 12:09 AM
To: vpp-dev@lists.fd.io
Cc: nix_...@yahoo.co.
I am getting following panic while running SPDK target with VPP, Am I missing
any configuration related settings? Any insights would be helpful.
Thanks
Ram
(gdb) bt
#0 0x7f0182108207 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:55
#1 0x7f01821098f8 in __
Hello,
I am new to VPP and trying to integrate VPP with SPDK. I see old VPP version
generates .a files as well along with .so files which were useful to SPDK with.
But latest version, it generates only .so files, I tried to change
/src/cmake/library.cmake to build static library as well but bui