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:

committed by
Damjan Marion

parent
f9e82a2291
commit
83a09c6b3c
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user