mbox series

[0/4] net/ena: minor bug fixes and improvements

Message ID 20210122160501.2273782-1-mk@semihalf.com (mailing list archive)
Headers
Series net/ena: minor bug fixes and improvements |

Message

Michal Krawczyk Jan. 22, 2021, 4:04 p.m. UTC
  Hi,

this patchset contains few bug fixes for the ENA PMD and the version
upgrade to v2.2.1. Besides that, the validation of the Rx req ID was
optimized.

Best regards,
Michal

Amit Bernstein (1):
  net/ena: Tx doorbell statistics fix

Ido Segev (1):
  net/ena: flush Rx buffers memory pool cache

Igor Chauskin (1):
  net/ena: fix Tx sq free space assessment

Michal Krawczyk (1):
  net/ena: validate Rx req id upon acquiring the desc

 drivers/net/ena/base/ena_eth_com.c   |  3 ++
 drivers/net/ena/base/ena_plat_dpdk.h |  1 +
 drivers/net/ena/ena_ethdev.c         | 78 +++++++++++++++-------------
 3 files changed, 45 insertions(+), 37 deletions(-)