RE: [PATCH v2 0/3] net/igc: support PTP timesync

2023-01-29 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Tuesday, January 17, 2023 9:26 PM > To: Zhang, Qi Z ; Guo, Junfeng > > Cc: dev@dpdk.org; Wu, Wenjun1 ; Su, Simei > > Subject: [PATCH v2 0/3] net/igc: support PTP timesync > > [PATCH v2 1/3] code refactoring

[PATCH v2 0/3] net/igc: support PTP timesync

2023-01-17 Thread Simei Su
[PATCH v2 1/3] code refactoring. [PATCH v2 2/3] add related definitions for ptp timesync. [PATCH v2 3/3] add IEEE1588 API to support timesync. v2: * Refine commit log. * Update the doc/guides/nics/features/igc.ini to add "Timesync" feature. * Add release notes. Simei Su (3): net/igc: code refac