netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch net-next v2 0/5] mlxsw: Expose KVD linear parts as resources
@ 2018-02-20  7:44 Jiri Pirko
  2018-02-20  7:44 ` [patch net-next v2 1/5] devlink: Move size validation to core Jiri Pirko
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jiri Pirko @ 2018-02-20  7:44 UTC (permalink / raw)
  To: netdev; +Cc: davem, idosch, arkadis, mlxsw

From: Jiri Pirko <jiri@mellanox.com>

Arkadi says:

Expose the KVD linear partitions via the devlink resource interface. This
will give the user the ability to control the linear memory division.

---
v1->v2:
- patch1:
 - fixed u64 division error reported by kbuildbot

Arkadi Sharshevsky (5):
  devlink: Move size validation to core
  devlink: Perform cleanup of resource_set cb
  mlxsw: spectrum_kvdl: Add support for linear division resources
  mlxsw: spectrum_kvdl: Add support for dynamic partition set
  mlxsw: spectrum_kvdl: Add support for per part occupancy

 drivers/net/ethernet/mellanox/mlxsw/spectrum.c     |  87 +---------
 drivers/net/ethernet/mellanox/mlxsw/spectrum.h     |   7 +
 .../net/ethernet/mellanox/mlxsw/spectrum_kvdl.c    | 187 ++++++++++++++++++++-
 include/net/devlink.h                              |   4 -
 net/core/devlink.c                                 |  32 +++-
 5 files changed, 220 insertions(+), 97 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-02-20 18:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-20  7:44 [patch net-next v2 0/5] mlxsw: Expose KVD linear parts as resources Jiri Pirko
2018-02-20  7:44 ` [patch net-next v2 1/5] devlink: Move size validation to core Jiri Pirko
2018-02-20  7:44 ` [patch net-next v2 2/5] devlink: Perform cleanup of resource_set cb Jiri Pirko
2018-02-20  7:44 ` [patch net-next v2 3/5] mlxsw: spectrum_kvdl: Add support for linear division resources Jiri Pirko
2018-02-20  7:44 ` [patch net-next v2 4/5] mlxsw: spectrum_kvdl: Add support for dynamic partition set Jiri Pirko
2018-02-20  7:44 ` [patch net-next v2 5/5] mlxsw: spectrum_kvdl: Add support for per part occupancy Jiri Pirko
2018-02-20 18:39 ` [patch net-next v2 0/5] mlxsw: Expose KVD linear parts as resources 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).