[vpp-dev] adding support for a NIC to VPP

2017-10-12 Thread devendra rawat
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

[vpp-dev] vpp application crashing on execution

2017-10-12 Thread devendra rawat
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

[vpp-dev] support for Mellanox ConnectX3-pro NIC in VPP ?

2017-10-05 Thread devendra rawat
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

[vpp-dev] VPP unable to link external .so libs

2017-05-18 Thread devendra rawat
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