Skip to content

Commit

Permalink
feat: add QLogic QED 25/40/100Gb Ethernet NIC driver
Browse files Browse the repository at this point in the history
See https://cateee.net/lkddb/web-lkddb/QEDE.html

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 21, 2021
1 parent bfb2365 commit 5c98efd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions kernel/kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,8 @@ CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
CONFIG_NETXEN_NIC=y
# CONFIG_QED is not set
CONFIG_QED=y
CONFIG_QEDE=y
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCOM_EMAC is not set
# CONFIG_RMNET is not set
Expand Down Expand Up @@ -4354,6 +4355,7 @@ CONFIG_INFINIBAND_VIRT_DMA=y
# CONFIG_INFINIBAND_OCRDMA is not set
# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set
# CONFIG_INFINIBAND_BNXT_RE is not set
# CONFIG_INFINIBAND_QEDR is not set
# CONFIG_INFINIBAND_RDMAVT is not set
CONFIG_RDMA_RXE=y
# CONFIG_RDMA_SIW is not set
Expand Down Expand Up @@ -5427,7 +5429,7 @@ CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_CRC8=y
CONFIG_XXHASH=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
Expand Down
7 changes: 5 additions & 2 deletions kernel/kernel/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2765,7 +2765,9 @@ CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_QED is not set
CONFIG_QED=y
CONFIG_QED_SRIOV=y
CONFIG_QEDE=y
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCA7000_SPI is not set
CONFIG_QCOM_EMAC=y
Expand Down Expand Up @@ -5809,6 +5811,7 @@ CONFIG_INFINIBAND_VIRT_DMA=y
# CONFIG_INFINIBAND_VMWARE_PVRDMA is not set
# CONFIG_INFINIBAND_HNS is not set
# CONFIG_INFINIBAND_BNXT_RE is not set
# CONFIG_INFINIBAND_QEDR is not set
CONFIG_RDMA_RXE=y
# CONFIG_RDMA_SIW is not set
CONFIG_INFINIBAND_IPOIB=y
Expand Down Expand Up @@ -7891,7 +7894,7 @@ CONFIG_CRC64=y
# CONFIG_CRC4 is not set
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_CRC8=y
CONFIG_XXHASH=y
CONFIG_AUDIT_GENERIC=y
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
Expand Down

0 comments on commit 5c98efd

Please sign in to comment.