genetlink: pass extended ACK report down
authorJohannes Berg <johannes.berg@intel.com>
Wed, 12 Apr 2017 12:34:05 +0000 (14:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Apr 2017 17:58:21 +0000 (13:58 -0400)
commit7ab606d1609dd6dfeae9c8ad0a8a4e051d831e46
tree728e0cb253e015687ce18a153eca94f6b99f153b
parent2d4bc93368f5a0ddb57c8c885cdad9c9b7a10ed5
genetlink: pass extended ACK report down

Pass the extended ACK reporting struct down from generic netlink to
the families, using the existing struct genl_info for simplicity.

Also add support to set the extended ACK information from generic
netlink users.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/genetlink.h
net/netlink/genetlink.c