On Wed, Jan 3, 2018 at 2:25 AM, Jesper Dangaard Brouer
wrote:
> Driver hook points for xdp_rxq_info:
> * reg : bnxt_alloc_rx_rings
> * unreg: bnxt_free_rx_rings
>
> This driver should be updated to re-register when changing
> allocation mode of RX rings.
>
> Tested on actual hardware.
>
> Cc: A
Driver hook points for xdp_rxq_info:
* reg : bnxt_alloc_rx_rings
* unreg: bnxt_free_rx_rings
This driver should be updated to re-register when changing
allocation mode of RX rings.
Tested on actual hardware.
Cc: Andy Gospodarek
Cc: Michael Chan
Signed-off-by: Jesper Dangaard Brouer
---
dr