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 <somnath.ko...@broadcom.com> > --- > drivers/net/bnxt/bnxt.h | 49 +++++++ > drivers/net/bnxt/bnxt_ethdev.c | 245 > ++++++++++++++++++++++++++++++++- > drivers/net/bnxt/bnxt_hwrm.c | 94 ++++++++++++- > drivers/net/bnxt/bnxt_hwrm.h | 1 + > drivers/net/bnxt/hsi_struct_def_dpdk.h | 222 +++++++++++++++++++++++++++++
Hi Somnath, Can you please update doc/guides/nics/features/bnxt.ini to announce "Timesync" feature? > 5 files changed, 609 insertions(+), 2 deletions(-) >