Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-11 Thread Dave Wallace
Martin, AFAIK, QLogic NICs have not been tested with VPP. You need to start by adding a case for the QLogic NICs in .../vpp/vnet/vnet/devices/dpdk/init.c::dpdk_bind_devices_to_uio(). Search for "Unsupported Ethernet PCI device" in this file for details. A quick internet search for a DPDK QLo

Re: [vpp-dev] Query regarding VPP Pool allocation

2017-02-11 Thread Sreejith Surendran Nair
Hi Dave, Mohsin, Thanks a lot. I tried the suggested steps and it worked.Appreciate the help. Thanks & Regards, Sreejith On 8 February 2017 at 20:15, Dave Barach (dbarach) wrote: > +1. > > > > For reference, here’s my current development workflow for Ubuntu 16.04: > > > >1. Build and insta

Re: [vpp-dev] VPP API Synchronization Question

2017-02-11 Thread Dave Barach (dbarach)
Dear Jon, Yeah, without clib_time_init(...) the wheels will fall off. I should toss in a couple of ASSERTs to make that problem totally obvious. vpp_api_test is a simple test tool constructed for no purpose more noble than testing vpp-side message-handlers. I’ve recently fiddled such that vpp i