-
- Downloads
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Tony Nguyen says: ==================== idpf: XDP chapter II: convert Tx completion to libeth Alexander Lobakin says: XDP for idpf is currently 5 chapters: * convert Rx to libeth; * convert Tx completion to libeth (this); * generic XDP and XSk code changes; * actual XDP for idpf via libeth_xdp; * XSk for idpf (^). Part II does the following: * adds generic libeth Tx completion routines; * converts idpf to use generic libeth Tx comp routines; * fixes Tx queue timeouts and robustifies Tx completion in general; * fixes Tx event/descriptor flushes (writebacks). Most idpf patches again remove more lines than adds. Generic Tx completion helpers and structs are needed as libeth_xdp (Ch. III) makes use of them. WB_ON_ITR is needed since XDPSQs don't want to work without it at all. Tx queue timeouts fixes are needed since without them, it's way easier to catch a Tx timeout event when WB_ON_ITR is enabled. * '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue: idpf: enable WB_ON_ITR idpf: fix netdev Tx queue stop/wake idpf: refactor Tx completion routines netdevice: add netdev_tx_reset_subqueue() shorthand idpf: convert to libeth Tx buffer completion libeth: add Tx buffer completion helpers ==================== Link: https://patch.msgid.link/20240909205323.3110312-1-anthony.l.nguyen@intel.com Signed-off-by:Jakub Kicinski <kuba@kernel.org>
Showing
- drivers/net/ethernet/intel/idpf/idpf_dev.c 2 additions, 0 deletionsdrivers/net/ethernet/intel/idpf/idpf_dev.c
- drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c 50 additions, 60 deletionsdrivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
- drivers/net/ethernet/intel/idpf/idpf_txrx.c 183 additions, 212 deletionsdrivers/net/ethernet/intel/idpf/idpf_txrx.c
- drivers/net/ethernet/intel/idpf/idpf_txrx.h 39 additions, 53 deletionsdrivers/net/ethernet/intel/idpf/idpf_txrx.h
- drivers/net/ethernet/intel/idpf/idpf_vf_dev.c 2 additions, 0 deletionsdrivers/net/ethernet/intel/idpf/idpf_vf_dev.c
- include/linux/netdevice.h 12 additions, 1 deletioninclude/linux/netdevice.h
- include/net/libeth/tx.h 129 additions, 0 deletionsinclude/net/libeth/tx.h
- include/net/libeth/types.h 25 additions, 0 deletionsinclude/net/libeth/types.h
Loading
Please register or sign in to comment