Skip to content

Commit

Permalink
event/cnxk: fix symbol map
Browse files Browse the repository at this point in the history
Caught while rebasing a series that check map files.

Remove superfluous whitespace.
Current ABI number is 24.
Sort experimental symbols and annotate them with the version they are
introduced in.

Fixes: 03714a4 ("event/cnxk: add event port flow context API")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
  • Loading branch information
david-marchand committed Oct 17, 2023
1 parent c381cd3 commit ac95575
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions drivers/event/cnxk/version.map
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
DPDK_23 {
DPDK_24 {
local: *;
};
};

EXPERIMENTAL {
EXPERIMENTAL {
global:
rte_pmd_cnxk_eventdev_wait_head;

# added in 23.11
rte_pmd_cnxk_eventdev_is_head;
};
rte_pmd_cnxk_eventdev_wait_head;
};

0 comments on commit ac95575

Please sign in to comment.