mbox series

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

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

Message

Jonathan Toppins June 8, 2022, 6:14 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.

v2:
 * rebased to latest net-next
 * fixed kernel doc header for __bond_opt_set

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 |  32 +++++++--
 include/net/bond_options.h         |   3 +-
 4 files changed, 101 insertions(+), 59 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 10, 2022, 6:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  8 Jun 2022 14:14:55 -0400 you wrote:
> 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.
> 
> v2:
>  * rebased to latest net-next
>  * fixed kernel doc header for __bond_opt_set
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] bonding: netlink error message support for options
    https://git.kernel.org/netdev/net-next/c/2bff369b2354
  - [net-next,v2,2/2] bonding: cleanup bond_create
    https://git.kernel.org/netdev/net-next/c/2fa3ee93d13c

You are awesome, thank you!