All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roopa Prabhu <roopa@cumulusnetworks.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, nikolay@cumulusnetworks.com,
	stephen@networkplumber.org, dsa@cumulusnetworks.com
Subject: [PATCH net-next 0/4] rtnl fdb get
Date: Fri, 14 Dec 2018 09:43:17 -0800	[thread overview]
Message-ID: <1544809401-42289-1-git-send-email-roopa@cumulusnetworks.com> (raw)

From: Roopa Prabhu <roopa@cumulusnetworks.com>

This series adds support for rtnl fdb get similar to
route get.

Roopa Prabhu (4):
  net: rtnetlink: support for fdb get
  bridge: support for ndo_fdb_get
  vxlan: support for ndo_fdb_get
  selftests: net: rtnetlink.sh: add fdb get test

 drivers/net/vxlan.c                      |  35 ++++++++++
 include/linux/netdevice.h                |   6 +-
 net/bridge/br_device.c                   |   1 +
 net/bridge/br_fdb.c                      |  24 +++++++
 net/bridge/br_private.h                  |   2 +
 net/core/rtnetlink.c                     | 107 ++++++++++++++++++++++++++++++-
 tools/testing/selftests/net/rtnetlink.sh |  53 +++++++++++++++
 7 files changed, 226 insertions(+), 2 deletions(-)

-- 
2.1.4

             reply	other threads:[~2018-12-14 17:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-14 17:43 Roopa Prabhu [this message]
2018-12-14 17:43 ` [PATCH net-next 1/4] net: rtnetlink: support for fdb get Roopa Prabhu
2018-12-14 17:55   ` David Ahern
2018-12-14 18:09     ` Roopa Prabhu
2018-12-14 19:37       ` Jakub Kicinski
2018-12-14 19:42         ` David Ahern
2018-12-14 19:54           ` Jakub Kicinski
2018-12-14 19:58             ` David Ahern
2018-12-14 21:03               ` Jakub Kicinski
2018-12-14 18:17   ` Nikolay Aleksandrov
2018-12-14 17:43 ` [PATCH net-next 2/4] bridge: support for ndo_fdb_get Roopa Prabhu
2018-12-14 18:24   ` Nikolay Aleksandrov
2018-12-14 17:43 ` [PATCH net-next 3/4] vxlan: " Roopa Prabhu
2018-12-14 17:43 ` [PATCH net-next 4/4] selftests: net: rtnetlink.sh: add fdb get test Roopa Prabhu
2018-12-14 19:19 ` [PATCH net-next 0/4] rtnl fdb get 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=1544809401-42289-1-git-send-email-roopa@cumulusnetworks.com \
    --to=roopa@cumulusnetworks.com \
    --cc=davem@davemloft.net \
    --cc=dsa@cumulusnetworks.com \
    --cc=netdev@vger.kernel.org \
    --cc=nikolay@cumulusnetworks.com \
    --cc=stephen@networkplumber.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.