Re: [vpp-dev] Marvell PP2 plugin

2020-11-24 Thread Honnappa Nagarahalli
Hi Hemant, Please note that this is a plugin specifically for Marvel's Armada series of SoCs. This does not apply to rest of SoCs from Marvell or SoCs from other Arm partners or server platforms. They all (including the Marvel's Armada series of SoCs) work fine through the DPDK plugin.

Re: [vpp-dev] TCP debug macros

2020-11-24 Thread Florin Coras
Hi Bill, Ah, you must manually enable “life cycle” events since those are responsible for track initialization, i.e., tcp debug group 0 level 1. To avoid the hassle, here’s a patch [1] that enables them whenever events for another group are enabled. Regards, Florin [1] https://gerrit.fd.io/

[vpp-dev] bihash doc fix

2020-11-24 Thread hemant via lists.fd.io
This is the link I looked at: https://wiki.fd.io/view/VPP/Bihash Adding bihash to main_t struct adds this: clib_bihash_8_8_t hash; But it should be clib_bihash_8_8_t hash_table; Thanks, Hemant smime.p7s Description: S/MIME cryptographic signature -=-=-=-=-=-=-=-=-=-=-=-

Re: [vpp-dev] RDMA problem in master and stable/2005, started with commit introducing direct verb for Cx4/5 tx #mellanox #rdma

2020-11-24 Thread Elias Rudberg
Hi Ben, Returning to this issue, last discussed in June. > > Thanks, now I tried it (the Patchset 2 variant) but it seems to > > behave like before, the delay is sitll happening. > > Hmm thanks ☹ > Can you try to export "MLX5_SHUT_UP_BF=1" in your environment before > starting VPP (ie, VPP envir

Re: [vpp-dev] Marvell PP2 plugin

2020-11-24 Thread hemant via lists.fd.io
Is there another plugin that supports ARM? It would be good for VPP to have a plugin for ARM. Certainly, if Marvell has killed the product line, there's no point in supporting its code. Thanks, Hemant -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via lists.

Re: [vpp-dev] TCP debug macros

2020-11-24 Thread Bill Vaughan
Thanks for the feedback Florin. I am just now getting back to this. Perhaps I am doing something wrong to enable the TCP debug, but it looks pretty simple. I enable the flags in tcp_debug.h: diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h index f4e7c3971..8806d8e14 100644 --- a/

Re: [vpp-dev] vpp crashing on latest master branch with mlx5 enabled

2020-11-24 Thread Christian Hopps
We actually had to revert the DPDK 20.08 use to continue to have this work in 20.09. Isn't it a bit unexpected to have a DPDK supported NIC not work though? I'd think we'd want this fixed, is there any idea why it's broken? Thanks, Chris. > On Nov 20, 2020, at 2:47 PM, Mohammed Hawari wrote:

[vpp-dev] Marvell PP2 plugin

2020-11-24 Thread Damjan Marion via lists.fd.io
Some time ago i developed native plugin for Marvel Armada SoC using their MUSDK. Since that, they bought Cavium and looks like they decided to kill that product line. So i don’t see a bright future for that plugin, so I wonder if we should deprecate it. Is anybody using it? If no replies I wil