From: Jonathan Toppins <jtoppins@redhat.com>
To: netdev@vger.kernel.org
Cc: jtoppins@redhat.com
Subject: [net-next v2 0/2] bonding: netlink errors and cleanup
Date: Wed, 8 Jun 2022 14:14:55 -0400 [thread overview]
Message-ID: <cover.1654711315.git.jtoppins@redhat.com> (raw)
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(-)
--
2.27.0
next reply other threads:[~2022-06-08 18:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 18:14 Jonathan Toppins [this message]
2022-06-08 18:14 ` [net-next v2 1/2] bonding: netlink error message support for options Jonathan Toppins
2022-06-08 18:52 ` Jay Vosburgh
2022-06-08 18:14 ` [net-next v2 2/2] bonding: cleanup bond_create Jonathan Toppins
2022-06-08 18:51 ` Jay Vosburgh
2022-06-10 6:20 ` [net-next v2 0/2] bonding: netlink errors and cleanup patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1654711315.git.jtoppins@redhat.com \
--to=jtoppins@redhat.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.