]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: flower: add support for verbose logging
authorMarcelo Ricardo Leitner <mleitner@redhat.com>
Sun, 13 May 2018 20:44:28 +0000 (17:44 -0300)
committerDavid Ahern <dsahern@gmail.com>
Fri, 18 May 2018 16:06:04 +0000 (09:06 -0700)
commitac6a4c2299a651e4cb54e6313435117ee8a3c228
tree2de49a11e913ddf8d07ed68758dbf5c6b6dff660
parent4276e652900347d8f14829bccb6ae82881c4d724
tc: flower: add support for verbose logging

Currently there is no way to log offloading errors if the rule is not
explicitly marked as skip_sw, making it hard for other applications such
as Open vSwitch to log why a given could not be offloaded.

This patch adds support for signaling the kernel that more verbose
logging is wanted, which now will include such messages.

Signed-off-by: Marcelo Ricardo Leitner <mleitner@redhat.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
man/man8/tc-flower.8
tc/f_flower.c