lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 25 Nov 2022 13:34:18 +0100 From: Michal Wilczynski <michal.wilczynski@...el.com> To: netdev@...r.kernel.org Cc: alexandr.lobakin@...el.com, przemyslaw.kitszel@...el.com, jiri@...nulli.us, wojciech.drewek@...el.com, dsahern@...il.com, stephen@...workplumber.org, Michal Wilczynski <michal.wilczynski@...el.com> Subject: [PATCH iproute2-next 2/5] devlink: Add uapi changes for tx_priority and tx_weight Per discussion [1] I'm putting the uapi changes in separate commit. Those changes are already merged to net-next [2]. [1] https://lore.kernel.org/netdev/48df4e83-a9b8-11db-aeaf-2015666af5a5@gmail.com/ [2] https://lore.kernel.org/netdev/20221115104825.172668-1-michal.wilczynski@intel.com/ Signed-off-by: Michal Wilczynski <michal.wilczynski@...el.com> --- include/uapi/linux/devlink.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h index 0224b8bd49b2..b6b058e4bdb2 100644 --- a/include/uapi/linux/devlink.h +++ b/include/uapi/linux/devlink.h @@ -607,6 +607,9 @@ enum devlink_attr { DEVLINK_ATTR_SELFTESTS, /* nested */ + DEVLINK_ATTR_RATE_TX_PRIORITY, /* u32 */ + DEVLINK_ATTR_RATE_TX_WEIGHT, /* u32 */ + /* add new attributes above here, update the policy in devlink.c */ __DEVLINK_ATTR_MAX, -- 2.37.2
Powered by blists - more mailing lists