All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next 0/2] bonding: netlink errors and cleanup
@ 2022-06-06 15:26 Jonathan Toppins
  2022-06-06 15:26 ` [net-next 1/2] bonding: netlink error message support for options Jonathan Toppins
  2022-06-06 15:26 ` [net-next 2/2] bonding: cleanup bond_create Jonathan Toppins
  0 siblings, 2 replies; 7+ messages in thread
From: Jonathan Toppins @ 2022-06-06 15:26 UTC (permalink / raw)
  To: netdev; +Cc: jtoppins

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(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-08  3:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-06 15:26 [net-next 0/2] bonding: netlink errors and cleanup Jonathan Toppins
2022-06-06 15:26 ` [net-next 1/2] bonding: netlink error message support for options Jonathan Toppins
2022-06-08  0:19   ` Jakub Kicinski
2022-06-08  0:23     ` Jonathan Toppins
2022-06-08  0:24       ` Eric Dumazet
2022-06-08  0:32       ` Jakub Kicinski
2022-06-06 15:26 ` [net-next 2/2] bonding: cleanup bond_create Jonathan Toppins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.