[PATCH v2 2/4] net/hns3: enable lock annotations check
Dengdui Huang
huangdengdui at huawei.com
Fri Aug 22 08:04:27 CEST 2025
The hns3 PMD can be compiled with the lock annotations check.
so this patch enable it.
Signed-off-by: Dengdui Huang <huangdengdui at huawei.com>
---
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
More information about the dev
mailing list