vmxnet3: gso_l4_hdr_sz is not set correctly 53/19653/2
authorSteven Luong <sluong@cisco.com>
Thu, 16 May 2019 16:25:46 +0000 (09:25 -0700)
committerDamjan Marion <dmarion@me.com>
Tue, 21 May 2019 14:17:40 +0000 (14:17 +0000)
commit5a5c036c023ab88b9630f67055db19a1a1c6cf34
treec6dcf4ce202b099e8c72e88e70444d5fb3dc41a2
parentd3ebc83af33be72409032e7969dc2dcfc07a9783
vmxnet3: gso_l4_hdr_sz is not set correctly

vnet_buffer2 -> gso_l4_hdr_sz is not set correctly because
vnet_buffer->l4_hdr_offset is not set yet at the top. Move the code to set
vnet_buffer->gso_l4_hdr_sz further down.

Change-Id: I0110e4687572bb93cb593d7d4d14a3d5083af13a
Signed-off-by: Steven Luong <sluong@cisco.com>
src/plugins/vmxnet3/input.c