numam-dpdk/doc/guides/rel_notes
Xiaoyu Min d53aa89aea net/mlx5: support matching on ICMP/ICMP6
On DV/DR flow engine, MLX5 can match on ICMP/ICMP6's code and type field
via FLEX Parser, which can be enabled by config FW using FLEX Parser
profile 2:

mlxconfig -d <mst device> -y set FLEX_PARSER_PROFILE_ENABLE=2

The testpmd commands could be:

  testpmd> flow create 0 ingress pattern eth / ipv4 /
           icmp type is 8 code is 0 / end
	   actions rss queues 0 1 end / end

  testpmd> flow create 0 ingress pattern  eth / ipv6 /
           icmp6 type is 128 code is 0 / end
	   actions rss queues 0 1 end / end

Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
2019-07-08 21:26:52 +02:00
..
deprecation.rst cryptodev: add feature flags to disable 2019-07-05 15:03:25 +02:00
index.rst version: 19.08-rc0 2019-05-14 22:58:22 +02:00
known_issues.rst doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
release_1_8.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
release_2_0.rst doc: convert Intel license headers to SPDX tags 2018-02-06 23:27:08 +01:00
release_2_1.rst mk: use linux and freebsd in config names 2019-03-12 23:05:06 +01:00
release_2_2.rst doc: add SPDX and copyright to release notes 2018-08-09 22:48:10 +02:00
release_16_04.rst doc: add SPDX and copyright to release notes 2018-08-09 22:48:10 +02:00
release_16_07.rst doc: add SPDX and copyright to release notes 2018-08-09 22:48:10 +02:00
release_16_11.rst doc: add SPDX and copyright to release notes 2018-08-09 22:48:10 +02:00
release_17_02.rst doc: remove useless anchor for flow API guide 2019-01-31 18:41:07 +01:00
release_17_05.rst doc: add SPDX and copyright to release notes 2018-08-09 22:48:10 +02:00
release_17_08.rst doc: add SPDX and copyright to release notes 2018-08-09 22:48:10 +02:00
release_17_11.rst doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
release_18_02.rst doc: add SPDX and copyright to release notes 2018-08-09 22:48:10 +02:00
release_18_05.rst fix dpdk.org URLs 2018-11-26 20:19:24 +01:00
release_18_08.rst doc: fix eventdev shared library version 2018-10-01 16:43:21 +02:00
release_18_11.rst doc: update release notes for 18.11 2018-11-27 00:26:07 +01:00
release_19_02.rst mk: use linux and freebsd in config names 2019-03-12 23:05:06 +01:00
release_19_05.rst doc: update release notes for 19.05 2019-05-13 21:50:14 +02:00
release_19_08.rst net/mlx5: support matching on ICMP/ICMP6 2019-07-08 21:26:52 +02:00