mbox series

[v1,0/3] Implement TXPP Support in ICE PMD

Message ID 20250207124300.1022523-1-soumyadeep.hore@intel.com (mailing list archive)
Headers
Series Implement TXPP Support in ICE PMD |

Message

Hore, Soumyadeep Feb. 7, 2025, 12:42 p.m. UTC
This patchset includes TXPP feature implementation in ICE PMD.

Paul Greenwalt (2):
  net/intel: add support for timestamp ring HW workaround
  net/intel: add E830 ETF offload timestamp resolution

Soumyadeep Hore (1):
  net/intel: add Tx time queue

 drivers/net/intel/common/tx.h              |   5 +
 drivers/net/intel/ice/base/ice_lan_tx_rx.h |   5 +
 drivers/net/intel/ice/ice_ethdev.h         |   1 +
 drivers/net/intel/ice/ice_rxtx.c           | 174 +++++++++++++++++++++
 drivers/net/intel/ice/ice_rxtx.h           |   5 +
 5 files changed, 190 insertions(+)