Message ID | 20231207000551.138584-1-michael.chan@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | bnxt_en: Misc. fixes | expand |
On 06/12/2023 16:05, Michael Chan wrote: > 4 miscellaneous driver fixes covering PM resume, SKB recycling, > wrong return value check, and PTP HWTSTAMP_FILTER_ALL. > > v2: Fix SOB tags in patch 1 and 3. > > Kalesh AP (1): > bnxt_en: Fix wrong return value check in bnxt_close_nic() > > Michael Chan (1): > bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic Hi Michael! What about reconfiguration part? I thought this fix was the only blocker to remove bnxt_close_nic/bnxt_open_nic logic. > > Somnath Kotur (1): > bnxt_en: Clear resource reservation during resume > > Sreekanth Reddy (1): > bnxt_en: Fix skb recycling logic in bnxt_deliver_skb() > > drivers/net/ethernet/broadcom/bnxt/bnxt.c | 27 ++++++++++++++++++----- > drivers/net/ethernet/broadcom/bnxt/bnxt.h | 8 ++++++- > 2 files changed, 29 insertions(+), 6 deletions(-) >
On Thu, Dec 7, 2023 at 4:04 AM Vadim Fedorenko <vadim.fedorenko@linux.dev> wrote: > > On 06/12/2023 16:05, Michael Chan wrote: > > 4 miscellaneous driver fixes covering PM resume, SKB recycling, > > wrong return value check, and PTP HWTSTAMP_FILTER_ALL. > > > > v2: Fix SOB tags in patch 1 and 3. > > > > Kalesh AP (1): > > bnxt_en: Fix wrong return value check in bnxt_close_nic() > > > > Michael Chan (1): > > bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic > > Hi Michael! > > What about reconfiguration part? I thought this fix was the only > blocker to remove bnxt_close_nic/bnxt_open_nic logic. The other PTP patches from Pavan will be submitted to net-next in a few days because those are technically improvements and not bug fixes. Thanks.