mbox series

[net-next,0/2] bonding: netlink errors and cleanup

Message ID cover.1654528729.git.jtoppins@redhat.com (mailing list archive)
Headers show
Series bonding: netlink errors and cleanup | expand

Message

Jonathan Toppins June 6, 2022, 3:26 p.m. UTC
The first patch attempts to set helpful error messages when
configuring bonds via netlink. The second patch removes redundant
init code for RLB mode which is already done in bond_open.

Jonathan Toppins (2):
  bonding: netlink error message support for options
  bonding: cleanup bond_create

 drivers/net/bonding/bond_main.c    |  24 ++-----
 drivers/net/bonding/bond_netlink.c | 101 +++++++++++++++++++----------
 drivers/net/bonding/bond_options.c |  29 +++++++--
 include/net/bond_options.h         |   3 +-
 4 files changed, 98 insertions(+), 59 deletions(-)