numam-dpdk/drivers/net/tap
Ophir Munk 6546e76056 net/tap: calculate checksums of multi segs packets
Prior to this commit IP/UDP/TCP checksum offload calculations
were skipped in case of a multi segments packet.
This commit enables TAP checksum calculations for multi segments
packets.
The only restriction is that the first segment must contain
headers of layers 3 (IP) and 4 (UDP or TCP)

Reviewed-by: Raslan Darawsheh <rasland@mellanox.com>
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
2018-07-03 01:35:58 +02:00
..
Makefile net/tap: support Rx interrupt 2018-01-29 10:45:20 +01:00
rte_eth_tap.c net/tap: calculate checksums of multi segs packets 2018-07-03 01:35:58 +02:00
rte_eth_tap.h net/tap: fix protocol field 2018-05-23 00:35:01 +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 net/tap: report on supported RSS hash functions 2018-05-14 22:31:51 +01:00
tap_bpf.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_flow.c net/tap: fix isolation mode toggling 2018-05-17 16:01:05 +02:00
tap_flow.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_intr.c net/tap: convert to dynamic logging 2018-04-27 18:00:59 +01:00
tap_log.h net/tap: convert to dynamic logging 2018-04-27 18:00:59 +01:00
tap_netlink.c net/tap: convert to dynamic logging 2018-04-27 18:00:59 +01:00
tap_netlink.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_rss.h net/tap: support RSS hash update 2018-05-17 19:07:08 +02:00
tap_tcmsgs.c net/tap: convert to dynamic logging 2018-04-27 18:00:59 +01:00
tap_tcmsgs.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00