numam-dpdk/lib/librte_port
Piotr Azarewicz d2b55249bc port: fix reassembly and fragmentation
Bug fixes for ring ports with IPv4/IPv6 reassembly support.
Previous implementation can't work properly due to incorrect choosing
process function.
Also, assuming that, when processing ip packet, ip header is know we can
set l3_len parameter here.

Fix usage RTE_MBUF_METADATA_* macros due to redefinition the macros.

Fixes: 50f54a84df ("port: add IPv6 reassembly port")
Fixes: ba92d511dd ("port: move metadata offset reference at mbuf head")

Signed-off-by: Piotr Azarewicz <piotrx.t.azarewicz@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2015-11-26 00:32:12 +01:00
..
Makefile port: move metadata offset reference at mbuf head 2015-10-19 17:00:36 +02:00
rte_port_ethdev.c port: add ethdev stats 2015-06-23 23:26:13 +02:00
rte_port_ethdev.h port: add ethdev writer nodrop 2015-06-18 16:37:57 +02:00
rte_port_frag.c port: fix reassembly and fragmentation 2015-11-26 00:32:12 +01:00
rte_port_frag.h port: add IPv6 fragmentation port 2015-05-18 12:26:33 +02:00
rte_port_ras.c port: fix reassembly and fragmentation 2015-11-26 00:32:12 +01:00
rte_port_ras.h port: add IPv6 reassembly port 2015-05-18 12:28:52 +02:00
rte_port_ring.c port: add ring multi reader or writer 2015-11-26 00:32:12 +01:00
rte_port_ring.h port: add ring multi reader or writer 2015-11-26 00:32:12 +01:00
rte_port_sched.c port: add sched stats 2015-06-23 23:31:14 +02:00
rte_port_sched.h port: hierarchical scheduler 2014-06-17 03:34:10 +02:00
rte_port_source_sink.c port: add source stats 2015-06-23 23:31:14 +02:00
rte_port_source_sink.h port: source and sink 2014-06-17 03:34:10 +02:00
rte_port_version.map port: add ring multi reader or writer 2015-11-26 00:32:12 +01:00
rte_port.h port: move metadata offset reference at mbuf head 2015-10-19 17:00:36 +02:00