numam-dpdk/drivers/net/mlx5
Xueming Li 4a98415343 net/mlx5: map UAR address around huge pages
Reserving the memory space for the UAR near huge pages helps to
**reduce** the cases where the secondary process cannot start. Those
pages being physical pages they must be mapped at the same virtual
address as in the primary process to have a
working secondary process.

As this remap is almost the latest being done by the processes
(libraries, heaps, stacks are already loaded), similar to huge pages,
there is **no guarantee** this mechanism will always work.

Signed-off-by: Xueming Li <xuemingl@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2018-01-29 10:04:28 +01:00
..
Makefile pci: introduce library and driver 2017-10-26 23:17:31 +02:00
mlx5_defs.h net/mlx5: map UAR address around huge pages 2018-01-29 10:04:28 +01:00
mlx5_ethdev.c net/mlx5: fix link state on device start 2018-01-29 10:04:28 +01:00
mlx5_flow.c net/mlx5: support IPv4 time-to-live filter 2018-01-29 10:04:28 +01:00
mlx5_mac.c net/mlx5: fix reception of multiple MAC addresses 2018-01-29 10:04:28 +01:00
mlx5_mr.c net/mlx5: fix secondary process mempool registration 2018-01-29 10:04:28 +01:00
mlx5_prm.h net/mlx5: support upstream rdma-core 2017-10-06 02:49:49 +02:00
mlx5_rss.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
mlx5_rxmode.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
mlx5_rxq.c net/mlx5: use RSS table max size from config 2018-01-29 10:04:28 +01:00
mlx5_rxtx_vec_neon.h net/mlx5: fix synchronization on polling Rx completions 2018-01-28 08:30:36 +01:00
mlx5_rxtx_vec_sse.h net/mlx5: fix synchronization on polling Rx completions 2018-01-28 08:30:36 +01:00
mlx5_rxtx_vec.c net/mlx5: convert to new Tx offloads API 2018-01-16 18:47:49 +01:00
mlx5_rxtx_vec.h net/mlx5: replace I/O memory barrier with coherent version 2018-01-28 08:30:35 +01:00
mlx5_rxtx.c net/mlx5: fix synchronization on polling Rx completions 2018-01-28 08:30:36 +01:00
mlx5_rxtx.h net/mlx5: map UAR address around huge pages 2018-01-29 10:04:28 +01:00
mlx5_socket.c net/mlx5: fix some typos 2017-11-04 00:01:22 +01:00
mlx5_stats.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
mlx5_trigger.c net/mlx5: map UAR address around huge pages 2018-01-29 10:04:28 +01:00
mlx5_txq.c net/mlx5: map UAR address around huge pages 2018-01-29 10:04:28 +01:00
mlx5_utils.h net/mlx5: fix link speed bitmasks 2017-11-11 15:54:16 +01:00
mlx5_vlan.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
mlx5.c net/mlx5: map UAR address around huge pages 2018-01-29 10:04:28 +01:00
mlx5.h net/mlx5: map UAR address around huge pages 2018-01-29 10:04:28 +01:00
rte_pmd_mlx5_version.map mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00