PHC Polling from Rx Datapath is removed and existing alarm handlers are
used to fix latency issues in IAVF PMD.
---
v5:
- Addressed Bruce's comments
---
v4:
- Addressed Bruce's comments
---
v3:
- Addressed AI code reviews
---
v2:
- Fixed patch apply issues
---

Soumyadeep Hore (2):
  net/iavf: reuse device alarm for PHC sync
  net/iavf: remove PHC polling from Rx datapath

 drivers/net/intel/iavf/iavf.h                 |   6 +
 drivers/net/intel/iavf/iavf_ethdev.c          | 168 ++++++++++++++++--
 drivers/net/intel/iavf/iavf_rxtx.c            |  34 ----
 drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c   |  16 +-
 drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c |  16 +-
 drivers/net/intel/iavf/iavf_vchnl.c           |   4 +
 6 files changed, 168 insertions(+), 76 deletions(-)

-- 
2.47.1

Reply via email to