interface: fix the checksum offload in quad loop 84/26884/5
authorMohsin Kazmi <sykazmi@cisco.com>
Tue, 5 May 2020 12:30:25 +0000 (14:30 +0200)
committerDamjan Marion <dmarion@me.com>
Wed, 13 May 2020 11:31:11 +0000 (11:31 +0000)
commita9a9d8255b472de760704621468b92a86e308aca
tree7ace106b353f8fa9e0b3a6280bc7d85fad980664
parent5d0136f09944b0d7ea9d1db5c368d4d0b36cedd2
interface: fix the checksum offload in quad loop

Type: fix

In quad loop, checksum will be calculated for all four packets,
if one packet needs checksum computation, without respecting their
respective flags. This patch fixes it.

Change-Id: I479b420ba0dcbd178ea4180bf05a0e55a6b13843
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
src/vnet/interface_output.c