diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-10-19 23:00:09 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-10-19 23:00:10 +0300 |
commit | 5c624a1d77d3eb2e314b59282b1213fa760d192c (patch) | |
tree | a063036b4c78b6cde4e1819b602d5137767c0728 /net/openvswitch | |
parent | a526a3cc9c8d426713f8bebc18ebbe39a8495d82 (diff) | |
parent | b799f052a987c3fdd315cbac665b9202dd96382b (diff) | |
download | linux-5c624a1d77d3eb2e314b59282b1213fa760d192c.tar.xz |
Merge branch 'netlink-formatted-extacks'
Edward Cree says:
====================
netlink: formatted extacks
Currently, netlink extacks can only carry fixed string messages, which
is limiting when reporting failures in complex systems. This series
adds the ability to return printf-formatted messages, and uses it in
the sfc driver's TC offload code.
Formatted extack messages are limited in length to a fixed buffer size,
currently 80 characters. If the message exceeds this, the full message
will be logged (ratelimited) to the console and a truncated version
returned over netlink.
There is no change to the netlink uAPI; only internal kernel changes
are needed.
====================
Link: https://lore.kernel.org/r/cover.1666102698.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions