Merge branch 'fix-and-move-definitions-of-mrp-data-structures'
authorJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 20:34:24 +0000 (12:34 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 20:39:40 +0000 (12:39 -0800)
Rasmus Villemoes says:

====================
fix and move definitions of MRP data structures

We unnecessarily included packet structures of MRP in a uAPI header.
Turns out that some of them were in fact broken due to lack of packing,
so let's take this chance to remove them completely. Leave it to user
space to create its own, correct definitions. Said structures are not
used in the user space <> kernel communication.
====================

Link: https://lore.kernel.org/r/20210121204037.61390-1-rasmus.villemoes@prevas.dk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge