Re: bnxt: Support MSI-X

2019-09-02 Thread Jonathan Matthew
On Mon, Sep 02, 2019 at 04:47:32PM +0200, Stefan Fritsch wrote: > Tested with a BCM57412 > > OK? ok jmatthew@ > > diff --git a/sys/dev/pci/if_bnxt.c b/sys/dev/pci/if_bnxt.c > --- a/sys/dev/pci/if_bnxt.c > +++ b/sys/dev/pci/if_bnxt.c > @@ -102,6 +102,7 @@ > #define BNXT_FLAG_NPAR 0x000

bnxt: Support MSI-X

2019-09-02 Thread Stefan Fritsch
Tested with a BCM57412 OK? diff --git a/sys/dev/pci/if_bnxt.c b/sys/dev/pci/if_bnxt.c --- a/sys/dev/pci/if_bnxt.c +++ b/sys/dev/pci/if_bnxt.c @@ -102,6 +102,7 @@ #define BNXT_FLAG_NPAR 0x0002 #define BNXT_FLAG_WOL_CAP 0x0004 #define BNXT_FLAG_SHORT_CMD 0x0008 +#define BNXT_F