tipc: convert legacy nl bearer dump to nl compat
Introduce a framework for dumping netlink data from the new netlink API and formatting it to the old legacy API format. This is done by looping the dump data and calling a format handler for each entity, in this case a bearer. We dump until either all data is dumped or we reach the limited buffer size of the legacy API. Remember, the legacy API doesn't scale. In this commit we convert TIPC_CMD_GET_BEARER_NAMES to use the compat layer. Signed-off-by:Richard Alpe <richard.alpe@ericsson.com> Reviewed-by:
Erik Hugne <erik.hugne@ericsson.com> Reviewed-by:
Ying Xue <ying.xue@windriver.com> Reviewed-by:
Jon Maloy <jon.maloy@ericsson.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/uapi/linux/tipc_config.h 5 additions, 0 deletionsinclude/uapi/linux/tipc_config.h
- net/tipc/bearer.c 0 additions, 29 deletionsnet/tipc/bearer.c
- net/tipc/bearer.h 0 additions, 1 deletionnet/tipc/bearer.h
- net/tipc/config.c 0 additions, 3 deletionsnet/tipc/config.c
- net/tipc/netlink_compat.c 273 additions, 1 deletionnet/tipc/netlink_compat.c
Please register or sign in to comment