Show patches with: Submitter = Magnus Karlsson       |    Archived = No       |   190 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[bpf-next,v5,1/3] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - 1 --- 2019-02-19 Magnus Karlsson bpf Superseded
[bpf-next,v5,2/3] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - 1 --- 2019-02-19 Magnus Karlsson bpf Superseded
[bpf-next,v5,3/3] xsk: add FAQ to facilitate for first time users libbpf: adding AF_XDP support - - - - --- 2019-02-19 Magnus Karlsson bpf Superseded
[net] i40e: fix potential RX buffer starvation for AF_XDP [net] i40e: fix potential RX buffer starvation for AF_XDP - 1 - 1 --- 2019-01-29 Magnus Karlsson davem Awaiting Upstream
[net] ixgbe: fix potential RX buffer starvation for AF_XDP [net] ixgbe: fix potential RX buffer starvation for AF_XDP - 1 - 1 --- 2019-01-29 Magnus Karlsson davem Awaiting Upstream
[net,1/2] i40e: need_wakeup flag might not be set for Tx [net,1/2] i40e: need_wakeup flag might not be set for Tx - - - 1 --- 2019-11-08 Magnus Karlsson davem Awaiting Upstream
[net,2/2] ixgbe: need_wakeup flag might not be set for Tx [net,1/2] i40e: need_wakeup flag might not be set for Tx - - - 1 --- 2019-11-08 Magnus Karlsson davem Awaiting Upstream
[net-next,v2,1/3] i40e: optimize AF_XDP Tx completion path i40e: improve AF_XDP performance - - 1 1 --- 2020-06-23 Magnus Karlsson davem Awaiting Upstream
[net-next,v2,2/3] i40e: eliminate division in napi_poll data path i40e: improve AF_XDP performance - - - 1 --- 2020-06-23 Magnus Karlsson davem Awaiting Upstream
[net-next,v2,3/3] i40e: move check of full Tx ring to outside of send loop i40e: improve AF_XDP performance - - - 1 --- 2020-06-23 Magnus Karlsson davem Awaiting Upstream
[bpf-next,v3,1/3] libbpf: move pr_*() functions to common header file libbpf: adding AF_XDP support - - - - --- 2019-01-29 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,2/3] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - - --- 2019-01-29 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,3/3] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - - --- 2019-01-29 Magnus Karlsson bpf Changes Requested
[bpf-next,v4,1/2] libbpf: add support for using AF_XDP sockets libbpf: adding AF_XDP support - - - 1 --- 2019-02-08 Magnus Karlsson bpf Changes Requested
[bpf-next,v4,2/2] samples/bpf: convert xdpsock to use libbpf for AF_XDP access libbpf: adding AF_XDP support - - - 1 --- 2019-02-08 Magnus Karlsson bpf Changes Requested
[bpf] libbpf: fix to reject unknown flags in xsk_socket__create() [bpf] libbpf: fix to reject unknown flags in xsk_socket__create() - 1 - - --- 2019-03-11 Magnus Karlsson bpf Changes Requested
[bpf,1/2] libbpf: remove likely/unlikely in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-09 Magnus Karlsson bpf Changes Requested
[bpf,2/2] libbpf: remove dependency on barrier.h in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-09 Magnus Karlsson bpf Changes Requested
[bpf-next] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE [bpf-next] libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE 1 - - - --- 2019-04-09 Magnus Karlsson bpf Changes Requested
[bpf,v2,1/2] libbpf: remove likely/unlikely in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-10 Magnus Karlsson bpf Changes Requested
[bpf,v2,2/2] libbpf: remove dependency on barrier.h in xsk.h libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus - 1 - - --- 2019-04-10 Magnus Karlsson bpf Changes Requested
[bpf-next,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,2/6] xsk: add support for need_wakeup flag in AF_XDP rings add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,3/6] i40e: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,4/6] ixgbe: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,5/6] libbpf: add support for need_wakeup flag in AF_XDP part add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,6/6] samples/bpf: add use of need_sleep flag in xdpsock add need_wakeup flag to the AF_XDP rings - - - - --- 2019-06-13 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,2/6] xsk: add support for need_wakeup flag in AF_XDP rings add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,3/6] i40e: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,4/6] ixgbe: add support for AF_XDP need_wakup feature add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,5/6] libbpf: add support for need_wakeup flag in AF_XDP part add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,6/6] samples/bpf: add use of need_sleep flag in xdpsock add need_wakeup flag to the AF_XDP rings - - - - --- 2019-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,2/6] xsk: add support for need_wakeup flag in AF_XDP rings [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,3/6] i40e: add support for AF_XDP need_wakup feature [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,4/6] ixgbe: add support for AF_XDP need_wakup feature [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,5/6] libbpf: add support for need_wakeup flag in AF_XDP part [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,6/6] samples/bpf: add use of need_sleep flag in xdpsock [bpf-next,v3,1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup - - - - --- 2019-07-04 Magnus Karlsson bpf Changes Requested
[bpf-next] libbpf: remove zc variable as it is not used [bpf-next] libbpf: remove zc variable as it is not used - - - - --- 2019-08-16 Magnus Karlsson bpf Changes Requested
[bpf] xsk: fix crash in poll when device does not support ndo_xsk_wakeup [bpf] xsk: fix crash in poll when device does not support ndo_xsk_wakeup 1 1 - - --- 2019-09-30 Magnus Karlsson bpf Changes Requested
[bpf] libbpf: fix compatibility for kernels without need_wakeup [bpf] libbpf: fix compatibility for kernels without need_wakeup 1 1 - - --- 2019-10-08 Magnus Karlsson bpf Changes Requested
[bpf] xsk: improve documentation for AF_XDP [bpf] xsk: improve documentation for AF_XDP - - - - --- 2019-10-10 Magnus Karlsson bpf Changes Requested
[bpf,v2] xsk: improve documentation for AF_XDP [bpf,v2] xsk: improve documentation for AF_XDP - - - - --- 2019-10-18 Magnus Karlsson bpf Changes Requested
[bpf-next,v2] libbpf: fix compatibility for kernels without need_wakeup [bpf-next,v2] libbpf: fix compatibility for kernels without need_wakeup - 1 - - --- 2019-10-22 Magnus Karlsson bpf Changes Requested
[bpf] xsk: add missing memory barrier in xskq_has_addrs() [bpf] xsk: add missing memory barrier in xskq_has_addrs() - 1 - - --- 2019-11-29 Magnus Karlsson bpf Changes Requested
[bpf-next,01/12] xsk: eliminate the lazy update threshold xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,02/12] xsk: consolidate to one single cached producer pointer xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,03/12] xsk: standardize naming of producer ring access functions xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,04/12] xsk: simplify detection of empty and full rings xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,05/12] xsk: eliminate the RX batch size xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,06/12] xsk: simplify xskq_nb_avail and xskq_nb_free xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,07/12] xsk: simplify the consumer ring access functions xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,08/12] xsk: change names of validation functions xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,09/12] xsk: ixgbe: i40e: ice: mlx5: xsk_umem_discard_addr to xsk_umem_release_addr xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,10/12] xsk: remove unnecessary READ_ONCE of data xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,11/12] xsk: add function naming comments and reorder functions xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[bpf-next,12/12] xsk: use struct_size() helper xsk: clean up ring access functions - - - - --- 2019-12-09 Magnus Karlsson bpf Changes Requested
[net-next,1/2] i40e: optimize AF_XDP Tx completion path i40e: improve AF_XDP performance - - - - --- 2020-06-22 Magnus Karlsson davem Changes Requested
[net-next,2/2] i40e: eliminate division in napi_poll data path i40e: improve AF_XDP performance - - - - --- 2020-06-22 Magnus Karlsson davem Changes Requested
[bpf-next,01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,03/14] xsk: create and free context independently from umem xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,04/14] xsk: move fill and completion rings to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,05/14] xsk: move queue_id, dev and need_wakeup to context xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,06/14] xsk: move xsk_tx_list and its lock to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,07/14] xsk: move addrs from buffer pool to umem xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,08/14] xsk: net: enable sharing of dma mappings xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,09/14] xsk: rearrange internal structs for better performance xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,10/14] xsk: add shared umem support between queue ids xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,11/14] xsk: add shared umem support between devices xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,12/14] libbpf: support shared umems between queues and devices xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,13/14] samples/bpf: add new sample xsk_fwd.c xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf-next,14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs xsk: support shared umems between devices and queues - - - - --- 2020-07-02 Magnus Karlsson bpf Changes Requested
[bpf] xsk: do not discard packet when QUEUE_STATE_FROZEN [bpf] xsk: do not discard packet when QUEUE_STATE_FROZEN - 1 - - --- 2020-07-09 Magnus Karlsson bpf Changes Requested
[bpf,v2] xsk: fix memory leak and packet loss in Tx skb path [bpf,v2] xsk: fix memory leak and packet loss in Tx skb path 1 1 - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,03/14] xsk: create and free buffer pool independently from umem xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,04/14] xsk: move fill and completion rings to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,05/14] xsk: move queue_id, dev and need_wakeup to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,06/14] xsk: move xsk_tx_list and its lock to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,07/14] xsk: move addrs from buffer pool to umem xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,08/14] xsk: enable sharing of dma mappings xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,09/14] xsk: rearrange internal structs for better performance xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,10/14] xsk: add shared umem support between queue ids xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,11/14] xsk: add shared umem support between devices xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,12/14] libbpf: support shared umems between queues and devices xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,13/14] samples/bpf: add new sample xsk_fwd.c xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v2,14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs xsk: support shared umems between devices and queues - - - - --- 2020-07-10 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,03/14] xsk: create and free buffer pool independently from umem xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,04/14] xsk: move fill and completion rings to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,05/14] xsk: move queue_id, dev and need_wakeup to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,06/14] xsk: move xsk_tx_list and its lock to buffer pool xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,07/14] xsk: move addrs from buffer pool to umem xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,08/14] xsk: enable sharing of dma mappings xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,09/14] xsk: rearrange internal structs for better performance xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
[bpf-next,v3,10/14] xsk: add shared umem support between queue ids xsk: support shared umems between devices and queues - - - - --- 2020-07-20 Magnus Karlsson bpf Changes Requested
« 1 2 »