Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-21 Thread Július Milan
ards, > > Mohammed > > On 19 Apr 2021, at 09:08, Július Milan wrote: > > Hi Mohammed > > Thanks a lot, I confirm that it worked well on branch stable/2101. > > However on master (ae34872077c956aa34ee816b55ccb5c5f6ab40a1), I got the > following error: > $ make run

Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-19 Thread Július Milan
n build-root/install-vpp-native/external/lib64 while > the DPDK build system will look for them in > build-root/install-vpp-native/external/lib. Note that this patch is not > “specific” to CentOS, but is *required* for CentOS support (and is merged > in master). > > Best regards, &

Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-16 Thread Július Milan
Hi Mohammed I am trying to create the patch similar to yours: https://gerrit.fd.io/r/c/vpp/+/31876 But being able to run on Ubuntu. Can you point me a bit? I would like to understand how your patch is CentOS specific. Probably it has something to do with linking of libibverbs.so into dpdk_plugin,

[vpp-dev] how to build VPP v21.06-rc0 with mellanox DPDK PMD

2021-04-07 Thread Július Milan
Hi folks I am trying to build recent VPP v21.06-rc0 with DPDK enabled MLX5 PMD. I found it was possible for VPP v18.07 as described here: https://fd.io/docs/vpp/v2101/usecases/vppinazure.html But in meantime both DPDK and VPP changed a bit. What are the actual commands? Thanks Julius -=-=-=-=-=-

Re: [vpp-dev] external plugin build without rebuilding everything

2021-02-19 Thread Július Milan
E_INSTALL_PREFIX:PATH=/path/to/vpp/build-root/install-vpp-native/vpp .. > $ ninja > > > Setting DCMAKE_INSTALL_PREFIX may be avoided if you have vpp-dev package > installed on your system…. > > — > Damjan > > > > On 18.02.2021., at 13:25, Július Milan wrote: &g

[vpp-dev] external plugin build without rebuilding everything

2021-02-18 Thread Július Milan
Hi folks I am trying to find out how to build my own plugin without rebuilding everything from scratch in vpp . I found it was possible in the past as described here: https://lists.fd.io/g/vpp-dev/topic/10642348 But in meantime the build system changed to cmake. Is it still possible to build sampl

Re: [vpp-dev] status of AF_XDP VPP plugin?

2020-04-10 Thread Július Milan
ultz [mailto:andreas.schu...@travelping.com] Sent: Monday, April 6, 2020 8:19 AM To: Július Milan Cc: vpp-dev@lists.fd.io Subject: status of AF_XDP VPP plugin? Hi Julius, I just found your XDP device plugin for VPP [1] and I was wondering what state it is in? Do you still work on it and try to get it merge