b166d4f30b
This patch adds GSO support for UDP/IPv4 packets. Supported packets may include a single VLAN tag. UDP/IPv4 GSO doesn't check if input packets have correct checksums, and doesn't update checksums for output packets (the responsibility for this lies with the application). Additionally, UDP/IPv4 GSO doesn't process IP fragmented packets. UDP/IPv4 GSO uses two chained MBUFs, one direct MBUF and one indrect MBUF, to organize an output packet. The direct MBUF stores the packet header, while the indirect mbuf simply points to a location within the original packet's payload. Consequently, use of UDP GSO requires multi-segment MBUF support in the TX functions of the NIC driver. If a packet is GSO'd, UDP/IPv4 GSO reduces its MBUF refcnt by 1. As a result, when all of its GSOed segments are freed, the packet is freed automatically. Signed-off-by: Jiayu Hu <jiayu.hu@intel.com> Acked-by: Xiao Wang <xiao.w.wang@intel.com> |
||
---|---|---|
.. | ||
gso_common.c | ||
gso_common.h | ||
gso_tcp4.c | ||
gso_tcp4.h | ||
gso_tunnel_tcp4.c | ||
gso_tunnel_tcp4.h | ||
gso_udp4.c | ||
gso_udp4.h | ||
Makefile | ||
meson.build | ||
rte_gso_version.map | ||
rte_gso.c | ||
rte_gso.h |