lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 19 Oct 2020 10:05:47 +0200 From: sven.auhagen@...eatech.de To: anthony.l.nguyen@...el.com, maciej.fijalkowski@...el.com, kuba@...nel.org Cc: davem@...emloft.net, intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org, nhorman@...hat.com, sassmann@...hat.com, sandeep.penigalapati@...el.com, brouer@...hat.com Subject: [PATCH net v3 0/6] igb: xdp patches followup From: Sven Auhagen <sven.auhagen@...eatech.de> This patch series addresses some of the comments that came back after the igb XDP patch was accepted. Most of it is code cleanup. The last patch contains a fix for a tx queue timeout that can occur when using xdp. Change from v2: * Move SOB line to end * Remove SOB from cover letter * Add a better commit message for avoid transmit queue timeout in xdp path * Add ACK by from Maciej Fijalkowski Change from v1: * Drop patch 5 as the igb_rx_frame_truesize won't match * Fix typo in comment * Add Suggested-by and Reviewed-by tags * Add how to avoid transmit queue timeout in xdp path is fixed in the commit message Sven Auhagen (6): igb: XDP xmit back fix error code igb: take vlan double header into account igb: XDP extack message on error igb: skb add metasize for xdp igb: use xdp_do_flush igb: avoid transmit queue timeout in xdp path drivers/net/ethernet/intel/igb/igb.h | 5 ++++ drivers/net/ethernet/intel/igb/igb_main.c | 32 +++++++++++++++-------- 2 files changed, 26 insertions(+), 11 deletions(-) -- 2.20.1
Powered by blists - more mailing lists