Re: [ovs-dev] [PATCH] dpdk: Fix DPDK pdump compilation

2016-10-13 Thread Aaron Conole
Ciara Loftus writes: > The rte_pdump header file was not included in the file that requires it. > Fix this. > > Fixes: 01961bbdd34a ("dpdk: New module with some code from netdev-dpdk.") > Signed-off-by: Ciara Loftus > --- I'm not sure why I

Re: [ovs-dev] [PATCH] dpdk: Fix DPDK pdump compilation

2016-10-13 Thread Daniele Di Proietto
2016-10-13 10:27 GMT-07:00 Ciara Loftus : > The rte_pdump header file was not included in the file that requires it. > Fix this. > > Fixes: 01961bbdd34a ("dpdk: New module with some code from netdev-dpdk.") > Signed-off-by: Ciara Loftus > Oops,

[ovs-dev] [PATCH] dpdk: Fix DPDK pdump compilation

2016-10-13 Thread Ciara Loftus
The rte_pdump header file was not included in the file that requires it. Fix this. Fixes: 01961bbdd34a ("dpdk: New module with some code from netdev-dpdk.") Signed-off-by: Ciara Loftus --- lib/dpdk.c| 4 lib/netdev-dpdk.c | 3 --- 2 files changed, 4