mbox

[0/9] net/sfc: support more features in EF10 Rx

Message ID 1538557436-16163-1-git-send-email-arybchenko@solarflare.com (mailing list archive)
Headers

Message

Andrew Rybchenko Oct. 3, 2018, 9:03 a.m. UTC
  Andrew Rybchenko (8):
  net/sfc: receive prepared packets even in Rx exception case
  net/sfc: use mbuf raw free instead of mempool put directly
  net/sfc: check mbufs allocated using mempool API for Rx
  net/sfc: avoid dummy writes to Rx queue state structure
  net/sfc: decrease number of variables maintained on EF10 Rx
  net/sfc: avoid usage of prepared packets number in EF10 Rx
  net/sfc: rename variable to prepare for scatter support
  net/sfc: support Rx scatter in EF10 Rx datapath

Igor Romanov (1):
  net/sfc: support Rx descriptor status on EF10 datapath

 doc/guides/nics/sfc_efx.rst            |   2 +-
 doc/guides/rel_notes/release_18_11.rst |   7 +
 drivers/net/sfc/sfc_ef10_essb_rx.c     |  16 +-
 drivers/net/sfc/sfc_ef10_rx.c          | 227 +++++++++++++++++--------
 drivers/net/sfc/sfc_rx.c               |   9 +-
 5 files changed, 184 insertions(+), 77 deletions(-)