Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 10:12:24 -0400
From:      Boris Kochergin <spawk@acm.poly.edu>
To:        Jack Vogel <jfvogel@gmail.com>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>, =?ISO-8859-1?Q?=22Wei=DF=2C_J=FCrgen=22?= <weiss@uni-mainz.de>
Subject:   Re: Unsupported AFBR-700SDZ SFP+ module with 82598EB 10-Gigabit AF Dual Port Network Connection
Message-ID:  <51BF1948.7040105@acm.poly.edu>
In-Reply-To: <CAFOYbcnWfBN%2BcCE_sBx-SAsoCc_paGdeEnpk0m-SQbKCWm6qtA@mail.gmail.com>
References:  <D6240E9DA4CE444399B1D9D8A57CBDD988E18919@E14MDB-02.zdv.Uni-Mainz.DE> <CAFOYbcnWfBN%2BcCE_sBx-SAsoCc_paGdeEnpk0m-SQbKCWm6qtA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Cool. Any idea of when soon might be?

And about that list of supported SFP+ modules?

Is any Intel 10-GBASE-SR SFP+ module guaranteed to work with this card
and driver?

-Boris

On 06/09/13 22:09, Jack Vogel wrote:
> There will be a driver update soon with the way it should be done, it will
> be in the core driver
> code and not as here in the shared code.
>
> Regards,
>
> Jack
>
> PS Oh, and the email address should be 'freebsd@intel.com' now rather than
> freebsdnic, it
> still ultimately just gets to me however.
>
>
>
> On Sun, Jun 9, 2013 at 10:42 AM, Weiß, Jürgen <weiss@uni-mainz.de> wrote:
>
>> With the following patch the ixgbe (ix) driver
>> accepts any SFP.
>>
>>
>> --- ixgbe_phy.c.orig        2012-10-01 18:38:31.000000000 +0200
>> +++ ixgbe_phy.c 2012-11-13 16:23:18.650609931 +0100
>> @@ -1186,6 +1186,7 @@
>>                 }
>>
>>                 ixgbe_get_device_caps(hw, &enforce_sfp);
>> +               enforce_sfp |= IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP;
>>                 if (!(enforce_sfp & IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP) &&
>>                     !((hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0) ||
>>                       (hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core1) ||
>>
>>
>> Regards
>>
>> Juergen
>>
>> Juergen Weiss      |Universitaet Mainz, Zentrum fuer Datenverarbeitung,
>> weiss@uni-mainz.de |55099 Mainz, Tel: +49(6131)39-26361, FAX:
>> +49(6131)39-26407
>>
>> _______________________________________________
>> freebsd-net@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-net
>> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
>>
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51BF1948.7040105>