dpdk: TSO does not work for Cisco VIC 55/25055/2
authorSteven Luong <sluong@cisco.com>
Thu, 13 Feb 2020 02:45:09 +0000 (18:45 -0800)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Sat, 29 Feb 2020 16:42:14 +0000 (16:42 +0000)
commit03bcbd3621867dac4c5dcb32b59f70424a7bc4d9
treec4c121bdb53973078d46ec3c6d5a17562d967db5
parentc7a00641f8004d87d38a1092ab16da8f49bd6cf2
dpdk: TSO does not work for Cisco VIC

While TSO is supported for Intel NIC, Cisco VIC does not work.
The problem is due to txmode offloads is not properly set for
the Cisco VIC when enable-tcp-udp-checksum is configured.

Type: fix
Ticket: VPP-1838

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I72c41db9b327ed8d08ef70d74e8cc6206d4a102f
src/plugins/dpdk/device/init.c