virtio: check for ip checksum offload
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 14 Jun 2014 01:06:22 +0000 (18:06 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 22 Jul 2014 13:00:01 +0000 (15:00 +0200)
commit11efa9f07c7b8dfaf0faa5fcb6a1a6ae0826a4db
treec985e787b988ad5f8d3e35b6610be4a7b4fada63
parent61b16f0f167a331e65f0729b3554ded0440b545b
virtio: check for ip checksum offload

This driver does not support receive IP checksum offload,
therefore must check and return error if configured incorrectly.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Alan Carew <alan.carew@intel.com>
lib/librte_pmd_virtio/virtio_ethdev.c