numam-dpdk/lib/ethdev
Alvin Zhang 81b0fbb85b ethdev: add IPv4 and L4 checksum RSS offload types
This patch defines new RSS offload types for IPv4 and
L4(TCP/UDP/SCTP) checksum, which are required when users want
to distribute packets based on the IPv4 or L4 checksum field.

For example "flow create 0 ingress pattern eth / ipv4 / end
actions rss types ipv4-chksum end queues end / end", this flow
causes all matching packets to be distributed to queues on
basis of IPv4 checksum.

Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Reviewed-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Aman Deep Singh <aman.deep.singh@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2021-09-21 10:25:42 +02:00
..
ethdev_driver.h lib: remove C++ include guard from private headers 2021-09-22 22:00:17 +02:00
ethdev_pci.h
ethdev_private.c
ethdev_private.h lib: remove C++ include guard from private headers 2021-09-22 22:00:17 +02:00
ethdev_profile.c
ethdev_profile.h
ethdev_trace_points.c
ethdev_vdev.h
meson.build
rte_class_eth.c
rte_dev_info.h
rte_eth_ctrl.h
rte_ethdev_core.h ethdev: add dev configured flag 2021-07-08 13:05:55 +02:00
rte_ethdev_trace_fp.h
rte_ethdev_trace.h
rte_ethdev.c devargs: parse global device syntax 2021-09-02 17:02:27 +02:00
rte_ethdev.h ethdev: add IPv4 and L4 checksum RSS offload types 2021-09-21 10:25:42 +02:00
rte_flow_driver.h ethdev: introduce indirect flow action 2021-04-19 18:25:42 +02:00
rte_flow.c ethdev: fix integrity flow item 2021-05-04 17:37:22 +02:00
rte_flow.h ethdev: fix doc of flow action 2021-07-02 19:03:03 +02:00
rte_mtr_driver.h ethdev: add pre-defined meter policy API 2021-04-21 12:22:17 +02:00
rte_mtr.c ethdev: add pre-defined meter policy API 2021-04-21 12:22:17 +02:00
rte_mtr.h ethdev: add pre-defined meter policy API 2021-04-21 12:22:17 +02:00
rte_tm_driver.h
rte_tm.c
rte_tm.h
version.map ethdev: promote sibling iterators to stable 2021-09-15 11:48:54 +02:00