From: Damjan Marion Date: Fri, 20 Jul 2018 11:06:08 +0000 (+0200) Subject: avf: don't enable interrupts before interface is admin up X-Git-Tag: v18.10-rc1~564 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=inline;h=631de0dffebf2633e32b55c5c9b4663867a50371;hp=4994958e5c41c18e10793aac1d592f8aabb37dd4;p=vpp.git avf: don't enable interrupts before interface is admin up Change-Id: I0fc19dd109e569f2c407a85e8fa32758e06676b8 Signed-off-by: Damjan Marion --- diff --git a/src/plugins/avf/device.c b/src/plugins/avf/device.c index b2283e44fe7..be2205b6169 100644 --- a/src/plugins/avf/device.c +++ b/src/plugins/avf/device.c @@ -737,7 +737,6 @@ avf_device_init (vlib_main_t * vm, avf_device_t * ad, return error; avf_irq_0_enable (ad); - avf_irq_n_enable (ad, 0); if ((error = avf_op_add_eth_addr (vm, ad, 1, ad->hwaddr))) return error;