Fix bugs in TxPP implementation and update the documentation for the same. --- v3: - Addressed Bruce's comments - Enabled ieee1588 fwd with TxPP --- v2: - Addressed Ciara's comments --- Soumyadeep Hore (4): net/ice: restrict ice PMD to scalar path for TxPP net/ice: fix PTP clock corruption with TxPP net/ice: enable PTP packet forward with TxPP doc: update TxPP documentation
doc/guides/nics/ice.rst | 4 ++++ drivers/net/intel/ice/ice_ethdev.c | 18 ++++++++++++++++++ drivers/net/intel/ice/ice_ethdev.h | 2 ++ drivers/net/intel/ice/ice_rxtx.c | 2 -- drivers/net/intel/ice/ice_rxtx_vec_common.h | 3 ++- 5 files changed, 26 insertions(+), 3 deletions(-) -- 2.47.1

