netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] devlink: Fix dmac_filter trap name, align to its documentation
@ 2021-02-09 10:59 Aya Levin
  2021-02-09 18:27 ` Jakub Kicinski
  2021-02-11 21:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Aya Levin @ 2021-02-09 10:59 UTC (permalink / raw)
  To: David S. Miller, Jiri Pirko, Jakub Kicinski, Saeed Mahameed
  Cc: netdev, Tariq Toukan, Ido Schimmel, Aya Levin

%s/dest_mac_filter/dmac_filter/g

Fixes: e78ab164591f ("devlink: Add DMAC filter generic packet trap")
Signed-off-by: Aya Levin <ayal@nvidia.com>
Reported-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] devlink: Fix dmac_filter trap name, align to its documentation
  2021-02-09 10:59 [PATCH net-next] devlink: Fix dmac_filter trap name, align to its documentation Aya Levin
@ 2021-02-09 18:27 ` Jakub Kicinski
  2021-02-11 21:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2021-02-09 18:27 UTC (permalink / raw)
  To: Aya Levin
  Cc: David S. Miller, Jiri Pirko, Saeed Mahameed, netdev,
	Tariq Toukan, Ido Schimmel

On Tue,  9 Feb 2021 12:59:55 +0200 Aya Levin wrote:
> %s/dest_mac_filter/dmac_filter/g
> 
> Fixes: e78ab164591f ("devlink: Add DMAC filter generic packet trap")
> Signed-off-by: Aya Levin <ayal@nvidia.com>
> Reported-by: Ido Schimmel <idosch@nvidia.com>
> Reviewed-by: Tariq Toukan <tariqt@nvidia.com>

Reviewed-by: Jakub Kicinski <kuba@kernel.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] devlink: Fix dmac_filter trap name, align to its documentation
  2021-02-09 10:59 [PATCH net-next] devlink: Fix dmac_filter trap name, align to its documentation Aya Levin
  2021-02-09 18:27 ` Jakub Kicinski
@ 2021-02-11 21:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-02-11 21:10 UTC (permalink / raw)
  To: Aya Levin; +Cc: davem, jiri, kuba, saeedm, netdev, tariqt, idosch

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Tue,  9 Feb 2021 12:59:55 +0200 you wrote:
> %s/dest_mac_filter/dmac_filter/g
> 
> Fixes: e78ab164591f ("devlink: Add DMAC filter generic packet trap")
> Signed-off-by: Aya Levin <ayal@nvidia.com>
> Reported-by: Ido Schimmel <idosch@nvidia.com>
> Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net-next] devlink: Fix dmac_filter trap name, align to its documentation
    https://git.kernel.org/netdev/net-next/c/e13e4536f092

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-11 21:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 10:59 [PATCH net-next] devlink: Fix dmac_filter trap name, align to its documentation Aya Levin
2021-02-09 18:27 ` Jakub Kicinski
2021-02-11 21:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).