From: David A. <ds...@gm...> - 2021-04-03 01:16:14
|
On 3/31/21 8:34 PM, Hoang Le wrote: > To avoid code duplication, tipc should be converted to use the helper > functions for working with libmnl in lib/mnl_utils.c > > Acked-by: Jon Maloy <jm...@re...> > Signed-off-by: Hoang Le <hoa...@de...> > --- > tipc/bearer.c | 38 ++++++-------- > tipc/cmdl.c | 2 - > tipc/link.c | 37 +++++-------- > tipc/media.c | 15 +++--- > tipc/msg.c | 132 +++-------------------------------------------- > tipc/msg.h | 2 +- > tipc/nametable.c | 5 +- > tipc/node.c | 33 +++++------- > tipc/peer.c | 8 ++- > tipc/socket.c | 10 ++-- > tipc/tipc.c | 21 +++++++- > 11 files changed, 83 insertions(+), 220 deletions(-) > applied to iproute2-next. |