mbox series

[net,0/3] Fix broken tc-flower rules for mscc_ocelot switches

Message ID 20200921225638.114962-1-vladimir.oltean@nxp.com
Headers show
Series Fix broken tc-flower rules for mscc_ocelot switches | expand

Message

Vladimir Oltean Sept. 21, 2020, 10:56 p.m. UTC
All 3 switch drivers from the Ocelot family have the same bug in the
VCAP IS2 key offsets, which is that some keys are in the incorrect
order.

Vladimir Oltean (2):
  net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2
    entries
  net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2
    entries

Xiaoliang Yang (1):
  net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries

 drivers/net/dsa/ocelot/felix_vsc9959.c     | 16 ++++++++--------
 drivers/net/dsa/ocelot/seville_vsc9953.c   | 16 ++++++++--------
 drivers/net/ethernet/mscc/ocelot_vsc7514.c | 16 ++++++++--------
 3 files changed, 24 insertions(+), 24 deletions(-)

Comments

David Miller Sept. 22, 2020, 12:41 a.m. UTC | #1
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: Tue, 22 Sep 2020 01:56:35 +0300

> All 3 switch drivers from the Ocelot family have the same bug in the
> VCAP IS2 key offsets, which is that some keys are in the incorrect
> order.

Series applied, thank you.