[vpp-dev] DPDK plugin - port ID and index

2018-08-17 Thread Andrzej Ostruszka
n update. Also note that since the "ownership" API in DPDK is still marked as experimental then you'll need to add "-Wno-deprecated-declarations" to your compilation flags in platform files (I'm using a separate one so don't have patch for you). Let me know wha

Re: [vpp-dev] DPDK plugin - port ID and index

2018-08-17 Thread Andrzej Ostruszka
On 17.08.2018 14:07, Damjan Marion wrote: > Are you on some old vpp version? > > We did recently what i think you are asking for, port_id is now > decoupled from device_index... Oh shoot! Yes indeed our client is using older version of VPP - my bad I should have checked current version. Now I'v