DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] app/pdump: add check for PCAP PMD
@ 2018-03-05  7:57 Vipin Varghese
  2018-03-05 14:32 ` Ferruh Yigit
  2018-03-06 12:12 ` Pattan, Reshma
  0 siblings, 2 replies; 6+ messages in thread
From: Vipin Varghese @ 2018-03-05  7:57 UTC (permalink / raw)
  To: dev, reshma.pattan; +Cc: john.mcnamara, Vipin Varghese

dpdk-pdump makes use of LIBRTE_PMD_PCAP for interfacing the ring to
the device-queue pair. Updating Makefile to check for the same.

Signed-off-by: Vipin Varghese <vipin.varghese@intel.com>
---
 app/pdump/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/pdump/Makefile b/app/pdump/Makefile
index bd3c208..038a34f 100644
--- a/app/pdump/Makefile
+++ b/app/pdump/Makefile
@@ -3,6 +3,10 @@
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+ifeq ($(CONFIG_RTE_LIBRTE_PMD_PCAP),n)
+$(error "Please enable CONFIG_RTE_LIBRTE_PMD_PCAP")
+endif
+
 ifeq ($(CONFIG_RTE_LIBRTE_PDUMP),y)
 
 APP = dpdk-pdump
-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-12 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05  7:57 [dpdk-dev] [PATCH v1] app/pdump: add check for PCAP PMD Vipin Varghese
2018-03-05 14:32 ` Ferruh Yigit
2018-03-06  8:45   ` Varghese, Vipin
2018-03-06 11:57     ` Ferruh Yigit
2018-03-06 12:12 ` Pattan, Reshma
2018-03-12 17:46   ` Varghese, Vipin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).