[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1612868395-22884-1-git-send-email-ayal@nvidia.com>
Date: Tue, 9 Feb 2021 12:59:55 +0200
From: Aya Levin <ayal@...dia.com>
To: "David S. Miller" <davem@...emloft.net>,
Jiri Pirko <jiri@...dia.com>, Jakub Kicinski <kuba@...nel.org>,
Saeed Mahameed <saeedm@...dia.com>
Cc: netdev@...r.kernel.org, Tariq Toukan <tariqt@...dia.com>,
Ido Schimmel <idosch@...dia.com>, Aya Levin <ayal@...dia.com>
Subject: [PATCH net-next] devlink: Fix dmac_filter trap name, align to its documentation
%s/dest_mac_filter/dmac_filter/g
Fixes: e78ab164591f ("devlink: Add DMAC filter generic packet trap")
Signed-off-by: Aya Levin <ayal@...dia.com>
Reported-by: Ido Schimmel <idosch@...dia.com>
Reviewed-by: Tariq Toukan <tariqt@...dia.com>
---
include/net/devlink.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/devlink.h b/include/net/devlink.h
index 47b4b063401b..853420db5d32 100644
--- a/include/net/devlink.h
+++ b/include/net/devlink.h
@@ -1090,7 +1090,7 @@ enum devlink_trap_group_generic_id {
#define DEVLINK_TRAP_GENERIC_NAME_BLACKHOLE_NEXTHOP \
"blackhole_nexthop"
#define DEVLINK_TRAP_GENERIC_NAME_DMAC_FILTER \
- "dest_mac_filter"
+ "dmac_filter"
#define DEVLINK_TRAP_GROUP_GENERIC_NAME_L2_DROPS \
"l2_drops"
--
2.14.1
Powered by blists - more mailing lists