diff options
author | David S. Miller <davem@davemloft.net> | 2018-03-27 00:20:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-27 00:20:02 +0200 |
commit | 34fd03b9e6a6c91bf79585a63d649b4c301f6757 (patch) | |
tree | 08d364d530d5248e1a70bb0be25ba958c41e06b0 /Documentation | |
parent | Merge branch 'mlxsw-Offload-IPv6-multicast-routes' (diff) | |
parent | ice: Implement filter sync, NDO operations and bump version (diff) | |
download | linux-34fd03b9e6a6c91bf79585a63d649b4c301f6757.tar.xz linux-34fd03b9e6a6c91bf79585a63d649b4c301f6757.zip |
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
Jeff Kirsher says:
====================
100GbE Intel Wired LAN Driver Updates 2018-03-26
This patch series adds the ice driver, which will support the Intel(R)
E800 Series of network devices.
This is the first phase in the release of this driver where we implement
basic transmit and receive. The idea behind the multi-phase release is to
aid in code review as well as testing. Subsequent phases will implement
advanced features (like SR-IOV, tunnelling, flow director, QoS, etc.) that
build upon the previous phase(s). Each phase will be submitted as a patch
series.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/ice.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Documentation/networking/ice.txt b/Documentation/networking/ice.txt new file mode 100644 index 000000000000..6261c46378e1 --- /dev/null +++ b/Documentation/networking/ice.txt @@ -0,0 +1,39 @@ +Intel(R) Ethernet Connection E800 Series Linux Driver +=================================================================== + +Intel ice Linux driver. +Copyright(c) 2018 Intel Corporation. + +Contents +======== +- Enabling the driver +- Support + +The driver in this release supports Intel's E800 Series of products. For +more information, visit Intel's support page at http://support.intel.com. + +Enabling the driver +=================== + +The driver is enabled via the standard kernel configuration system, +using the make command: + + Make oldconfig/silentoldconfig/menuconfig/etc. + +The driver is located in the menu structure at: + + -> Device Drivers + -> Network device support (NETDEVICES [=y]) + -> Ethernet driver support + -> Intel devices + -> Intel(R) Ethernet Connection E800 Series Support + +Support +======= + +For general information, go to the Intel support website at: + + http://support.intel.com + +If an issue is identified with the released source code, please email +the maintainer listed in the MAINTAINERS file. |