net/vmxnet3: fix build with clang 13
authorConor Walsh <conor.walsh@intel.com>
Mon, 15 Nov 2021 17:58:54 +0000 (17:58 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 16 Nov 2021 12:02:27 +0000 (13:02 +0100)
commite76eb560bcf31988384a0cecc6a617475cec1d06
treec958a666a1ada2d21789411183bfd70c66b190a3
parent0b62b3c9408a0cf752dd27988dcd7a55142cbff3
net/vmxnet3: fix build with clang 13

The completed variable is used for debug logs even though clang 13
reports it as unused.

Bugzilla ID: 881
Fixes: c3ecdbb376da ("vmxnet3: support TSO")
Cc: stable@dpdk.org
Reported-by: Liang Longfeng <longfengx.liang@intel.com>
Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
drivers/net/vmxnet3/vmxnet3_rxtx.c