Re: [dpdk-dev] [PATCH v3] bnxt: Support time_sync related APIs

2017-12-07 Thread Ferruh Yigit
On 12/7/2017 2:04 PM, Ajit Khaparde wrote: > On Mon, Dec 4, 2017 at 11:26 PM, Somnath Kotur > wrote: > >> Implemented the 'time_sync' related APIs for supporting the PTP protocol. >> >> Signed-off-by: Somnath Kotur >> > Acked-by: > ​ Ajit Khaparde "net/bnxt: support timesync" Applied to dpdk-

Re: [dpdk-dev] [PATCH v3] bnxt: Support time_sync related APIs

2017-12-07 Thread Ajit Khaparde
On Mon, Dec 4, 2017 at 11:26 PM, Somnath Kotur wrote: > Implemented the 'time_sync' related APIs for supporting the PTP protocol. > > Signed-off-by: Somnath Kotur > Acked-by: ​ Ajit Khaparde ​ > --- > v3 Changes > - Initialize the time counters correctly during timesync_enable > - Use correct

[dpdk-dev] [PATCH v3] bnxt: Support time_sync related APIs

2017-12-04 Thread Somnath Kotur
Implemented the 'time_sync' related APIs for supporting the PTP protocol. Signed-off-by: Somnath Kotur --- v3 Changes - Initialize the time counters correctly during timesync_enable - Use correct flag to check for PTP in Rx completion v2 Changes - Updated bnxt.ini to announce 'timesync' feature -