Message ID | 20240410091358.16289-1-darinzon@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | ENA driver bug fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Wed, 10 Apr 2024 09:13:54 +0000 you wrote: > From: David Arinzon <darinzon@amazon.com> > > This patchset contains multiple bug fixes for the > ENA driver. > > David Arinzon (4): > net: ena: Fix potential sign extension issue > net: ena: Wrong missing IO completions check order > net: ena: Fix incorrect descriptor free behavior > net: ena: Set tx_info->xdpf value to NULL > > [...] Here is the summary with links: - [v1,net,1/4] net: ena: Fix potential sign extension issue https://git.kernel.org/netdev/net/c/713a85195aad - [v1,net,2/4] net: ena: Wrong missing IO completions check order https://git.kernel.org/netdev/net/c/f7e417180665 - [v1,net,3/4] net: ena: Fix incorrect descriptor free behavior https://git.kernel.org/netdev/net/c/bf02d9fe0063 - [v1,net,4/4] net: ena: Set tx_info->xdpf value to NULL https://git.kernel.org/netdev/net/c/36a1ca01f045 You are awesome, thank you!
From: David Arinzon <darinzon@amazon.com> This patchset contains multiple bug fixes for the ENA driver. David Arinzon (4): net: ena: Fix potential sign extension issue net: ena: Wrong missing IO completions check order net: ena: Fix incorrect descriptor free behavior net: ena: Set tx_info->xdpf value to NULL drivers/net/ethernet/amazon/ena/ena_com.c | 2 +- drivers/net/ethernet/amazon/ena/ena_netdev.c | 35 +++++++++++++------- drivers/net/ethernet/amazon/ena/ena_xdp.c | 4 ++- 3 files changed, 27 insertions(+), 14 deletions(-)