public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail•com>
To: netdev@vger•kernel.org
Cc: j.vosburgh@gmail•com, vfalico@gmail•com, andy@greyhouse•net,
	jiri@mellanox•com, idosch@mellanox•com, davem@davemloft•net,
	bridge@lists•linux-foundation.org,
	David Ahern <dsahern@gmail•com>
Subject: [PATCH v2 net-next 0/7] net: Plumb extack error reporting to enslavements
Date: Wed,  4 Oct 2017 17:48:44 -0700	[thread overview]
Message-ID: <1507164531-17732-1-git-send-email-dsahern@gmail.com> (raw)

Another round of extending extack error reporting, this time for
enslavements through ndo_add_slave and notifiers.

v2
- changed how the messages are added to bonding driver per Jiri's request
- fixed spectrum message for LAG overflow per Ido's comment

David Ahern (7):
  net: Add extack to netdev_notifier_info
  net: Add extack to ndo_add_slave
  net: Add extack to upper device linking
  net: vrf: Add extack messages for enslave errors
  net: bonding: Add extack messages for some enslave failures
  net: bridge: Pass extack to down to netdev_master_upper_dev_link
  mlxsw: spectrum: Add extack messages for enslave failures

 drivers/net/bonding/bond_main.c                    | 19 +++--
 drivers/net/bonding/bond_options.c                 |  2 +-
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     | 47 ++++++++---
 drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c |  2 +-
 drivers/net/hyperv/netvsc_drv.c                    |  2 +-
 drivers/net/ipvlan/ipvlan_main.c                   |  2 +-
 drivers/net/macsec.c                               |  2 +-
 drivers/net/macvlan.c                              |  7 +-
 drivers/net/macvtap.c                              |  2 +-
 drivers/net/team/team.c                            |  5 +-
 drivers/net/usb/qmi_wwan.c                         |  2 +-
 drivers/net/vrf.c                                  | 23 ++++--
 include/linux/if_macvlan.h                         |  3 +-
 include/linux/netdevice.h                          | 19 ++++-
 include/net/bonding.h                              |  3 +-
 net/8021q/vlan.c                                   |  6 +-
 net/8021q/vlan.h                                   |  2 +-
 net/8021q/vlan_netlink.c                           |  2 +-
 net/batman-adv/hard-interface.c                    |  2 +-
 net/batman-adv/soft-interface.c                    |  3 +-
 net/bridge/br_device.c                             |  5 +-
 net/bridge/br_if.c                                 | 15 +++-
 net/bridge/br_ioctl.c                              |  2 +-
 net/bridge/br_private.h                            |  3 +-
 net/core/dev.c                                     | 96 +++++++++++++---------
 net/core/rtnetlink.c                               | 10 ++-
 net/openvswitch/vport-netdev.c                     |  3 +-
 27 files changed, 192 insertions(+), 97 deletions(-)

-- 
2.1.4

             reply	other threads:[~2017-10-05  0:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05  0:48 David Ahern [this message]
2017-10-05  0:48 ` [PATCH v2 net-next 1/7] net: Add extack to netdev_notifier_info David Ahern
2017-10-05  0:48 ` [PATCH v2 net-next 2/7] net: Add extack to ndo_add_slave David Ahern
2017-10-05  0:48 ` [PATCH v2 net-next 3/7] net: Add extack to upper device linking David Ahern
2017-10-05  0:48 ` [PATCH v2 net-next 4/7] net: vrf: Add extack messages for enslave errors David Ahern
2017-10-05  0:48 ` [PATCH v2 net-next 5/7] net: bonding: Add extack messages for some enslave failures David Ahern
2017-10-05  0:48 ` [PATCH v2 net-next 6/7] net: bridge: Pass extack to down to netdev_master_upper_dev_link David Ahern
2017-10-05  0:48 ` [PATCH v2 net-next 7/7] mlxsw: spectrum: Add extack messages for enslave failures David Ahern
2017-10-05  4:42 ` [PATCH v2 net-next 0/7] net: Plumb extack error reporting to enslavements David Miller

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=1507164531-17732-1-git-send-email-dsahern@gmail.com \
    --to=dsahern@gmail$(echo .)com \
    --cc=andy@greyhouse$(echo .)net \
    --cc=bridge@lists$(echo .)linux-foundation.org \
    --cc=davem@davemloft$(echo .)net \
    --cc=idosch@mellanox$(echo .)com \
    --cc=j.vosburgh@gmail$(echo .)com \
    --cc=jiri@mellanox$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=vfalico@gmail$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox