On Mon, May 7, 2012 at 10:16 PM, Jack Vogel <jfvo...@gmail.com> wrote:
> Juli is correct, the FIFO is not partitioned by the driver queues as they
> exist in the current driver, its only seperated into the 3 parts I
> mentioned.

I am running ixgbe code from 8.1, and IXGBE_FDIR isn't defined, so is
the following doing something to take away some Rx memory:

        if (adapter->msix > 1) {
                /* Enable Enhanced MSIX mode */
                gpie |= IXGBE_GPIE_MSIX_MODE;
                gpie |= IXGBE_GPIE_EIAME | IXGBE_GPIE_PBA_SUPPORT |
                    IXGBE_GPIE_OCD;
        }

-vijay
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to