Skip to content

Commit

Permalink
devtools: remove event/dlb exception in ABI check
Browse files Browse the repository at this point in the history
The event/dlb driver exception can be removed, as this rule made sense
for changes in DPDK_21 ABI and is obsolete for DPDK_22.

Fixes: fdab8f2 ("version: 21.11-rc0")
Cc: [email protected]

Signed-off-by: David Marchand <[email protected]>
Acked-by: Ray Kinsella <[email protected]>
  • Loading branch information
david-marchand authored and tmonjalo committed Mar 8, 2022
1 parent 276f964 commit d58e0d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions devtools/check-abi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ for dump in $(find $refdir -name "*.dump"); do
echo "Skipped glue library $name."
continue
fi
if grep -qE "\<soname='librte_event_dlb\.so" $dump; then
echo "Skipped removed driver $name."
continue
fi
if grep -qE "\<librte_*.*_octeontx2" $dump; then
echo "Skipped removed driver $name."
continue
Expand Down

0 comments on commit d58e0d5

Please sign in to comment.