netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] mlxsw: Introduce support for CQEv1/2
@ 2018-05-03 11:59 Ido Schimmel
  2018-05-03 11:59 ` [PATCH net-next 1/4] mlxsw: resources: Add CQE versions resources Ido Schimmel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ido Schimmel @ 2018-05-03 11:59 UTC (permalink / raw)
  To: netdev; +Cc: davem, jiri, mlxsw, Ido Schimmel

Jiri says:

Current SwitchX2 and Spectrum FWs support CQEv0 and that is what we
implement in mlxsw. Spectrum FW also supports CQE v1 and v2.
However, Spectrum-2 won't support CQEv0. Prepare for it and setup the
CQE versions to use according to what is queried from FW.

Jiri Pirko (4):
  mlxsw: resources: Add CQE versions resources
  mlxsw: pci: Introduce helpers to work with multiple CQE versions
  mlxsw: pci: Allow to use CQEs of version 1 and version 2
  mlxsw: pci: Check number of CQEs for CQE version 2

 drivers/net/ethernet/mellanox/mlxsw/cmd.h       |  31 ++++-
 drivers/net/ethernet/mellanox/mlxsw/pci.c       | 148 ++++++++++++++++++------
 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h    |  74 ++++++++++--
 drivers/net/ethernet/mellanox/mlxsw/resources.h |   6 +
 4 files changed, 208 insertions(+), 51 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-03 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-03 11:59 [PATCH net-next 0/4] mlxsw: Introduce support for CQEv1/2 Ido Schimmel
2018-05-03 11:59 ` [PATCH net-next 1/4] mlxsw: resources: Add CQE versions resources Ido Schimmel
2018-05-03 11:59 ` [PATCH net-next 2/4] mlxsw: pci: Introduce helpers to work with multiple CQE versions Ido Schimmel
2018-05-03 11:59 ` [PATCH net-next 3/4] mlxsw: pci: Allow to use CQEs of version 1 and version 2 Ido Schimmel
2018-05-03 11:59 ` [PATCH net-next 4/4] mlxsw: pci: Check number of CQEs for CQE " Ido Schimmel
2018-05-03 17:44 ` [PATCH net-next 0/4] mlxsw: Introduce support for CQEv1/2 David Miller

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).