]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xdp: use common helper for netlink extended ack reporting
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 2 May 2017 22:39:17 +0000 (00:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 May 2017 13:51:24 +0000 (09:51 -0400)
commit4d463c4dbc5c1c5d73e488d52faeec05570443a0
treee0a16bcaab65f32a34cc6edaef61b34ca6e4a5ef
parent6d717134a1a6e1b34a7d0d70e953037bc2642046
xdp: use common helper for netlink extended ack reporting

Small follow-up to d74a32acd59a ("xdp: use netlink extended ACK reporting")
in order to let drivers all use the same NL_SET_ERR_MSG_MOD() helper macro
for reporting. This also ensures that we consistently add the driver's
prefix for dumping the report in user space to indicate that the error
message is driver specific and not coming from core code. Furthermore,
NL_SET_ERR_MSG_MOD() now reuses NL_SET_ERR_MSG() and thus makes all macros
check the pointer as suggested.

References: https://www.spinics.net/lists/netdev/msg433267.html
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
drivers/net/virtio_net.c
include/linux/netlink.h