netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags
@ 2017-06-07 13:06 Andrew Lunn
  2017-06-07 15:33 ` Vivien Didelot
  2017-06-07 19:32 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Lunn @ 2017-06-07 13:06 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, Chris Healy, Vivien Didelot, Nikita Yushchenko,
	Andrew Lunn

The mv88e6161 and mv88e6123 are capable of using EDSA tags when
passing frames from the host to the switch and back.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 drivers/net/dsa/mv88e6xxx/chip.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
index ea20c4ee30b6..f53bae07387f 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.c
+++ b/drivers/net/dsa/mv88e6xxx/chip.c
@@ -3279,7 +3279,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
 		.g1_irqs = 9,
 		.atu_move_port_mask = 0xf,
 		.pvt = true,
-		.tag_protocol = DSA_TAG_PROTO_DSA,
+		.tag_protocol = DSA_TAG_PROTO_EDSA,
 		.flags = MV88E6XXX_FLAGS_FAMILY_6165,
 		.ops = &mv88e6123_ops,
 	},
@@ -3331,7 +3331,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
 		.g1_irqs = 9,
 		.atu_move_port_mask = 0xf,
 		.pvt = true,
-		.tag_protocol = DSA_TAG_PROTO_DSA,
+		.tag_protocol = DSA_TAG_PROTO_EDSA,
 		.flags = MV88E6XXX_FLAGS_FAMILY_6165,
 		.ops = &mv88e6161_ops,
 	},
-- 
2.11.0

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

* Re: [PATCH net-next] net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags
  2017-06-07 13:06 [PATCH net-next] net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags Andrew Lunn
@ 2017-06-07 15:33 ` Vivien Didelot
  2017-06-07 19:32 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Vivien Didelot @ 2017-06-07 15:33 UTC (permalink / raw)
  To: Andrew Lunn, David Miller
  Cc: netdev, Chris Healy, Nikita Yushchenko, Andrew Lunn

Andrew Lunn <andrew@lunn.ch> writes:

> The mv88e6161 and mv88e6123 are capable of using EDSA tags when
> passing frames from the host to the switch and back.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>

Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>

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

* Re: [PATCH net-next] net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags
  2017-06-07 13:06 [PATCH net-next] net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags Andrew Lunn
  2017-06-07 15:33 ` Vivien Didelot
@ 2017-06-07 19:32 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-06-07 19:32 UTC (permalink / raw)
  To: andrew; +Cc: netdev, cphealy, vivien.didelot, nikita.yoush

From: Andrew Lunn <andrew@lunn.ch>
Date: Wed,  7 Jun 2017 15:06:19 +0200

> The mv88e6161 and mv88e6123 are capable of using EDSA tags when
> passing frames from the host to the switch and back.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>

Applied.

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

end of thread, other threads:[~2017-06-07 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 13:06 [PATCH net-next] net: dsa: mv88e6xxx: Have 6161/6123 use EDSA tags Andrew Lunn
2017-06-07 15:33 ` Vivien Didelot
2017-06-07 19:32 ` David Miller

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).