[PATCH v1] common/iavf: introduce hardware clock ID in PTP caps

2025-01-15 Thread Soumyadeep Hore
they come from the same board. This patch adds a @hardware_clock_id that helps in this identification. VFs from the same board should receive the same @hardware_clock_id and VFs from two different boards should receive different IDs. Signed-off-by: Jun Zhang Signed-off-by: Soumyadeep Hore

[PATCH v1 0/2] Update Base code for TXPP Implementation

2025-01-17 Thread Soumyadeep Hore
Updating Base Code for TXPP Feature Implementation. Paul Greenwalt (2): net/ice: add tstamp descriptor net/ice: add Tx Time queue context configuration support drivers/net/ice/base/ice_adminq_cmd.h | 55 +++ drivers/net/ice/base/ice_common.c | 96 +++

[PATCH v1 2/2] net/ice: add Tx Time queue context configuration support

2025-01-17 Thread Soumyadeep Hore
- ice_aq_operate_txtimeq (opcode 0x0C37) to enable/disable Tx Time queue(s) Signed-off-by: Paul Greenwalt Signed-off-by: Soumyadeep Hore --- drivers/net/ice/base/ice_adminq_cmd.h | 55 +++ drivers/net/ice/base/ice_common.c | 96 +++ drivers/net/ice/base/ice_common.h

[PATCH v1 1/2] net/ice: add tstamp descriptor

2025-01-17 Thread Soumyadeep Hore
From: Paul Greenwalt The Tx packet pacing (TXPP) tstamp queue descriptor is a 32bit format. - Tx queue descriptor ring index, bits 12:0 - Time Stamp, bits 31:13 Add struct ice_ts_desc to hold the 32bit descriptor. Signed-off-by: Paul Greenwalt Signed-off-by: Soumyadeep Hore --- drivers/net

[PATCH v2 1/2] net/intel: add E830 ETF offload timestamp resolution

2025-02-12 Thread Soumyadeep Hore
From: Paul Greenwalt Update E830 ETF offload time stamp resolution to 128ns along with certain HW defines for TXTIME_PROFILE register. Signed-off-by: Soumyadeep Hore Signed-off-by: Paul Greenwalt --- drivers/net/intel/ice/base/ice_lan_tx_rx.h | 4 1 file changed, 4 insertions(+) diff

[PATCH v2 2/2] net/intel: add Tx time queue

2025-02-12 Thread Soumyadeep Hore
Enabling Tx timestamp queue for supporting Tx time based scheduling of packets. Signed-off-by: Soumyadeep Hore --- drivers/net/intel/common/tx.h | 5 + drivers/net/intel/ice/base/ice_lan_tx_rx.h | 1 + drivers/net/intel/ice/ice_ethdev.h | 1 + drivers/net/intel/ice

[PATCH v2 0/2] Implement TXPP Support in ICE PMD

2025-02-12 Thread Soumyadeep Hore
This patchset includes TXPP feature implementation in ICE PMD. --- v2: - Addressing Bruce's comments and squashed two commits. --- Paul Greenwalt (1): net/intel: add E830 ETF offload timestamp resolution Soumyadeep Hore (1): net/intel: add Tx time queue drivers/net/intel/common

<    1   2   3