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
tap_bpf_api.c
tap_bpf_insns.h
tap_bpf_program.c
tap_bpf.h
tap_flow.c
tap_flow.h
tap_intr.c
tap_log.h
tap_netlink.c
tap_netlink.h
tap_rss.h
tap_tcmsgs.c
tap_tcmsgs.h