net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries
authorVladimir Oltean <vladimir.oltean@nxp.com>
Mon, 21 Sep 2020 22:56:38 +0000 (01:56 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Sep 2020 00:40:52 +0000 (17:40 -0700)
commit8194d8fa719f78007c0c4d5c721b6b0dfa290f81
treefb984b0af865f87c81e2e755f50dc29c6c0ec95c
parent7a0230759ea6795af037f3fd9526d00dc896ce19
net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries

The IS2 IP4_TCP_UDP key offsets do not correspond to the VSC7514
datasheet. Whether they work or not is unknown to me. On VSC9959 and
VSC9953, with the same mistake and same discrepancy from the
documentation, tc-flower src_port and dst_port rules did not work, so I
am assuming the same is true here.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mscc/ocelot_vsc7514.c