numam-dpdk/drivers/net/tap
Adrien Mazarguil 929e331934 ethdev: add hash function to RSS flow API action
By definition, RSS involves some kind of hash algorithm, usually Toeplitz.

Until now it could not be modified on a flow rule basis and PMDs had to
always assume RTE_ETH_HASH_FUNCTION_DEFAULT, which remains the default
behavior when unspecified (0).

This breaks ABI compatibility for the following public functions:

- rte_flow_copy()
- rte_flow_create()
- rte_flow_query()
- rte_flow_validate()

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
2018-04-27 18:00:54 +01:00
..
Makefile net/tap: support Rx interrupt 2018-01-29 10:45:20 +01:00
rte_eth_tap.c drivers/net: fix link autoneg value for virtual PMDs 2018-04-27 17:34:43 +01:00
rte_eth_tap.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
rte_pmd_tap_version.map net/tap: add TUN/TAP device PMD 2017-01-17 19:40:50 +01:00
tap_bpf_api.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_bpf_insns.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_bpf_program.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_bpf.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_flow.c ethdev: add hash function to RSS flow API action 2018-04-27 18:00:54 +01:00
tap_flow.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_intr.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_netlink.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_netlink.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_rss.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_tcmsgs.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_tcmsgs.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00