Message ID | 20231211062801.27891-1-darinzon@amazon.com (mailing list archive) |
---|---|
Headers | show |
Series | ENA driver XDP bug fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 11 Dec 2023 06:27:57 +0000 you wrote: > From: David Arinzon <darinzon@amazon.com> > > This patchset contains multiple XDP-related bug fixes > in the ENA driver. > > Changes in v2: > - Added missing Signed-off-by as well as relevant Cc. > > [...] Here is the summary with links: - [v2,net,1/4] net: ena: Destroy correct number of xdp queues upon failure https://git.kernel.org/netdev/net/c/41db6f99b548 - [v2,net,2/4] net: ena: Fix xdp drops handling due to multibuf packets https://git.kernel.org/netdev/net/c/505b1a88d311 - [v2,net,3/4] net: ena: Fix DMA syncing in XDP path when SWIOTLB is on https://git.kernel.org/netdev/net/c/d760117060cf - [v2,net,4/4] net: ena: Fix XDP redirection error https://git.kernel.org/netdev/net/c/4ab138ca0a34 You are awesome, thank you!
From: David Arinzon <darinzon@amazon.com> This patchset contains multiple XDP-related bug fixes in the ENA driver. Changes in v2: - Added missing Signed-off-by as well as relevant Cc. David Arinzon (4): net: ena: Destroy correct number of xdp queues upon failure net: ena: Fix xdp drops handling due to multibuf packets net: ena: Fix DMA syncing in XDP path when SWIOTLB is on net: ena: Fix XDP redirection error drivers/net/ethernet/amazon/ena/ena_eth_com.c | 3 -- drivers/net/ethernet/amazon/ena/ena_netdev.c | 53 +++++++++---------- 2 files changed, 26 insertions(+), 30 deletions(-)