netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next 0/9] mlxsw: Replace Hw related const with resource query results
@ 2016-09-20  9:16 Jiri Pirko
  2016-09-20  9:16 ` [patch net-next 1/9] mlxsw: pci: Add lag related resources to resources query Jiri Pirko
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jiri Pirko @ 2016-09-20  9:16 UTC (permalink / raw)
  To: netdev; +Cc: davem, nogahf, idosch, eladr, yotamg, ogerlitz

From: Jiri Pirko <jiri@mellanox.com>

Nogah says:

Many of the ASIC's properties can be read from the HW with resources query.
This patchset adds new resources to the resource query and implement
using them, instead of the constants that we currently use.
Those resources are lag, kvd and router related.

Nogah Frankel (9):
  mlxsw: pci: Add lag related resources to resources query
  mlxsw: spectrum: lag resources- use resources data instead of consts
  mlxsw: pci: Add KVD size relate resources
  mlxsw: profile: Add KVD resources to profile config
  mlxsw: pci: Add max virtual routers resource
  mlxsw: spectrum: Implement max virtual routers resource
  mlxsw: pci: Add some miscellaneous resources
  mlxsw: pci: Add max router interface resource
  mlxsw: spectrum: Implement max rif resource

 drivers/net/ethernet/mellanox/mlxsw/core.c         |  26 ++--
 drivers/net/ethernet/mellanox/mlxsw/core.h         |  41 +++++--
 drivers/net/ethernet/mellanox/mlxsw/pci.c          | 135 +++++++++++++++++----
 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |  67 ++++++----
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |  21 ++--
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |  74 +++++++++--
 .../ethernet/mellanox/mlxsw/spectrum_switchdev.c   |   4 +-
 drivers/net/ethernet/mellanox/mlxsw/switchx2.c     |   4 -
 8 files changed, 276 insertions(+), 96 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-09-21  5:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-20  9:16 [patch net-next 0/9] mlxsw: Replace Hw related const with resource query results Jiri Pirko
2016-09-20  9:16 ` [patch net-next 1/9] mlxsw: pci: Add lag related resources to resources query Jiri Pirko
2016-09-20  9:16 ` [patch net-next 2/9] mlxsw: spectrum: lag resources- use resources data instead of consts Jiri Pirko
2016-09-20  9:16 ` [patch net-next 3/9] mlxsw: pci: Add KVD size relate resources Jiri Pirko
2016-09-20  9:16 ` [patch net-next 4/9] mlxsw: profile: Add KVD resources to profile config Jiri Pirko
2016-09-20  9:16 ` [patch net-next 5/9] mlxsw: pci: Add max virtual routers resource Jiri Pirko
2016-09-20  9:16 ` [patch net-next 6/9] mlxsw: spectrum: Implement " Jiri Pirko
2016-09-20  9:16 ` [patch net-next 7/9] mlxsw: pci: Add some miscellaneous resources Jiri Pirko
2016-09-20  9:16 ` [patch net-next 8/9] mlxsw: pci: Add max router interface resource Jiri Pirko
2016-09-20  9:16 ` [patch net-next 9/9] mlxsw: spectrum: Implement max rif resource Jiri Pirko
2016-09-21  5:02 ` [patch net-next 0/9] mlxsw: Replace Hw related const with resource query results 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).