mbox series

[net-next,0/2] Devlink health fixes series

Message ID 1550751122-2788-1-git-send-email-eranbe@mellanox.com
Headers show
Series Devlink health fixes series | expand

Message

Eran Ben Elisha Feb. 21, 2019, 12:12 p.m. UTC
This series includes two small fixes from Aya for the devlink health
infrastructure introduced earlier in this window.

First patch rename some UAPI attributes to better reflect their use.
Second patch reduces the amount of data passed from the devlink to the
netlink layer upon get reporter command, in case of no-recovery reporter.

Aya Levin (2):
  devlink: Rename devlink health attributes
  devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GET

 include/uapi/linux/devlink.h |  4 ++--
 net/core/devlink.c           | 10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

Comments

David Miller Feb. 21, 2019, 6:39 p.m. UTC | #1
From: Eran Ben Elisha <eranbe@mellanox.com>
Date: Thu, 21 Feb 2019 14:12:00 +0200

> This series includes two small fixes from Aya for the devlink health
> infrastructure introduced earlier in this window.
> 
> First patch rename some UAPI attributes to better reflect their use.
> Second patch reduces the amount of data passed from the devlink to the
> netlink layer upon get reporter command, in case of no-recovery reporter.

Series applied, thanks.