netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: shahed.shaikh@qlogic.com
Cc: netdev@vger.kernel.org, Dept-GELinuxNICDev@qlogic.com
Subject: Re: [PATCH net 1/1] qlcnic: Delete existing multicast MAC list before adding new
Date: Wed, 11 Feb 2015 19:43:34 -0800 (PST)	[thread overview]
Message-ID: <20150211.194334.1487182178426500477.davem@davemloft.net> (raw)
In-Reply-To: <1423665924-4403-1-git-send-email-shahed.shaikh@qlogic.com>

From: Shahed Shaikh <shahed.shaikh@qlogic.com>
Date: Wed, 11 Feb 2015 09:45:24 -0500

> From: Shahed Shaikh <shahed.shaikh@qlogic.com>
> 
> Driver keeps adding multicast addresses without deleting removed MACs and
> worrying about adapters filter limit. This results into actual count of programmed
> multicast addresses get accumulated over the time and overruns the adapter's
> filter limit without putting device in ACCEPT_ALL_MULTI mode. This causes
> newly added multicast traffic to fail after the sequence of addition - deletion
> in certain pattern.
> 
> This issue is seen only when netdev's mcast list count is less than adapters
> mcast filter limit.
> 
> e.g. If adapters multicast filter limit is 38 per function
>      then following sequence would result in multicast traffic failure for
>      newly added MACs.
>      - add less than 38 multicast MACs
>      - remove previously added multicast MACs
>      - add new multicast MACs (less than 38)
> 
> Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>

Applied.

      reply	other threads:[~2015-02-12  3:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-11 14:45 [PATCH net 1/1] qlcnic: Delete existing multicast MAC list before adding new Shahed Shaikh
2015-02-12  3:43 ` David Miller [this message]

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=20150211.194334.1487182178426500477.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=Dept-GELinuxNICDev@qlogic.com \
    --cc=netdev@vger.kernel.org \
    --cc=shahed.shaikh@qlogic.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).