DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] net/enic: support VF and fix minor issues
@ 2024-08-08  4:18 Hyong Youb Kim
  2024-08-08  4:18 ` [PATCH 1/3] net/enic: support SR-IOV VF using admin channel Hyong Youb Kim
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Hyong Youb Kim @ 2024-08-08  4:18 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, John Daley, Hyong Youb Kim

This series contains minor updates for net/enic. The first patch
supports SR-IOV VF, which now requires the use of admin channel. The
other patches are not related to VF, but included here to ease review.

Hyong Youb Kim (3):
  net/enic: support SR-IOV VF using admin channel
  net/enic: add speed capabilities for newer models
  net/enic: allow multicast in MAC address add callback

 drivers/net/enic/base/vnic_cq.c       |  27 +
 drivers/net/enic/base/vnic_cq.h       |   3 +
 drivers/net/enic/base/vnic_dev.c      |  48 ++
 drivers/net/enic/base/vnic_dev.h      |   3 +
 drivers/net/enic/base/vnic_devcmd.h   |  49 ++
 drivers/net/enic/base/vnic_resource.h |  32 +-
 drivers/net/enic/base/vnic_rq.c       |  27 +
 drivers/net/enic/base/vnic_rq.h       |   7 +
 drivers/net/enic/base/vnic_wq.c       |  37 +-
 drivers/net/enic/base/vnic_wq.h       |   5 +
 drivers/net/enic/enic.h               |  28 +-
 drivers/net/enic/enic_ethdev.c        |  29 +-
 drivers/net/enic/enic_main.c          |  97 ++--
 drivers/net/enic/enic_res.c           |  12 +
 drivers/net/enic/enic_rxtx.c          |  20 +
 drivers/net/enic/enic_sriov.c         | 804 ++++++++++++++++++++++++++
 drivers/net/enic/enic_sriov.h         | 209 +++++++
 drivers/net/enic/meson.build          |   1 +
 18 files changed, 1394 insertions(+), 44 deletions(-)
 create mode 100644 drivers/net/enic/enic_sriov.c
 create mode 100644 drivers/net/enic/enic_sriov.h

-- 
2.35.2


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

end of thread, other threads:[~2024-08-09  7:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-08  4:18 [PATCH 0/3] net/enic: support VF and fix minor issues Hyong Youb Kim
2024-08-08  4:18 ` [PATCH 1/3] net/enic: support SR-IOV VF using admin channel Hyong Youb Kim
2024-08-08  4:18 ` [PATCH 2/3] net/enic: add speed capabilities for newer models Hyong Youb Kim
2024-08-08  4:18 ` [PATCH 3/3] net/enic: allow multicast in MAC address add callback Hyong Youb Kim
2024-08-08  6:14   ` [PATCH v2 0/3] net/enic: support VF and fix minor issues Hyong Youb Kim
2024-08-08  6:14     ` [PATCH v2 1/3] net/enic: support SR-IOV VF using admin channel Hyong Youb Kim
2024-08-08  8:50       ` Ferruh Yigit
2024-08-09  6:27         ` Hyong Youb Kim (hyonkim)
2024-08-08  6:14     ` [PATCH v2 2/3] net/enic: add speed capabilities for newer models Hyong Youb Kim
2024-08-08  8:50       ` Ferruh Yigit
2024-08-09  6:28         ` Hyong Youb Kim (hyonkim)
2024-08-08  6:14     ` [PATCH v2 3/3] net/enic: allow multicast in MAC address add callback Hyong Youb Kim
2024-08-08  8:50       ` Ferruh Yigit
2024-08-09  6:49         ` Hyong Youb Kim (hyonkim)
2024-08-09  7:07     ` [PATCH v3 0/3] net/enic: support VF and fix minor issues Hyong Youb Kim
2024-08-09  7:07       ` [PATCH v3 1/3] net/enic: support SR-IOV VF using admin channel Hyong Youb Kim
2024-08-09  7:07       ` [PATCH v3 2/3] net/enic: add speed capabilities for newer models Hyong Youb Kim
2024-08-09  7:07       ` [PATCH v3 3/3] net/enic: allow multicast in MAC address add callback Hyong Youb Kim

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