mbox series

[net,v2,0/2] fix and move definitions of MRP data structures

Message ID 20210121204037.61390-1-rasmus.villemoes@prevas.dk
Headers show
Series fix and move definitions of MRP data structures | expand

Message

Rasmus Villemoes Jan. 21, 2021, 8:40 p.m. UTC
v2: update commit log of the patch to include comments on 32 bit
alignment; include second patch moving the structs out of uapi.

Rasmus Villemoes (2):
  net: mrp: fix definitions of MRP test packets
  net: mrp: move struct definitions out of uapi

 include/uapi/linux/mrp_bridge.h | 86 ---------------------------------
 net/bridge/br_private_mrp.h     | 29 +++++++++++
 2 files changed, 29 insertions(+), 86 deletions(-)

Comments

Jakub Kicinski Jan. 23, 2021, 8:40 p.m. UTC | #1
On Thu, 21 Jan 2021 21:40:35 +0100 Rasmus Villemoes wrote:
> v2: update commit log of the patch to include comments on 32 bit

> alignment; include second patch moving the structs out of uapi.


Applied, thanks!