From: Varka Bhadram <varkabhadram@gmail.com>
To: Jamal Hadi Salim <jhs@mojatatu.com>,
davem@davemloft.net, stephen@networkplumber.org
Cc: netdev@vger.kernel.org, vyasevic@redhat.com,
sfeldma@cumulusnetworks.com, john.r.fastabend@intel.com,
roopa@cumulusnetworks.com, eric.dumazet@gmail.com
Subject: Re: [net-next-2.6 PATCH v5 1/2] bridge: fdb dumping takes a filter device
Date: Thu, 03 Jul 2014 17:53:40 +0530 [thread overview]
Message-ID: <53B54B4C.8080003@gmail.com> (raw)
In-Reply-To: <1404380290-17040-2-git-send-email-jhs@emojatatu.com>
On 07/03/2014 03:08 PM, Jamal Hadi Salim wrote:
> From: Jamal Hadi Salim <jhs@mojatatu.com>
>
> Dumping a bridge fdb dumps every fdb entry
> held. With this change we are going to filter
> on selected bridge port.
>
> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
> ---
> drivers/net/ethernet/intel/i40e/i40e_main.c | 3 ++-
> drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 7 ++++---
> include/linux/netdevice.h | 1 +
> include/linux/rtnetlink.h | 1 +
> net/bridge/br_fdb.c | 5 +++++
> net/bridge/br_private.h | 2 +-
> net/core/rtnetlink.c | 7 ++++---
> 7 files changed, 18 insertions(+), 8 deletions(-)
>
>
[...]
checkpatch.pl is giving the following warnings on this patch
WARNING: line over 80 characters
#30: FILE: drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c:430:
+ struct net_device *netdev, struct net_device *filter_dev,
WARNING: line over 80 characters
#123: FILE: net/core/rtnetlink.c:2551:
+ idx = ops->ndo_fdb_dump(skb, cb, dev, NULL, idx);
WARNING: line over 80 characters
#128: FILE: net/core/rtnetlink.c:2555:
+ idx = dev->netdev_ops->ndo_fdb_dump(skb, cb, dev, NULL, idx);
total: 0 errors, 3 warnings, 0 checks, 97 lines checked
--
Varka Bhadram
next prev parent reply other threads:[~2014-07-03 12:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-03 9:38 [net-next-2.6 PATCH v5 0/2] bridge: fdb dumping takes a filter device Jamal Hadi Salim
2014-07-03 9:38 ` [net-next-2.6 PATCH v5 1/2] " Jamal Hadi Salim
2014-07-03 12:23 ` Varka Bhadram [this message]
2014-07-03 9:38 ` [net-next-2.6 PATCH v5 2/2] bridge: netlink dump interface at par with brctl Jamal Hadi Salim
2014-07-03 12:24 ` Varka Bhadram
2014-07-08 21:10 ` [net-next-2.6 PATCH v5 0/2] bridge: fdb dumping takes a filter device David Miller
2014-07-08 21:21 ` David Miller
2014-07-10 10:23 ` Jamal Hadi Salim
2014-07-10 19:20 ` 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=53B54B4C.8080003@gmail.com \
--to=varkabhadram@gmail.com \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=jhs@mojatatu.com \
--cc=john.r.fastabend@intel.com \
--cc=netdev@vger.kernel.org \
--cc=roopa@cumulusnetworks.com \
--cc=sfeldma@cumulusnetworks.com \
--cc=stephen@networkplumber.org \
--cc=vyasevic@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).