virtio: fix the initialization 64/34364/1
authorMohsin Kazmi <sykazmi@cisco.com>
Fri, 5 Nov 2021 16:13:57 +0000 (16:13 +0000)
committerMohsin Kazmi <sykazmi@cisco.com>
Fri, 5 Nov 2021 16:13:57 +0000 (16:13 +0000)
commit6259406668cee37d39ef3eb0b17ee5dc94ff02fe
tree29e6243186323ea6ffd69ace996e3700f7c04981
parentd4ba0d1883d24cc03f5435fe71368d49e01761cb
virtio: fix the initialization

Type: fix

Fixes: d96b28ac0917 ("virtio: improve input node performance")

vlib_buffer_t is defined on stack to be used for input feature arc
lookup once per frame call for performance reasons. The definition
is missing the initialization to avoid the assignment of garbage value.

Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Change-Id: Ie7930186bbd8240c44d257808ebd31e06e854b29
src/vnet/devices/virtio/node.c