Message ID | 20230321144449.15289-1-pavan.chebbi@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | bnxt PTP optimizations | expand |
On Tue, 21 Mar 2023 07:44:46 -0700 Pavan Chebbi wrote: > 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 You reposted too soon, have read of the process doc: https://www.kernel.org/doc/html/next/process/maintainer-netdev.html
On Wed, Mar 22, 2023 at 12:54 AM Jakub Kicinski <kuba@kernel.org> wrote: > > On Tue, 21 Mar 2023 07:44:46 -0700 Pavan Chebbi wrote: > > 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 > > You reposted too soon, have read of the process doc: > https://www.kernel.org/doc/html/next/process/maintainer-netdev.html Sorry, should have waited. Will take care from next time. Thanks.
On 21/03/2023 14:44, Pavan Chebbi wrote: > 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 > > v1-->v2: > Addressed comments by vadim.fedorenko@linux.dev > > 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(-) > Thanks! For the series: Acked-by: Vadim Fedorenko <vadim.fedorenko>
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 21 Mar 2023 07:44:46 -0700 you wrote: > 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 > > v1-->v2: > Addressed comments by vadim.fedorenko@linux.dev > > [...] Here is the summary with links: - [net-next,v2,1/3] bnxt: Change fw_cap to u64 to accommodate more capability bits https://git.kernel.org/netdev/net-next/c/a3a4e300439b - [net-next,v2,2/3] bnxt: Defer PTP initialization to after querying function caps https://git.kernel.org/netdev/net-next/c/edc528731548 - [net-next,v2,3/3] bnxt: Enforce PTP software freq adjustments only when in non-RTC mode https://git.kernel.org/netdev/net-next/c/a02c33130709 You are awesome, thank you!