What does adapter->stats.mpc[] report for ixgbe?
Jack Vogel
jfvogel at gmail.com
Tue May 8 07:15:47 UTC 2012
No, that's just standard setup stuff for MSIX.
Jack
On Tue, May 8, 2012 at 12:08 AM, Vijay Singh <vijju.singh at gmail.com> wrote:
> 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