[vpp-dev] Draft vpp host stack wiki page

2018-03-09 Thread Florin Coras
This took much longer than expected but .. better late than never :-) https://wiki.fd.io/view/VPP/HostStack This is work in progress so expect updates. Regards, Florin

[vpp-dev] how to compile for Mellanox ConnectX-5 for VPP 18.01 and DPDK 18.02?

2018-03-09 Thread Ronald van der Pol
I am trying to get VPP working with a Mellanox ConnectX-5 NIC. I have tried various configs, but I cannot get it working. This is what I have now: I am using: $ ofed_info -s MLNX_OFED_LINUX-4.3-1.0.1.0 In dpdk-18.02/config/common_base: CONFIG_RTE_LIBRTE_MLX5_PMD=y CONFIG_RTE_LIBRTE_MLX5_DEBUG=n

[vpp-dev] Whether adding/deleting route is MP safe or not in VPP

2018-03-09 Thread lollita
Hi, Whether adding/deleting route is MP safe or not in VPP, or whether barrier_sync and barrier_release is mandatory for adding/deleting route? We believe the related structure of fib entry should be MP safe, so add the one line in ip_api_hookup for testing. The