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

2017-12-04 Thread Somnath Kotur
Thank you for your comments Ferruh! Hope i got it right this time Thanks Som On Tue, Dec 5, 2017 at 5:35 AM, Ferruh Yigit wrote: > On 12/4/2017 4:03 PM, Ferruh Yigit wrote: >> On 11/30/2017 12:13 AM, Somnath Kotur wrote: >>> Implemented the 'time_sync' related APIs for supporting PTP. >>> Defin

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

2017-12-04 Thread Ferruh Yigit
On 12/4/2017 4:03 PM, Ferruh Yigit wrote: > On 11/30/2017 12:13 AM, Somnath Kotur wrote: >> Implemented the 'time_sync' related APIs for supporting PTP. >> Defined new FW structs, opcodes and cmds for the same. >> >> Signed-off-by: Somnath Kotur >> --- >> drivers/net/bnxt/bnxt.h|

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

2017-12-04 Thread Ferruh Yigit
On 11/30/2017 12:13 AM, Somnath Kotur wrote: > Implemented the 'time_sync' related APIs for supporting PTP. > Defined new FW structs, opcodes and cmds for the same. > > Signed-off-by: Somnath Kotur > --- > drivers/net/bnxt/bnxt.h| 49 +++ > drivers/net/bnxt/bnxt_ethdev.c

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

2017-11-30 Thread Somnath Kotur
Implemented the 'time_sync' related APIs for supporting PTP. Defined new FW structs, opcodes and cmds for the same. Signed-off-by: Somnath Kotur --- drivers/net/bnxt/bnxt.h| 49 +++ drivers/net/bnxt/bnxt_ethdev.c | 245 - drivers/net/b