Go to file
Ophir Munk 6546e76056 net/tap: calculate checksums of multi segs packets
Prior to this commit IP/UDP/TCP checksum offload calculations
were skipped in case of a multi segments packet.
This commit enables TAP checksum calculations for multi segments
packets.
The only restriction is that the first segment must contain
headers of layers 3 (IP) and 4 (UDP or TCP)

Reviewed-by: Raslan Darawsheh <rasland@mellanox.com>
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
2018-07-03 01:35:58 +02:00
app app/testpmd: fix VLAN TCI mask set error for FDIR 2018-07-03 01:35:58 +02:00
buildtools
config crypto/qat: move to dynamic logging for data-path trace 2018-06-28 01:25:33 +02:00
devtools devtools: fix ARM builds test with meson 2018-06-14 17:46:02 +02:00
doc net/thunderx: add support for hardware first skip feature 2018-07-03 01:35:58 +02:00
drivers net/tap: calculate checksums of multi segs packets 2018-07-03 01:35:58 +02:00
examples
kernel igb_uio: add write combining option 2018-06-30 00:12:58 +02:00
lib eal: do not enable static log macro for ethdev 2018-07-03 01:35:58 +02:00
license
mk net/ifc: make driver name consistent 2018-06-14 19:27:50 +02:00
pkg
test test/eventdev: add multi-ports test 2018-06-19 00:06:34 +02:00
usertools
.gitattributes
.gitignore
GNUmakefile
MAINTAINERS maintainers: update for ethdev 2018-06-29 18:05:58 +02:00
Makefile
meson_options.txt
meson.build version: 18.08-rc0 2018-06-01 12:58:36 +02:00
README

DPDK is a set of libraries and drivers for fast packet processing.
It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD-3-Clause license for the core libraries
and drivers. The kernel components are GPL-2.0 licensed.

Please check the doc directory for release notes,
API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org
Report bugs and issues to the development mailing list: dev@dpdk.org