netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Simon Horman <simon.horman@corigine.com>
Cc: David Miller <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	netdev@vger.kernel.org, oss-drivers@corigine.com,
	Diana Wang <na.wang@corigine.com>
Subject: Re: [PATCH net-next] nfp: add support for multicast filter
Date: Sun, 4 Dec 2022 14:36:51 +0200	[thread overview]
Message-ID: <Y4yUY/fOlcWvm3ip@unreal> (raw)
In-Reply-To: <20221202094214.284673-1-simon.horman@corigine.com>

On Fri, Dec 02, 2022 at 10:42:14AM +0100, Simon Horman wrote:
> From: Diana Wang <na.wang@corigine.com>
> 
> Rewrite nfp_net_set_rx_mode() to implement interface to delivery
> mc address and operations to firmware by using general mailbox
> for filtering multicast packets.
> 
> The operations include add mc address and delete mc address.
> And the limitation of mc addresses number is 1024 for each net
> device.
> 
> User triggers adding mc address by using command below:
> ip maddress add <mc address> dev <interface name>
> 
> User triggers deleting mc address by using command below:
> ip maddress del <mc address> dev <interface name>
> 
> Signed-off-by: Diana Wang <na.wang@corigine.com>
> Signed-off-by: Simon Horman <simon.horman@corigine.com>
> ---
>  drivers/net/ethernet/netronome/nfp/nfp_net.h  |  5 ++
>  .../ethernet/netronome/nfp/nfp_net_common.c   | 63 +++++++++++++++++--
>  .../net/ethernet/netronome/nfp/nfp_net_ctrl.h | 15 +++++
>  3 files changed, 79 insertions(+), 4 deletions(-)
> 

Thanks,
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>

  reply	other threads:[~2022-12-04 12:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-02  9:42 [PATCH net-next] nfp: add support for multicast filter Simon Horman
2022-12-04 12:36 ` Leon Romanovsky [this message]
2022-12-05 11:40 ` 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=Y4yUY/fOlcWvm3ip@unreal \
    --to=leon@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=na.wang@corigine.com \
    --cc=netdev@vger.kernel.org \
    --cc=oss-drivers@corigine.com \
    --cc=pabeni@redhat.com \
    --cc=simon.horman@corigine.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).