numam-dpdk/drivers/net/tap
Ophir Munk 050316a883 net/tap: support TSO (TCP Segment Offload)
This commit implements TCP segmentation offload in TAP.
librte_gso library is used to segment large TCP payloads (e.g. packets
of 64K bytes size) into smaller MTU size buffers.
By supporting TSO offload capability in software a TAP device can be used
as a failsafe sub device and be paired with another PCI device which
supports TSO capability in HW.

For more details on librte_gso implementation please refer to dpdk
documentation.
The number of newly generated TCP TSO segments is limited to 64.

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 TSO (TCP Segment Offload) 2018-07-03 01:35:58 +02:00
rte_eth_tap.c net/tap: support TSO (TCP Segment Offload) 2018-07-03 01:35:58 +02:00
rte_eth_tap.h net/tap: support TSO (TCP Segment Offload) 2018-07-03 01:35:58 +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