OSDN Git Service

Merge branch 'sja1105-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Sep 2023 05:23:05 +0000 (06:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Sep 2023 05:23:05 +0000 (06:23 +0100)
commitf8fdd54ee6a135dbe3bb482d817ecf1ab65c53db
treeebc5fffa20f4c6e22cd29a3367707aea5390dfe7
parentca7cfd73d02397099e10bf4a76ad6f53b2c27f71
parent180a7419fe4adc8d9c8e0ef0fd17bcdd0cf78acd
Merge branch 'sja1105-fixes'

Vladimir Oltean says:

====================
tc-cbs offload fixes for SJA1105 DSA

Yanan Yang has pointed out to me that certain tc-cbs offloaded
configurations do not appear to do any shaping on the LS1021A-TSN board
(SJA1105T).

This is due to an apparent documentation error that also made its way
into the driver, which patch 1/3 now fixes.

While investigating and then testing, I've found 2 more bugs, which are
patches 2/3 and 3/3.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>