netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next RFC 0/3] net: Add support to configure SR-IOV VF queues.
@ 2018-05-09 11:21 Michael Chan
  2018-05-09 11:21 ` [PATCH net-next RFC 1/3] net: Add support to configure SR-IOV VF minimum and maximum queues Michael Chan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michael Chan @ 2018-05-09 11:21 UTC (permalink / raw)
  To: davem; +Cc: netdev

VF Queue resources are always limited and there is currently no
infrastructure to allow the admin. on the host to add or reduce queue
resources for any particular VF.  This RFC series adds the infrastructure
to do that and adds the functionality to the bnxt_en driver.

The "ip link set" command will subsequently be patched to support the new
operation.

Michael Chan (3):
  net: Add support to configure SR-IOV VF minimum and maximum queues.
  bnxt_en: Store min/max tx/rx rings for individual VFs.
  bnxt_en: Implement .ndo_set_vf_queues().

 drivers/net/ethernet/broadcom/bnxt/bnxt.c       |  1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt.h       |  5 ++
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c | 90 +++++++++++++++++++++++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.h |  2 +
 include/linux/if_link.h                         |  4 ++
 include/linux/netdevice.h                       |  6 ++
 include/uapi/linux/if_link.h                    |  9 +++
 net/core/rtnetlink.c                            | 28 +++++++-
 8 files changed, 138 insertions(+), 7 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-05-10  2:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-09 11:21 [PATCH net-next RFC 0/3] net: Add support to configure SR-IOV VF queues Michael Chan
2018-05-09 11:21 ` [PATCH net-next RFC 1/3] net: Add support to configure SR-IOV VF minimum and maximum queues Michael Chan
2018-05-09 23:15   ` Jakub Kicinski
2018-05-10  0:22     ` Michael Chan
2018-05-10  1:10       ` Jakub Kicinski
2018-05-10  2:32         ` Michael Chan
2018-05-09 11:21 ` [PATCH net-next RFC 2/3] bnxt_en: Store min/max tx/rx rings for individual VFs Michael Chan
2018-05-09 11:21 ` [PATCH net-next RFC 3/3] bnxt_en: Implement .ndo_set_vf_queues() Michael Chan

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