What does adapter->stats.mpc[] report for ixgbe?
Vijay Singh
vijju.singh at gmail.com
Tue May 8 07:08:51 UTC 2012
On Mon, May 7, 2012 at 10:16 PM, Jack Vogel <jfvogel at 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
More information about the freebsd-net
mailing list