numam-dpdk/lib/librte_ip_frag
Sunil Kumar Kori d601426a27 ip_frag: remove remaining IP checkum offload flag
Currently PKT_TX_IP_CKSUM is being set into mbuf->ol_flags during
fragmentation operation implicitly by the library. Because of this,
application is forced to use checksum offload whether it is supported
by platform or not.

Also documentation does not provide any expected value of ol_flags in
returned fragmented mbufs so application will never come to know that which
offloads are enabled. So transmission may be failed for the platforms which
does not support checksum offload.

So removing mentioned flag from the library.

Mentioned change is part of http://patches.dpdk.org/patch/53475.
Changes for reassembly operation is already accepted. This patch set
implements the similar change for fragmentation operation.

Fixes: e29fc44370 ("ip_frag: remove IP checkum offload flag")

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
2019-07-16 13:23:04 +02:00
..
ip_frag_common.h ip_frag: use key length for key comparison 2018-11-06 01:58:11 +01:00
ip_frag_internal.c ip_frag: add function to delete expired entries 2018-09-19 19:45:38 +02:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_ip_frag_common.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
rte_ip_frag_version.map fix indentation in symbol maps 2018-11-26 20:16:46 +01:00
rte_ip_frag.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_ipv4_fragmentation.c ip_frag: remove remaining IP checkum offload flag 2019-07-16 13:23:04 +02:00
rte_ipv4_reassembly.c ip_frag: remove IP checkum offload flag 2019-07-08 11:04:01 +02:00
rte_ipv6_fragmentation.c ip_frag: fix IPv6 fragment size calculation 2019-06-27 18:05:46 +02:00
rte_ipv6_reassembly.c ip_frag: remove IP checkum offload flag 2019-07-08 11:04:01 +02:00