The X520SR2BPL card is a bypass adapter based on X520.  It would "mostly" work 
with the standard driver but you would not be able to use any of it's bypass 
functionality.  You should get the driver from you ever you purchased the NIC 
from.  They will have access to the driver from Intel.

Thanks,
-Don Skidmore <donald.c.skidm...@intel.com>


> -----Original Message-----
> From: yuri [mailto:y...@yurikirin.me]
> Sent: Tuesday, June 17, 2014 12:21 AM
> To: e1000-devel@lists.sourceforge.net
> Subject: [E1000-devel] X520SR2BPL linux driver
> 
> Good day!
> 
> Does anybody knows, how to get Linux driver for X520SR2BPL card? It has
> ProductId 8086:155D.
> 
> 
> I have made that changes to make it work just like X520SR2:
> 
> --- a/ixgbe_82599.c    2014-03-13 19:52:01.000000000 +0600
> +++ b/ixgbe_82599.c    2014-06-17 09:07:52.000000000 +0600
> @@ -535,6 +535,7 @@
>           media_type = ixgbe_media_type_backplane;
>           break;
>       case IXGBE_DEV_ID_82599_SFP:
> +    case IXGBE_DEV_ID_82599_BYPASS:
>       case IXGBE_DEV_ID_82599_SFP_FCOE:
>       case IXGBE_DEV_ID_82599_SFP_EM:
>       case IXGBE_DEV_ID_82599_SFP_SF2:
> --- a/ixgbe_api.c    2014-03-13 19:52:01.000000000 +0600
> +++ b/ixgbe_api.c    2014-06-17 09:08:34.000000000 +0600
> @@ -114,6 +114,7 @@
>       case IXGBE_DEV_ID_82599_COMBO_BACKPLANE:
>       case IXGBE_DEV_ID_82599_KR:
>       case IXGBE_DEV_ID_82599_SFP:
> +    case IXGBE_DEV_ID_82599_BYPASS:
>       case IXGBE_DEV_ID_82599_BACKPLANE_FCOE:
>       case IXGBE_DEV_ID_82599_SFP_FCOE:
>       case IXGBE_DEV_ID_82599_SFP_EM:
> --- a/ixgbe_main.c    2014-03-13 19:52:01.000000000 +0600
> +++ b/ixgbe_main.c    2014-06-17 09:09:16.000000000 +0600
> @@ -98,6 +98,7 @@
>       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_XAUI_LOM)},
>       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KR)},
>       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP)},
> +    {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_BYPASS)},
>       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_EM)},
>       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KX4_MEZZ)},
>       {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_CX4)},
> --- a/ixgbe_type.h    2014-03-13 19:52:01.000000000 +0600
> +++ b/ixgbe_type.h    2014-06-17 09:06:40.000000000 +0600
> @@ -88,6 +88,7 @@
>   #define IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ    0x000C
>   #define IXGBE_DEV_ID_82599_CX4            0x10F9
>   #define IXGBE_DEV_ID_82599_SFP            0x10FB
> +#define IXGBE_DEV_ID_82599_BYPASS        0x155D
>   #define IXGBE_SUBDEV_ID_82599_SFP        0x11A9
>   #define IXGBE_SUBDEV_ID_82599_SFP_WOL0        0x1071
>   #define IXGBE_SUBDEV_ID_82599_RNDC        0x1F72
> 
> 
> But i can not use bypass functions of this card.
> 
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> E1000-devel mailing list
> E1000-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/e1000-devel
> To learn more about Intel&#174; Ethernet, visit
> http://communities.intel.com/community/wired

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to