[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200130225913.1671982-17-jacob.e.keller@intel.com>
Date: Thu, 30 Jan 2020 14:59:11 -0800
From: Jacob Keller <jacob.e.keller@...el.com>
To: netdev@...r.kernel.org
Cc: jiri@...nulli.us, valex@...lanox.com, linyunsheng@...wei.com,
lihong.yang@...el.com, Jacob Keller <jacob.e.keller@...el.com>
Subject: [RFC PATCH 1/3] Update kernel headers
Update kernel headers to commit:
80cabcec59f3 ("devlink: add operation to take an immediate snapshot")
Signed-off-by: Jacob Keller <jacob.e.keller@...el.com>
---
include/uapi/linux/devlink.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h
index 3f82dedda28f..39df8c0535b9 100644
--- a/include/uapi/linux/devlink.h
+++ b/include/uapi/linux/devlink.h
@@ -117,6 +117,8 @@ enum devlink_command {
DEVLINK_CMD_TRAP_GROUP_NEW,
DEVLINK_CMD_TRAP_GROUP_DEL,
+ DEVLINK_CMD_REGION_TAKE_SNAPSHOT,
+
/* add new commands above here */
__DEVLINK_CMD_MAX,
DEVLINK_CMD_MAX = __DEVLINK_CMD_MAX - 1
--
2.25.0.rc1
Powered by blists - more mailing lists