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.