net/virtio: do not claim to support LRO
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 7 Jul 2017 19:52:50 +0000 (12:52 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 9 Jul 2017 16:39:11 +0000 (18:39 +0200)
commit701a64622c2653c0736042d2f790081db79afdc7
tree07c0bae409cbe56a33bde4ac1e89db593b455db7
parent4dab342b752222c6e248dae5ec9de2302aacd746
net/virtio: do not claim to support LRO

The current virtio supports Transmit Segmentation Offload, but
does not really support Large Receive Offload. The driver was confusing
the two offloads.

Fixes: 86d59b21468a ("net/virtio: support LRO")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
drivers/net/virtio/virtio_ethdev.c