Re: [PATCH net 0/3] bnxt_en: Bug fixes.

2018-09-04 Thread Michael Chan
On Mon, Sep 3, 2018 at 10:50 PM, Michael Chan wrote: > On Mon, Sep 3, 2018 at 10:01 PM, David Miller wrote: >> >> From: Michael Chan >> Date: Mon, 3 Sep 2018 04:23:16 -0400 >> >> > This short series fixes resource related logic in the driver, mostly >> > affecting the RDMA driver under corner

Re: [PATCH net 0/3] bnxt_en: Bug fixes.

2018-09-03 Thread Michael Chan
On Mon, Sep 3, 2018 at 10:01 PM, David Miller wrote: > > From: Michael Chan > Date: Mon, 3 Sep 2018 04:23:16 -0400 > > > This short series fixes resource related logic in the driver, mostly > > affecting the RDMA driver under corner cases. > > Series applied, thanks Michael. > > Do you want

Re: [PATCH net 0/3] bnxt_en: Bug fixes.

2018-09-03 Thread David Miller
From: Michael Chan Date: Mon, 3 Sep 2018 04:23:16 -0400 > This short series fixes resource related logic in the driver, mostly > affecting the RDMA driver under corner cases. Series applied, thanks Michael. Do you want patch #3 queued up for -stable?

[PATCH net 0/3] bnxt_en: Bug fixes.

2018-09-03 Thread Michael Chan
This short series fixes resource related logic in the driver, mostly affecting the RDMA driver under corner cases. Michael Chan (3): bnxt_en: Fix firmware signaled resource change logic in open. bnxt_en: Clean up unused functions. bnxt_en: Do not adjust max_cp_rings by the ones used by

Re: [PATCH net 0/3] bnxt_en: bug fixes.

2017-08-23 Thread David Miller
From: Michael Chan Date: Wed, 23 Aug 2017 19:34:02 -0400 > 3 bug fixes related to XDP ring accounting in bnxt_setup_tc(), freeing > MSIX vectors when bnxt_re unregisters, and preserving the user-administered > PF MAC address when disabling SRIOV. Series applied,

[PATCH net 0/3] bnxt_en: bug fixes.

2017-08-23 Thread Michael Chan
3 bug fixes related to XDP ring accounting in bnxt_setup_tc(), freeing MSIX vectors when bnxt_re unregisters, and preserving the user-administered PF MAC address when disabling SRIOV. Michael Chan (3): bnxt_en: Fix .ndo_setup_tc() to include XDP rings. bnxt_en: Free MSIX vectors when

Re: [PATCH net 0/3] bnxt_en: Bug fixes.

2017-07-11 Thread David Miller
From: Michael Chan Date: Tue, 11 Jul 2017 13:05:33 -0400 > 3 bug fixes in this series. Fix a crash in bnxt_get_stats64() that can > happen if the device is closing and freeing the statistics block at the > same time. The 2nd one fixes ethtool -L failing when changing

[PATCH net 0/3] bnxt_en: Bug fixes.

2017-07-11 Thread Michael Chan
3 bug fixes in this series. Fix a crash in bnxt_get_stats64() that can happen if the device is closing and freeing the statistics block at the same time. The 2nd one fixes ethtool -L failing when changing from combined to non-combined mode or vice versa. The last one fixes SRIOV failure on

Re: [PATCH net 0/3] bnxt_en: Bug fixes.

2016-06-07 Thread David Miller
From: Michael Chan Date: Mon, 6 Jun 2016 02:37:13 -0400 > Fix a race condition and VLAN rx acceleration logic. Series applied.

[PATCH net 0/3] bnxt_en: Bug fixes.

2016-06-06 Thread Michael Chan
Fix a race condition and VLAN rx acceleration logic. Michael Chan (3): bnxt_en: Fix tx push race condition. bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together. bnxt_en: Simplify VLAN receive logic. drivers/net/ethernet/broadcom/bnxt/bnxt.c | 47

Re: [PATCH net 0/3] bnxt_en: Bug fixes for net.

2016-04-27 Thread David Miller
From: Michael Chan Date: Mon, 25 Apr 2016 02:30:48 -0400 > Only use MSIX on VF, and fix rx page buffers on architectures with > PAGE_SIZE >= 64K. Series applied, thanks Michael.

[PATCH net 0/3] bnxt_en: Bug fixes for net.

2016-04-25 Thread Michael Chan
Only use MSIX on VF, and fix rx page buffers on architectures with PAGE_SIZE >= 64K. Michael Chan (3): bnxt_en: Don't fallback to INTA on VF. bnxt_en: Limit RX BD pages to be no bigger than 32K. bnxt_en: Divide a page into 32K buffers for the aggregation ring if necessary.

Re: [PATCH net 0/3] bnxt_en: Bug fixes.

2016-01-29 Thread David Miller
From: Michael Chan Date: Thu, 28 Jan 2016 03:11:19 -0500 > 3 small bug fix patches for net. Series applied, thanks Michael.

[PATCH net 0/3] bnxt_en: Bug fixes.

2016-01-28 Thread Michael Chan
3 small bug fix patches for net. Michael Chan (3): bnxt_en: Ring free response from close path should use completion ring bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter. bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.