What does adapter->stats.mpc[] report for ixgbe?
Vijay Singh
vijju.singh at gmail.com
Tue May 8 16:42:20 UTC 2012
Jack, another variant of ixgbe works fine in a related product so
there must be something that I'm not doing right. Since I am using the
8.1 (2.2.0) driver, would you recommend going to 8/S (2.4.5)?
On Tue, May 8, 2012 at 12:15 AM, Jack Vogel <jfvogel at gmail.com> wrote:
> 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