[RFC 0/3] enable hairpin queue

Junfeng Guo junfeng.guo at intel.com
Mon Sep 5 13:30:28 CEST 2022


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

-- 
2.25.1



More information about the dev mailing list