mbox series

[net-next,0/3] bnxt PTP optimizations

Message ID 20230321103227.12020-1-pavan.chebbi@broadcom.com (mailing list archive)
Headers show
Series bnxt PTP optimizations | expand

Message

Pavan Chebbi March 21, 2023, 10:32 a.m. UTC
Patches to
1. Enforce software based freq adjustments only on shared PHC NIC

2. A prerequisite change to expand capability storage field to
accommodate more Firmware reported capabilities

Pavan Chebbi (3):
  bnxt: Change fw_cap to u64 to accommodate more capability bits
  bnxt: Defer PTP initialization to after querying function caps
  bnxt: Enforce PTP software freq adjustments only when in non-RTC mode

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |  4 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     | 57 ++++++++++---------
 drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c | 14 +++--
 3 files changed, 42 insertions(+), 33 deletions(-)