CVSROOT:        /cvs
Module name:    src
Changes by:     jmatt...@cvs.openbsd.org        2019/08/07 16:34:25

Modified files:
        sys/dev/pci    : if_iavf.c 

Log message:
Handle VF resets.  When the PF changes VF settings, the VF will be reset,
which means the driver has to set everything up again from scratch.
When we detect a reset (identified by an interrupt with ICR 0xdeadbeef),
schedule a task that sets up the admin queue, establishes communication
with the PF, and configures the rx/tx queues again.  The interface is
taken down during the reset process.

Reply via email to