]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Sun, 23 Jun 2024 11:50:19 +0000 (12:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Jun 2024 11:50:19 +0000 (12:50 +0100)
commit84562f9953ec5f91a4922baa2bd4f2d4f64fac31
tree6c70dcbda0232bfdc030fb4940a6d2a5701bc7e7
parent185d72112b951404968cfaa9f77cd9ee19207205
parentfff5cca345a66a341870512e58ca469042249f25
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
ice: prepare representor for SF support

Michal Swiatkowski says:

This is a series to prepare port representor for supporting also
subfunctions. We need correct devlink locking and the possibility to
update parent VSI after port representor is created.

Refactor how devlink lock is taken to suite the subfunction use case.

VSI configuration needs to be done after port representor is created.
Port representor needs only allocated VSI. It doesn't need to be
configured before.

VSI needs to be reconfigured when update function is called.

The code for this patchset was split from (too big) patchset [1].

[1] https://lore.kernel.org/netdev/20240213072724.77275-1-michal.swiatkowski@linux.intel.com/
---
Originally from https://lore.kernel.org/netdev/20240605-next-2024-06-03-intel-next-batch-v2-0-39c23963fa78@intel.com/
Changes:
- delete ice_repr_get_by_vsi() from header
- rephrase commit message in moving devlink locking
====================

Signed-off-by: David S. Miller <davem@davemloft.net>