DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] raw/cnxk_gpio: fix DPDK version in a map file
@ 2022-02-23 13:32 Tomasz Duszynski
  2022-02-23 13:50 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Duszynski @ 2022-02-23 13:32 UTC (permalink / raw)
  To: dev; +Cc: thomas, jerinj, Tomasz Duszynski, Ferruh Yigit

PMD driver got merged during 22.03 merge window and number in map file
should reflect that.

Fixes: d0b8a4e19131 ("raw/cnxk_gpio: add GPIO driver skeleton")

Reported-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
---
 drivers/raw/cnxk_gpio/version.map | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/raw/cnxk_gpio/version.map b/drivers/raw/cnxk_gpio/version.map
index 4a76d1d52d..c2e0723b4c 100644
--- a/drivers/raw/cnxk_gpio/version.map
+++ b/drivers/raw/cnxk_gpio/version.map
@@ -1,3 +1,3 @@
-DPDK_21 {
+DPDK_22 {
 	local: *;
 };
-- 
2.25.1


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

end of thread, other threads:[~2022-02-23 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 13:32 [PATCH] raw/cnxk_gpio: fix DPDK version in a map file Tomasz Duszynski
2022-02-23 13:50 ` Ferruh Yigit
2022-02-23 16:28   ` Thomas Monjalon

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