mbox series

[net-next,0/2] Miscellaneous fixes

Message ID 1585136477-16629-1-git-send-email-sunil.kovvuri@gmail.com
Headers show
Series Miscellaneous fixes | expand

Message

Sunil Kovvuri March 25, 2020, 11:41 a.m. UTC
From: Sunil Goutham <sgoutham@marvell.com>

This patchset fixes couple of issues related to missing
page refcount updation and taking a mutex lock in atomic
context.

Sunil Goutham (2):
  octeontx2-pf: Fix rx buffer page refcount
  octeontx2-pf: Fix ndo_set_rx_mode

 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |  2 ++
 .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   | 29 ++++++++++++++++++++--
 .../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c |  1 +
 3 files changed, 30 insertions(+), 2 deletions(-)