Hi,
I need to add the support for Mellanox ConnectX-3 Pro NIC to VPP. This NIC
is already supported in DPDK. Is there a basic guide for adding new NIC
support to VPP ?
Thanks,
Devendra
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mai
Hi,
I have built VPP v18.01-rc0 with external DPDK v17.08 for mellanox NIC.
The build is happening successfully.
On executing vpp application is crashing.
# make debug
WARNING: STARTUP_CONF not defined or file doesn't exist.
Running with minimal startup config: unix { interactive
cli-li
Does VPP supports Mellanox ConnectX3-pro 10G NIC? I can see that I supports
connectX4.
Thanks,
Devendra
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev
Hi,
I am trying to run VPP on an arm64 processor. I am using DPDK v16.11.
My board is having a non-pci ethernet interface I have added a PMD for that
in DPDK.
This PMD makes calls to an external library libxal which is platform
specific. All DPDK
apps. including testpmd work fine.
Using this DPD