]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4da7260f0ff4469da00a8369b1a7b4bc83fdc812
treefb984b0af865f87c81e2e755f50dc29c6c0ec95c
parentef1e72b650fdae600cf5b7e613eabbf66d8df93a
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