Re: [dpdk-dev] [PATCH] pdump: remove unnecessary header file

2017-06-14 Thread Thomas Monjalon
12/06/2017 11:46, Reshma Pattan: > Missed to remove unnecessary header file rte_pci.h. > Removed it now. > > Fixes: bb900072("pdump: revert PCI device name conversion") > > Signed-off-by: Reshma Pattan Applied, thanks

[dpdk-dev] [PATCH] pdump: remove unnecessary header file

2017-06-12 Thread Reshma Pattan
Missed to remove unnecessary header file rte_pci.h. Removed it now. Fixes: bb900072("pdump: revert PCI device name conversion") Signed-off-by: Reshma Pattan --- lib/librte_pdump/rte_pdump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_pdump/rte_pdump.c b/lib/librte_pdump/rte_pd