All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ido Schimmel <idosch@mellanox.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, jiri@mellanox.com, mlxsw@mellanox.com,
	Ido Schimmel <idosch@mellanox.com>
Subject: [PATCH net-next 0/4] mlxsw: Adapt driver to upcoming firmware versions
Date: Mon, 19 Mar 2018 09:50:59 +0200	[thread overview]
Message-ID: <20180319075103.17671-1-idosch@mellanox.com> (raw)

Hi,

The first two patches make sure that reserved fields are set to zero, as
required by the device's programmer's reference manual (PRM).

Last two patches prevent the driver from performing an invalid operation
that is going to be denied by upcoming firmware versions.

Ido Schimmel (2):
  mlxsw: spectrum_acl: Adapt ACL configuration to new firmware versions
  mlxsw: spectrum_acl: Do not invalidate already invalid ACL groups

Shalom Toledo (1):
  mlxsw: pci: Set mbox dma addresses to zero when not used

Tal Bar (1):
  mlxsw: spectrum: Reserved field in mbox profile shouldn't be set

 drivers/net/ethernet/mellanox/mlxsw/pci.c          |  9 +++--
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |  4 --
 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl.c | 43 +++++++++++++---------
 .../ethernet/mellanox/mlxsw/spectrum_acl_tcam.c    |  5 ---
 4 files changed, 32 insertions(+), 29 deletions(-)

-- 
2.14.3

             reply	other threads:[~2018-03-19  7:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-19  7:50 Ido Schimmel [this message]
2018-03-19  7:51 ` [PATCH net-next 1/4] mlxsw: pci: Set mbox dma addresses to zero when not used Ido Schimmel
2018-03-19  7:51 ` [PATCH net-next 2/4] mlxsw: spectrum: Reserved field in mbox profile shouldn't be set Ido Schimmel
2018-03-19  7:51 ` [PATCH net-next 3/4] mlxsw: spectrum_acl: Adapt ACL configuration to new firmware versions Ido Schimmel
2018-03-19  7:51 ` [PATCH net-next 4/4] mlxsw: spectrum_acl: Do not invalidate already invalid ACL groups Ido Schimmel
2018-03-20 16:11 ` [PATCH net-next 0/4] mlxsw: Adapt driver to upcoming firmware versions 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=20180319075103.17671-1-idosch@mellanox.com \
    --to=idosch@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=jiri@mellanox.com \
    --cc=mlxsw@mellanox.com \
    --cc=netdev@vger.kernel.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.