numam-dpdk/drivers/net/mlx5
Yongseok Koh 4aff4bcbbd net/mlx5: change start pointer of compressed completion
On a host having 128B cacheline size, some devices insert 64B padding in
each completion entry to avoid partial cacheline write by HW. But, as the
padding is ahead of completion data, casting a completion entry to
compressed mini-completions must start from the middle of the completion.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2017-07-19 11:09:13 +03:00
..
Makefile net/mlx5: add vectorized Rx/Tx burst for x86 2017-07-07 11:56:03 +02:00
mlx5_defs.h net/mlx5: add vectorized Rx/Tx burst for x86 2017-07-07 11:56:03 +02:00
mlx5_ethdev.c net/mlx5: add vectorized Rx/Tx burst for x86 2017-07-07 11:56:03 +02:00
mlx5_fdir.c net/mlx5: implement isolated mode from flow API 2017-07-06 15:00:56 +02:00
mlx5_flow.c net/mlx5: implement isolated mode from flow API 2017-07-06 15:00:56 +02:00
mlx5_mac.c net/mlx5: implement isolated mode from flow API 2017-07-06 15:00:56 +02:00
mlx5_mr.c net/mlx5: use buffer address for LKEY search 2017-07-07 11:50:02 +02:00
mlx5_prm.h net/mlx5: fix mark id retrieval 2017-04-04 19:03:01 +02:00
mlx5_rss.c net/mlx5: rebuild flows on updating RETA 2017-04-04 19:03:02 +02:00
mlx5_rxmode.c net/mlx5: implement isolated mode from flow API 2017-07-06 15:00:56 +02:00
mlx5_rxq.c net/mlx5: add vectorized Rx/Tx burst for x86 2017-07-07 11:56:03 +02:00
mlx5_rxtx_vec_sse.c net/mlx5: add vectorized Rx/Tx burst for x86 2017-07-07 11:56:03 +02:00
mlx5_rxtx.c net/mlx5: change start pointer of compressed completion 2017-07-19 11:09:13 +03:00
mlx5_rxtx.h net/mlx5: add vectorized Rx/Tx burst for x86 2017-07-07 11:56:03 +02:00
mlx5_stats.c net/mlx5: fix extended statistics counters identification 2017-04-04 15:52:51 +02:00
mlx5_trigger.c net/mlx5: select Rx/Tx callbacks when starting device 2017-07-07 11:55:47 +02:00
mlx5_txq.c drivers/net: remove duplicate includes 2017-07-16 17:30:24 +02:00
mlx5_utils.h
mlx5_vlan.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5.c net/mlx5: fix Rx interrupts support checks 2017-07-06 15:00:56 +02:00
mlx5.h net/mlx5: include PCI header directly 2017-07-09 00:02:55 +02:00
rte_pmd_mlx5_version.map