marvell: fix implicit declaration of function

Fix compile error due to implicit declaration of
vnet_hw_if_get_rxq_poll_vector by including the header file that
declares this.

Type: fix
Fixes: b85b0df2a0
Signed-off-by: Robert Shearman <robertshearman@gmail.com>
Change-Id: I4a21743df93ffaa637641838d30b3b5c70dd79ef
This commit is contained in:
Robert Shearman
2021-02-26 11:24:59 +00:00
committed by Damjan Marion
parent f9e82a2291
commit 83a09c6b3c

View File

@@ -25,6 +25,7 @@
#include <vlib/unix/unix.h>
#include <vnet/ethernet/ethernet.h>
#include <vnet/devices/devices.h>
#include <vnet/interface/rx_queue_funcs.h>
#include <marvell/pp2/pp2.h>