mbox

[RFC,0/3] enable hairpin queue

Message ID 20220905113031.3223290-1-junfeng.guo@intel.com (mailing list archive)
Headers

Message

Junfeng Guo Sept. 5, 2022, 11:30 a.m. UTC
  This patchset enables CPF for Intel Device ID of 0x1453 and supports
hairpin queue based on idpf (Infrastructure Data Path Function) PMD
[*EXPERIMENTAL*] in DPDK.

This patchset is based on the idpf PMD code:
https://patchwork.dpdk.org/project/dpdk/list/?series=24538&state=*

Junfeng Guo (3):
  net/idpf: add support for CPF
  net/idpf: add support for hairpin queue
  net/idpf: adjust RSS LUT to exclude hairpin queue

 drivers/net/idpf/base/virtchnl2.h |   6 +
 drivers/net/idpf/idpf_ethdev.c    | 149 +++++++-
 drivers/net/idpf/idpf_ethdev.h    |   5 +
 drivers/net/idpf/idpf_rxtx.c      | 582 +++++++++++++++++++++++++++++-
 drivers/net/idpf/idpf_rxtx.h      |  29 ++
 drivers/net/idpf/idpf_vchnl.c     | 211 ++++++++---
 6 files changed, 902 insertions(+), 80 deletions(-)