diff options
author | Vladimir Oltean | 2020-09-26 22:32:07 +0300 |
---|---|---|
committer | David S. Miller | 2020-09-26 14:17:59 -0700 |
commit | 7a6ffe764be35af0527d8cfd047945e8f8797ddf (patch) | |
tree | e1ae408701752a5a4fb5a96d0bb082a5ddfef4cd /include/net/dsa.h | |
parent | 9790cf20a8c4bb8d774797c238fa3643f4336e46 (diff) |
net: dsa: point out the tail taggers
The Marvell 88E6060 uses tag_trailer.c and the KSZ8795, KSZ9477 and
KSZ9893 switches also use tail tags.
Tell that to the DSA core, since this makes a difference for the flow
dissector. Most switches break the parsing of frame headers, but these
ones don't, so no flow dissector adjustment needs to be done for them.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 817fab5e2c21..b502a63d196e 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h @@ -90,6 +90,7 @@ struct dsa_device_ops { * its RX filter. */ bool promisc_on_master; + bool tail_tag; }; /* This structure defines the control interfaces that are overlayed by the |