summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: xsk: Set napi_id to support busy polling on XSK RQMaxim Mikityanskiy2023-06-161-1/+1
* net/mlx5e: Add XSK RQ state flag for RQ devlink health diagnosticsAdham Faris2023-03-151-2/+8
* net/mlx5e: Fail with messages when params are not valid for XSKAdham Faris2023-01-181-2/+17
* net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy2022-10-011-1/+1
* net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeupMaxim Mikityanskiy2022-10-011-1/+1
* net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy2022-09-301-7/+6
* net/mlx5e: xsk: Remove dead code in validationMaxim Mikityanskiy2022-09-281-4/+0
* net/mlx5e: Validate striding RQ before enabling XDPMaxim Mikityanskiy2022-09-281-1/+1
* net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy2022-05-311-4/+1
* net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer modeMaxim Mikityanskiy2022-03-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-1/+15
|\
| * net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy2021-12-221-1/+15
* | net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan2021-12-211-1/+1
|/
* net/mlx5: Fix typo in commentsCai Huoqing2021-08-111-1/+1
* net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy2021-08-021-56/+0
* net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy2021-07-261-2/+2
* net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy2021-07-261-2/+2
* net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy2021-07-261-16/+2
* net/mlx5e: Generalize open RQAya Levin2021-03-251-1/+46
* net/mlx5e: Restrict usage of mlx5e_priv in params logic functionsTariq Toukan2021-03-251-4/+5
* net/mlx5e: Pass q_counter indentifier as parameter to rq_param buildersTariq Toukan2021-03-251-1/+1
* net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy2021-02-111-1/+1
* net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy2020-12-081-5/+2
* net/mlx5e: Allow CQ outside of channel contextAya Levin2020-12-081-2/+10
* net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy2020-11-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-2/+1
|\
| * net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy2020-09-211-2/+1
* | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-6/+6
|/
* net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan2020-07-281-0/+1
* net/mlx5e: Refactor build channel paramsTariq Toukan2020-06-271-4/+2
* net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan2020-06-271-44/+3
* net/mlx5e: Fix repeated XSK usage on one channelMaxim Mikityanskiy2020-06-111-0/+4
* net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-5/+10
|\
| * net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy2019-08-311-5/+10
* | net/mlx5e: Split open/close ICOSQ into stagesAya Levin2019-08-201-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+3
|\ \ | |/ |/|
| * net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flowMaxim Mikityanskiy2019-08-151-0/+3
* | net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann2019-07-231-9/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-041-1/+1
* net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy2019-06-271-0/+223