The hns3 PMD can be compiled with the lock annotations check. so this patch enable it.
Signed-off-by: Dengdui Huang <[email protected]> --- drivers/net/hns3/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/hns3/meson.build b/drivers/net/hns3/meson.build index 53a9dd6f39..36ce93ccde 100644 --- a/drivers/net/hns3/meson.build +++ b/drivers/net/hns3/meson.build @@ -35,8 +35,6 @@ sources = files( require_iova_in_mbuf = false -annotate_locks = false - deps += ['hash'] cflags += no_wvla_cflag -- 2.33.0

