DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net: re-add qede to meson
@ 2019-10-03  8:18 David Marchand
  2019-10-03  8:38 ` Jerin Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2019-10-03  8:18 UTC (permalink / raw)
  To: dev; +Cc: jerinj, ndabilpuram, kirankumark

qede has been dropped from the drivers/net meson.
Add it again.

Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/net/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/meson.build b/drivers/net/meson.build
index 513f19b..0170f01 100644
--- a/drivers/net/meson.build
+++ b/drivers/net/meson.build
@@ -37,6 +37,7 @@ drivers = ['af_packet',
 	'octeontx',
 	'octeontx2',
 	'pcap',
+	'qede',
 	'ring',
 	'sfc',
 	'softnic',
-- 
1.8.3.1


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

end of thread, other threads:[~2019-10-03 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03  8:18 [dpdk-dev] [PATCH] net: re-add qede to meson David Marchand
2019-10-03  8:38 ` Jerin Jacob
2019-10-03 12:07   ` Ferruh Yigit

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).