Skip to content

Commit

Permalink
config-mpi: Build driver *ice* for Intel Ethernet Connection E800 Ser…
Browse files Browse the repository at this point in the history
…ies Support as module

The new server *lucy*, , includes two Intel E810-XXV adapters:

    @lucy:~$ lspci -nn -k -s 64:
    64:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02)
            Subsystem: Intel Corporation Ethernet 25G 2P E810-XXV Adapter [8086:0002]
    64:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02)
            Subsystem: Intel Corporation Ethernet 25G 2P E810-XXV Adapter [8086:0002]

So, build the driver as a module.

> config ICE
>         tristate "Intel(R) Ethernet Connection E800 Series Support"
>         default n
>         depends on PCI_MSI
>         depends on PTP_1588_CLOCK_OPTIONAL
>         depends on GNSS || GNSS = n
>         select AUXILIARY_BUS
>         select DIMLIB
>         select LIBIE
>         select NET_DEVLINK
>         select PACKING
>         select PLDMFW
>         select DPLL
>         help
>           This driver supports Intel(R) Ethernet Connection E800 Series of
>           devices.  For more information on how to identify your adapter, go
>           to the Adapter & Driver ID Guide that can be located at:
>
>           <http://support.intel.com>
>
>           More specific information on configuring the driver is in
>           <file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>.
>
>           To compile this driver as a module, choose M here. The module
>           will be called ice.

The firmware files are already included in the bee package *linux-firmware*:

    $ ls /lib/firmware/intel/ice
    ddp  ddp-comms	ddp-lag  ddp-wireless_edge

Resolves: mariux64/bee-files#3199
  • Loading branch information
pmenzel committed Jan 24, 2025
1 parent 59ae99a commit 1ac5a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ CONFIG_IGB=m
CONFIG_IGBVF=m
CONFIG_IXGBE=m
CONFIG_I40E=m
CONFIG_ICE=m
CONFIG_SKGE=m
CONFIG_SKY2=m
CONFIG_S2IO=m
Expand Down

0 comments on commit 1ac5a53

Please sign in to comment.