X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fvirtio%2Fvirtio_ethdev.c;h=6a9568f2c484024e3fdb37e4682a97012e579f8b;hb=ef53b60300393c5d98c8d55a54b5e45a38cc914d;hp=d9986ab52e0ae1afc9717bd19995a8ae53839243;hpb=35c4f8554833962d58618aba2323e21b70082a9c;p=dpdk.git diff --git a/drivers/net/virtio/virtio_ethdev.c b/drivers/net/virtio/virtio_ethdev.c index d9986ab52e..6a9568f2c4 100644 --- a/drivers/net/virtio/virtio_ethdev.c +++ b/drivers/net/virtio/virtio_ethdev.c @@ -1205,7 +1205,7 @@ virtio_negotiate_features(struct virtio_hw *hw, uint64_t req_features) * Process Virtio Config changed interrupt and call the callback * if link state changed. */ -static void +void virtio_interrupt_handler(struct rte_intr_handle *handle, void *param) {