mbox series

[net,0/2] i40e/ice AF_XDP ZC fixes

Message ID 20201211145712.72957-1-bjorn.topel@gmail.com (mailing list archive)
Headers show
Series i40e/ice AF_XDP ZC fixes | expand

Message

Björn Töpel Dec. 11, 2020, 2:57 p.m. UTC
This series address two crashes in the AF_XDP zero-copy mode for ice
and i40e. More details in each individual the commit message.


Thanks,
Björn

Björn Töpel (2):
  ice, xsk: clear the status bits for the next_to_use descriptor
  i40e, xsk: clear the status bits for the next_to_use descriptor

 drivers/net/ethernet/intel/i40e/i40e_xsk.c | 5 ++++-
 drivers/net/ethernet/intel/ice/ice_xsk.c   | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)


base-commit: d9838b1d39283c1200c13f9076474c7624b8ec34

Comments

Jakub Kicinski Dec. 16, 2020, 6:55 p.m. UTC | #1
On Fri, 11 Dec 2020 15:57:10 +0100 Björn Töpel wrote:
> This series address two crashes in the AF_XDP zero-copy mode for ice
> and i40e. More details in each individual the commit message.

Applied, queued. Thanks!