netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] net: dsa: mv88e6xxx: enable set_policy
@ 2022-11-10  9:10 Angelo Dureghello
  2022-11-10 13:11 ` Andrew Lunn
  2022-11-12  6:00 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Angelo Dureghello @ 2022-11-10  9:10 UTC (permalink / raw)
  To: andrew, vivien.didelot; +Cc: netdev, Angelo Dureghello

Enabling set_policy capability for mv88e6321.

Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>

---
Changes for v2:
- enable set_policy also for mv88e6320, since of same family.
---
 drivers/net/dsa/mv88e6xxx/chip.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
index 2479be3a1e35..3cbe02aa8018 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.c
+++ b/drivers/net/dsa/mv88e6xxx/chip.c
@@ -5031,6 +5031,7 @@ static const struct mv88e6xxx_ops mv88e6320_ops = {
 	.port_sync_link = mv88e6xxx_port_sync_link,
 	.port_set_speed_duplex = mv88e6185_port_set_speed_duplex,
 	.port_tag_remap = mv88e6095_port_tag_remap,
+	.port_set_policy = mv88e6352_port_set_policy,
 	.port_set_frame_mode = mv88e6351_port_set_frame_mode,
 	.port_set_ucast_flood = mv88e6352_port_set_ucast_flood,
 	.port_set_mcast_flood = mv88e6352_port_set_mcast_flood,
@@ -5075,6 +5076,7 @@ static const struct mv88e6xxx_ops mv88e6321_ops = {
 	.port_sync_link = mv88e6xxx_port_sync_link,
 	.port_set_speed_duplex = mv88e6185_port_set_speed_duplex,
 	.port_tag_remap = mv88e6095_port_tag_remap,
+	.port_set_policy = mv88e6352_port_set_policy,
 	.port_set_frame_mode = mv88e6351_port_set_frame_mode,
 	.port_set_ucast_flood = mv88e6352_port_set_ucast_flood,
 	.port_set_mcast_flood = mv88e6352_port_set_mcast_flood,
-- 
2.38.1


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

* Re: [PATCH v2] net: dsa: mv88e6xxx: enable set_policy
  2022-11-10  9:10 [PATCH v2] net: dsa: mv88e6xxx: enable set_policy Angelo Dureghello
@ 2022-11-10 13:11 ` Andrew Lunn
  2022-11-12  6:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2022-11-10 13:11 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: vivien.didelot, netdev

On Thu, Nov 10, 2022 at 10:10:27AM +0100, Angelo Dureghello wrote:
> Enabling set_policy capability for mv88e6321.
> 
> Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH v2] net: dsa: mv88e6xxx: enable set_policy
  2022-11-10  9:10 [PATCH v2] net: dsa: mv88e6xxx: enable set_policy Angelo Dureghello
  2022-11-10 13:11 ` Andrew Lunn
@ 2022-11-12  6:00 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-11-12  6:00 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: andrew, vivien.didelot, netdev

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 10 Nov 2022 10:10:27 +0100 you wrote:
> Enabling set_policy capability for mv88e6321.
> 
> Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
> 
> ---
> Changes for v2:
> - enable set_policy also for mv88e6320, since of same family.
> 
> [...]

Here is the summary with links:
  - [v2] net: dsa: mv88e6xxx: enable set_policy
    https://git.kernel.org/netdev/net-next/c/45f22f2fdc19

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:[~2022-11-12  6:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-10  9:10 [PATCH v2] net: dsa: mv88e6xxx: enable set_policy Angelo Dureghello
2022-11-10 13:11 ` Andrew Lunn
2022-11-12  6:00 ` 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).