Re: [PATCH] net/bnxt: Support time_sync related APIs
From: Ferruh Yigit <hidden>
Date: 2017-12-05 00:05:09
From: Ferruh Yigit <hidden>
Date: 2017-12-05 00:05:09
On 12/4/2017 4:03 PM, Ferruh Yigit wrote:
On 11/30/2017 12:13 AM, Somnath Kotur wrote:quoted
Implemented the 'time_sync' related APIs for supporting PTP. Defined new FW structs, opcodes and cmds for the same. Signed-off-by: Somnath Kotur <redacted> --- 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?
Also since you are sending a new version, can you please update patch subject too? Thanks, ferruh
quoted
5 files changed, 609 insertions(+), 2 deletions(-)