numam-dpdk/drivers/net/mlx5
Xiaoyu Min 2ed2fe5f0a net/mlx5: rewrite IP address UDP/TCP port by E-Switch
Offload the following rte_flow actions by inserting accordingly
E-Switch rules via TC Flower driver

 - RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC
 - RTE_FLOW_ACTION_TYPE_SET_IPV4_DST
 - RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC
 - RTE_FLOW_ACTION_TYPE_SET_IPV6_DST
 - RTE_FLOW_ACTION_TYPE_SET_TP_SRC
 - RTE_FLOW_ACTION_TYPE_SET_TP_DST

The example testpmd command is:

    flow create 0 transfer ingress
         pattern eth / ipv4 / udp dst is 7000 / end
	 actions set_ipv4_src ipv4_addr 172.168.0.1 /
	 set_ipv4_dst ipv4_addr 172.168.10.1 /
	 set_tp_dst port 9000 /
	 set_tp_src port 700 /
	 port_id id 1 / end

Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
2018-10-11 18:56:02 +02:00
..
Makefile net/mlx5: rewrite IP address UDP/TCP port by E-Switch 2018-10-11 18:56:02 +02:00
meson.build net/mlx5: rewrite IP address UDP/TCP port by E-Switch 2018-10-11 18:56:02 +02:00
mlx5_defs.h net/mlx5: fix minimum number of Multi-Packet RQ buffers 2018-08-05 13:29:34 +02:00
mlx5_ethdev.c net/mlx5: always use representor ifindex for ioctl 2018-10-11 18:56:02 +02:00
mlx5_flow_dv.c net/mlx5: support e-switch TCP-flags flow filter 2018-10-11 18:56:02 +02:00
mlx5_flow_tcf.c net/mlx5: rewrite IP address UDP/TCP port by E-Switch 2018-10-11 18:56:02 +02:00
mlx5_flow_verbs.c net/mlx5: support e-switch TCP-flags flow filter 2018-10-11 18:56:02 +02:00
mlx5_flow.c net/mlx5: support e-switch TCP-flags flow filter 2018-10-11 18:56:02 +02:00
mlx5_flow.h net/mlx5: rewrite IP address UDP/TCP port by E-Switch 2018-10-11 18:56:02 +02:00
mlx5_glue.c net/mlx5: add Direct Verbs driver to glue 2018-10-11 18:53:49 +02:00
mlx5_glue.h net/mlx5: add Direct Verbs driver to glue 2018-10-11 18:53:49 +02:00
mlx5_mac.c net/mlx5: always use representor ifindex for ioctl 2018-10-11 18:56:02 +02:00
mlx5_mr.c net/mlx5: support externally allocated static memory 2018-10-11 18:53:49 +02:00
mlx5_mr.h
mlx5_nl.c net/mlx5: fix invalid network interface index 2018-07-26 14:05:52 +02:00
mlx5_prm.h net/mlx5: add Direct Verbs translate items 2018-10-11 18:53:49 +02:00
mlx5_rss.c
mlx5_rxmode.c net/mlx5: preserve allmulticast flag for flow isolation mode 2018-08-05 08:47:41 +02:00
mlx5_rxq.c ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
mlx5_rxtx_vec_neon.h net/mlx5: fix assert for Tx completion queue count 2018-07-26 14:05:52 +02:00
mlx5_rxtx_vec_sse.h net/mlx5: fix assert for Tx completion queue count 2018-07-26 14:05:52 +02:00
mlx5_rxtx_vec.c
mlx5_rxtx_vec.h
mlx5_rxtx.c net/mlx5: fix interrupt completion queue index wrapping 2018-09-10 13:59:03 +02:00
mlx5_rxtx.h net/mlx5: support externally allocated static memory 2018-10-11 18:53:49 +02:00
mlx5_socket.c net/mlx5: fix secondary process resource leakage 2018-08-02 13:15:27 +02:00
mlx5_stats.c net/mlx5: always use representor ifindex for ioctl 2018-10-11 18:56:02 +02:00
mlx5_trigger.c net/mlx5: fix queue rollback when starting device 2018-07-26 14:05:52 +02:00
mlx5_txq.c
mlx5_utils.h
mlx5_vlan.c
mlx5.c net/mlx5: add Linux TC flower driver for E-Switch flow 2018-10-11 18:53:49 +02:00
mlx5.h net/mlx5: always use representor ifindex for ioctl 2018-10-11 18:56:02 +02:00
rte_pmd_mlx5_version.map