numam-dpdk/lib/librte_net
Andrew Rybchenko dfc6b2fd8d mbuf: remove Intel offload checks from generic API
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.

It could be NIC vendor specific driver or hardware limitation, but,
if so, it should be documented and checked in corresponding Tx
prepare callbacks.

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2019-04-02 16:42:52 +02:00
..
Makefile
meson.build
net_crc_neon.h
net_crc_sse.h
rte_arp.c
rte_arp.h
rte_esp.h
rte_ether.h net: add PPPoE ethertypes 2019-03-29 20:55:25 +01:00
rte_gre.h
rte_icmp.h
rte_ip.h
rte_mpls.h
rte_net_crc.c
rte_net_crc.h
rte_net_version.map
rte_net.c
rte_net.h mbuf: remove Intel offload checks from generic API 2019-04-02 16:42:52 +02:00
rte_sctp.h
rte_tcp.h
rte_udp.h