Re: [ovs-dev] [PATCH dpdk-latest] dpdk: Migrate to the new pdump API.

2019-10-31 Thread David Marchand
On Wed, Oct 30, 2019 at 9:50 PM Ilya Maximets wrote: > > DPDK commit 660098d61f57 ("pdump: use generic multi-process channel") > switched pdump to use generic DPDK IPC instead of sockets. > Old API was deprecated and removed. Updating OVS code accordingly. > > Signed-off-by: Ilya Maximets > ---

[ovs-dev] [PATCH dpdk-latest] dpdk: Migrate to the new pdump API.

2019-10-30 Thread Ilya Maximets
DPDK commit 660098d61f57 ("pdump: use generic multi-process channel") switched pdump to use generic DPDK IPC instead of sockets. Old API was deprecated and removed. Updating OVS code accordingly. Signed-off-by: Ilya Maximets --- Compile tested only. BTW, does anybode uses this functionality?