Re: [dpdk-dev] [PATCH] mbuf: move headers not fragmented check to checksum

2019-03-29 Thread Andrew Rybchenko
Hi Olivier, On 3/29/19 4:09 PM, Olivier Matz wrote: Hi Andrew, On Thu, Mar 28, 2019 at 08:04:31PM +0300, Andrew Rybchenko wrote: Ping? (I have a number of net/sfc patches which heavily depend on this one and must not be applied without this one) Andrew. On 2/19/19 9:30 AM, Andrew Rybchenko w

Re: [dpdk-dev] [PATCH] mbuf: move headers not fragmented check to checksum

2019-03-29 Thread Olivier Matz
Hi Andrew, On Thu, Mar 28, 2019 at 08:04:31PM +0300, Andrew Rybchenko wrote: > Ping? (I have a number of net/sfc patches which heavily depend on this > one and must not be applied without this one) > > Andrew. > > On 2/19/19 9:30 AM, Andrew Rybchenko wrote: > > rte_validate_tx_offload() is used

Re: [dpdk-dev] [PATCH] mbuf: move headers not fragmented check to checksum

2019-03-28 Thread Andrew Rybchenko
Ping? (I have a number of net/sfc patches which heavily depend on this one and must not be applied without this one) Andrew. On 2/19/19 9:30 AM, Andrew Rybchenko wrote: rte_validate_tx_offload() is used in Tx prepare callbacks (RTE_LIBRTE_ETHDEV_DEBUG only) to check Tx offloads consistency. Req

[dpdk-dev] [PATCH] mbuf: move headers not fragmented check to checksum

2019-02-18 Thread Andrew Rybchenko
rte_validate_tx_offload() is used in Tx prepare callbacks (RTE_LIBRTE_ETHDEV_DEBUG only) to check Tx offloads consistency. Requirement that packet headers should not be fragmented is not documented and unclear where it comes from except rte_net_intel_cksum_prepare() functions which relies on it. I