mbox series

[net,0/2] sfc: fix bugs introduced by XDP patches

Message ID 83c50994-18de-1d8f-67ce-b2322d226338@solarflare.com
Headers show
Series sfc: fix bugs introduced by XDP patches | expand

Message

Edward Cree Dec. 20, 2019, 4:24 p.m. UTC
Two fixes for bugs introduced by the XDP support in the sfc driver.

Charles McLachlan (1):
  sfc: Include XDP packet headroom in buffer step size.

Edward Cree (1):
  sfc: fix channel allocation with brute force

 drivers/net/ethernet/sfc/efx.c        | 37 +++++++++++++--------------
 drivers/net/ethernet/sfc/net_driver.h |  4 +--
 drivers/net/ethernet/sfc/rx.c         | 14 +++++-----
 3 files changed, 26 insertions(+), 29 deletions(-)

Comments

David Miller Dec. 21, 2019, 5:59 a.m. UTC | #1
From: Edward Cree <ecree@solarflare.com>
Date: Fri, 20 Dec 2019 16:24:24 +0000

> Two fixes for bugs introduced by the XDP support in the sfc driver.

Series applied, thanks.