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)
commit853c56b489f30c580b8667f9469049f0e43e7301
tree5b69bffa059f72b3fa4000a2d57275a8c0ab6c77
parent0607a2cddb60f4548b55e28ac56a8d73493a45bb
parent6781939054a1a161e06e7a7955a4846be770a711
Merge branch 'fix-and-move-definitions-of-mrp-data-structures'

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>