Re: [dpdk-dev] [PATCH v4 1/3] lib/librte_ip_frag: remove IP checkum offload flag

2019-07-08 Thread Thomas Monjalon
08/07/2019 06:32, jer...@marvell.com: > From: Sunil Kumar Kori > > Currently PKT_TX_IP_CKSUM is being set into mbuf->ol_flags > during fragmentation and reassemble operation implicitly. > Because of this, application is forced to use checksum offload > whether it is supported by platform or not.

[dpdk-dev] [PATCH v4 1/3] lib/librte_ip_frag: remove IP checkum offload flag

2019-07-07 Thread jerinj
From: Sunil Kumar Kori Currently PKT_TX_IP_CKSUM is being set into mbuf->ol_flags during fragmentation and reassemble operation implicitly. 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