DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] net/enic: add SR-IOV VF representor
@ 2020-09-09 13:56 Hyong Youb Kim
  2020-09-09 13:56 ` [dpdk-dev] [PATCH 1/5] net/enic: extend vnic dev API for VF representors Hyong Youb Kim
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Hyong Youb Kim @ 2020-09-09 13:56 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Hyong Youb Kim

This series adds VF representors to the driver. It enables
single-queue representors and implements enough flow features to run
OVS-DPDK offload for default vlan+mac based switching.

The flow API handlers and devcmd functions (firmware commands) are now
aware of representors. Representors reserve PF Tx/Rx queues for their
implicit paths to/from VFs. Packet forwarding rules for these implicit
paths are set up using firmware's Flow Manager (flowman), which is
also used for rte_flow API.

Thanks.
-Hyong

Hyong Youb Kim (5):
  net/enic: extend vnic dev API for VF representors
  net/enic: add minimal VF representor
  net/enic: add single-queue Tx and Rx to VF representor
  net/enic: extend flow handler to support VF representors
  net/enic: enable flow API for VF representor

 doc/guides/rel_notes/release_20_11.rst |   4 +
 drivers/net/enic/base/vnic_dev.c       | 112 +++-
 drivers/net/enic/base/vnic_dev.h       |   4 +
 drivers/net/enic/enic.h                | 116 ++++
 drivers/net/enic/enic_ethdev.c         | 107 +++-
 drivers/net/enic/enic_fm_flow.c        | 487 +++++++++++++++--
 drivers/net/enic/enic_main.c           | 114 +++-
 drivers/net/enic/enic_vf_representor.c | 729 +++++++++++++++++++++++++
 drivers/net/enic/meson.build           |   1 +
 9 files changed, 1602 insertions(+), 72 deletions(-)
 create mode 100644 drivers/net/enic/enic_vf_representor.c

-- 
2.26.2


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

end of thread, other threads:[~2020-09-21 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 13:56 [dpdk-dev] [PATCH 0/5] net/enic: add SR-IOV VF representor Hyong Youb Kim
2020-09-09 13:56 ` [dpdk-dev] [PATCH 1/5] net/enic: extend vnic dev API for VF representors Hyong Youb Kim
2020-09-09 13:56 ` [dpdk-dev] [PATCH 2/5] net/enic: add minimal VF representor Hyong Youb Kim
2020-09-09 13:56 ` [dpdk-dev] [PATCH 3/5] net/enic: add single-queue Tx and Rx to " Hyong Youb Kim
2020-09-09 13:56 ` [dpdk-dev] [PATCH 4/5] net/enic: extend flow handler to support VF representors Hyong Youb Kim
2020-09-09 13:56 ` [dpdk-dev] [PATCH 5/5] net/enic: enable flow API for VF representor Hyong Youb Kim
2020-09-21 15:35 ` [dpdk-dev] [PATCH 0/5] net/enic: add SR-IOV " Ferruh Yigit

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