numam-dpdk/drivers/net/mlx5
Ori Kam 9a761de8ea net/mlx5: flow counter support
Example for setting rule for counting packets with dest
ip = 192.168.3.1 in testpmd:

testpmd: flow create 0 ingress pattern eth / ipv4 dst is 192.168.3.1
/ end actions queue index 0 / count / end

Reading the number of packets and bytes for the rule:

testpmd: flow query 0 0 count

Note: This feature is only supported starting Mellanox OFED 4.2

Signed-off-by: Ori Kam <orika@mellanox.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
2017-10-12 01:52:49 +01:00
..
Makefile net/mlx5: flow counter support 2017-10-12 01:52:49 +01:00
mlx5_defs.h net/mlx5: use flow to enable unicast traffic 2017-10-12 01:36:58 +01:00
mlx5_ethdev.c net/mlx5: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
mlx5_flow.c net/mlx5: flow counter support 2017-10-12 01:52:49 +01:00
mlx5_mac.c net/mlx5: use flow to enable unicast traffic 2017-10-12 01:36:58 +01:00
mlx5_mr.c net/mlx5: add reference counter on DPDK Tx queues 2017-10-12 01:36:58 +01:00
mlx5_prm.h net/mlx5: support upstream rdma-core 2017-10-06 02:49:49 +02:00
mlx5_rss.c net/mlx5: handle a single RSS hash key for all protocols 2017-10-12 01:36:58 +01:00
mlx5_rxmode.c net/mlx5: use flow to enable unicast traffic 2017-10-12 01:36:58 +01:00
mlx5_rxq.c net/mlx5: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
mlx5_rxtx_vec_neon.h net/mlx5: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
mlx5_rxtx_vec_sse.h net/mlx5: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
mlx5_rxtx_vec.c net/mlx5: add vectorized Rx/Tx burst for ARM 2017-10-12 01:36:58 +01:00
mlx5_rxtx_vec.h net/mlx5: fix deadlock due to buffered slots in Rx SW ring 2017-10-12 01:52:49 +01:00
mlx5_rxtx.c net/mlx5: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
mlx5_rxtx.h net/mlx5: add Rx HW timestamp 2017-10-12 01:52:49 +01:00
mlx5_socket.c net/mlx5: install a socket to exchange a file descriptor 2017-10-12 01:36:57 +01:00
mlx5_stats.c net/mlx5: prefix Tx structures and functions 2017-10-12 01:36:58 +01:00
mlx5_trigger.c net/mlx5: remove hash Rx queues support 2017-10-12 01:36:58 +01:00
mlx5_txq.c net/mlx5: add reference counter on DPDK Tx queues 2017-10-12 01:36:58 +01:00
mlx5_utils.h net/mlx5: make indirection tables shareable 2017-10-12 01:36:58 +01:00
mlx5_vlan.c net/mlx5: use flow to enable unicast traffic 2017-10-12 01:36:58 +01:00
mlx5.c net/mlx5: flow counter support 2017-10-12 01:52:49 +01:00
mlx5.h net/mlx5: flow counter support 2017-10-12 01:52:49 +01:00
rte_pmd_mlx5_version.map mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00