All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
To: Jiri Pirko <jiri@resnulli.us>, netdev@vger.kernel.org
Cc: davem@davemloft.net, idosch@mellanox.com, eladr@mellanox.com,
	yotamg@mellanox.com, ogerlitz@mellanox.com, corbet@lwn.net,
	stephen@networkplumber.org, sfeldma@gmail.com,
	vivien.didelot@savoirfairelinux.com, roopa@cumulusnetworks.com,
	gospo@cumulusnetworks.com
Subject: Re: [patch net-next v2 7/8] mlxsw: Adding layer 2 multicast support
Date: Sun, 10 Jan 2016 21:11:40 +0100	[thread overview]
Message-ID: <5692BAFC.9080505@cumulusnetworks.com> (raw)
In-Reply-To: <1452456389-2833-8-git-send-email-jiri@resnulli.us>

On 01/10/2016 09:06 PM, Jiri Pirko wrote:
> From: Elad Raz <eladr@mellanox.com>
> 
> Add SWITCHDEV_OBJ_ID_PORT_MDB switchdev ops support. On first MDB insertion
> creates a new multicast group (MID) and add members port to the MID. Also
> add new MDB entry for the flooding-domain (fid-vid) and link the MDB entry
> to the newly constructed MC group.
> 
> Signed-off-by: Elad Raz <eladr@mellanox.com>
> Signed-off-by: Ido Schimmel <idosch@mellanox.com>
> Signed-off-by: Jiri Pirko <jiri@mellanox.com>
> ---
> v1->v2:
> - changed GFP_ATOMIC to GFP_KERNEL in __mlxsw_sp_mc_alloc as suggested by Nik
> ---
>  drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |   1 +
>  drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |  13 ++
>  .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   | 176 +++++++++++++++++++++
>  3 files changed, 190 insertions(+)
> 

Thanks!

Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

  reply	other threads:[~2016-01-10 20:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-10 20:06 [patch net-next v2 0/8] mlxsw: Adding layer 2 multicast Jiri Pirko
2016-01-10 20:06 ` [patch net-next v2 1/8] switchdev: Adding MDB entry offload Jiri Pirko
2016-01-10 20:06 ` [patch net-next v2 2/8] bridge: Reflect MDB entries to hardware Jiri Pirko
2016-01-10 20:12   ` Nikolay Aleksandrov
2016-01-10 20:06 ` [patch net-next v2 3/8] mlxsw: reg: Add definition of multicast record for SFD register Jiri Pirko
2016-01-10 20:06 ` [patch net-next v2 4/8] mlxsw: reg: Adding SMID register Jiri Pirko
2016-01-10 20:06 ` [patch net-next v2 5/8] mlxsw: Changing the maximum number of multicast group to a define Jiri Pirko
2016-01-10 20:06 ` [patch net-next v2 6/8] mlxsw: Adding VID to FID translatation Jiri Pirko
2016-01-10 20:06 ` [patch net-next v2 7/8] mlxsw: Adding layer 2 multicast support Jiri Pirko
2016-01-10 20:11   ` Nikolay Aleksandrov [this message]
2016-01-10 20:06 ` [patch net-next v2 8/8] switchdev: Adding IGMP snooping documentation Jiri Pirko
2016-01-10 21:50 ` [patch net-next v2 0/8] mlxsw: Adding layer 2 multicast 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=5692BAFC.9080505@cumulusnetworks.com \
    --to=nikolay@cumulusnetworks.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=eladr@mellanox.com \
    --cc=gospo@cumulusnetworks.com \
    --cc=idosch@mellanox.com \
    --cc=jiri@resnulli.us \
    --cc=netdev@vger.kernel.org \
    --cc=ogerlitz@mellanox.com \
    --cc=roopa@cumulusnetworks.com \
    --cc=sfeldma@gmail.com \
    --cc=stephen@networkplumber.org \
    --cc=vivien.didelot@savoirfairelinux.com \
    --cc=yotamg@mellanox.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 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.