summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2024-10-09 10:09:48 +0200
committerJakub Kicinski <kuba@kernel.org>2024-10-10 08:30:21 -0700
commit04e65df94b3112a1b319b6deb5bab83fd740bc7d (patch)
tree9325725295055a9f5c92c9776cf8c4cf1a40cebd /net/Makefile
parent13d68a16430312fc21990f48326366eb73891202 (diff)
downloadlinux-04e65df94b3112a1b319b6deb5bab83fd740bc7d.tar.gz
linux-04e65df94b3112a1b319b6deb5bab83fd740bc7d.tar.bz2
linux-04e65df94b3112a1b319b6deb5bab83fd740bc7d.zip
netlink: spec: add shaper YAML spec
Define the user-space visible interface to query, configure and delete network shapers via yaml definition. Add dummy implementations for the relevant NL callbacks. set() and delete() operations touch a single shaper creating/updating or deleting it. The group() operation creates a shaper's group, nesting multiple input shapers under the specified output shaper. Reviewed-by: Jiri Pirko <jiri@nvidia.com> Signed-off-by: Paolo Abeni <pabeni@redhat.com> Link: https://patch.msgid.link/7a33a1ff370bdbcd0cd3f909575c912cd56f41da.1728460186.git.pabeni@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 65bb8c72a35e..60ed5190eda8 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -79,3 +79,4 @@ obj-$(CONFIG_XDP_SOCKETS) += xdp/
obj-$(CONFIG_MPTCP) += mptcp/
obj-$(CONFIG_MCTP) += mctp/
obj-$(CONFIG_NET_HANDSHAKE) += handshake/
+obj-$(CONFIG_NET_SHAPER) += shaper/