numam-dpdk/lib
Jiayu Hu 9e0b9d2ec0 gro: support VxLAN GRO
This patch adds a framework that allows GRO on tunneled packets.
Furthermore, it leverages that framework to provide GRO support for
VxLAN-encapsulated packets. Supported VxLAN packets must have an outer
IPv4 header, and contain an inner TCP/IPv4 packet.

VxLAN GRO doesn't check if input packets have correct checksums and
doesn't update checksums for output packets. Additionally, it assumes
the packets are complete (i.e., MF==0 && frag_off==0), when IP
fragmentation is possible (i.e., DF==0).

Signed-off-by: Jiayu Hu <jiayu.hu@intel.com>
Reviewed-by: Junjie Chen <junjie.j.chen@intel.com>
Tested-by: Lei Yao <lei.a.yao@intel.com>
2018-01-11 23:18:36 +01:00
..
librte_acl lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
librte_bitratestats lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_cfgfile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_cmdline lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_compat fix typos using codespell utility 2017-06-14 23:54:13 +02:00
librte_cryptodev lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_distributor distributor: remove unnecessary parenthesis 2018-01-05 22:08:24 +01:00
librte_eal igb_uio: convert license header to SPDX tag 2018-01-11 19:15:26 +01:00
librte_efd lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
librte_ether ethdev: remove redundant parenthesis 2018-01-05 22:08:15 +01:00
librte_eventdev lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
librte_flow_classify flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
librte_gro gro: support VxLAN GRO 2018-01-11 23:18:36 +01:00
librte_gso lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_hash lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
librte_ip_frag lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_jobstats lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_kni lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_kvargs mk: do not generate LDLIBS from directory dependencies 2017-10-24 02:14:57 +02:00
librte_latencystats lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_lpm lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_mbuf lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_member lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_mempool lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_meter lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_metrics lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_net lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
librte_pci remove useless memzone includes 2017-11-06 22:12:08 +01:00
librte_pdump lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_pipeline lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_port lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_power fix typos 2018-01-11 18:26:46 +01:00
librte_reorder lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_ring lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_sched lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_security lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_table lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
librte_timer lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
librte_vhost lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile kni: fix build dependency 2018-01-11 19:15:26 +01:00