diff options
Diffstat (limited to 'content/supported/NICs')
-rw-r--r-- | content/supported/NICs/amazon.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/atomicrules.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/broadcom.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/cavium.md | 13 | ||||
-rw-r--r-- | content/supported/NICs/chelsio.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/cisco.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/intel.md | 18 | ||||
-rw-r--r-- | content/supported/NICs/marvell.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/mellanox.md | 10 | ||||
-rw-r--r-- | content/supported/NICs/netcope.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/netronome.md | 9 | ||||
-rw-r--r-- | content/supported/NICs/nxp.md | 10 | ||||
-rw-r--r-- | content/supported/NICs/solarflare.md | 9 |
13 files changed, 132 insertions, 0 deletions
diff --git a/content/supported/NICs/amazon.md b/content/supported/NICs/amazon.md new file mode 100644 index 0000000..231d2d2 --- /dev/null +++ b/content/supported/NICs/amazon.md @@ -0,0 +1,9 @@ ++++ +title = "Amazon" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "1" ++++ + +- [ena (Elastic Network Adapter)](http://doc.dpdk.org/guides/nics/ena.html) diff --git a/content/supported/NICs/atomicrules.md b/content/supported/NICs/atomicrules.md new file mode 100644 index 0000000..858fd13 --- /dev/null +++ b/content/supported/NICs/atomicrules.md @@ -0,0 +1,9 @@ ++++ +title = "Atomic Rules" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "2" ++++ + +- [ark](http://doc.dpdk.org/guides/nics/ark.html) (Arkville Packet Conduit FX0/FX1) diff --git a/content/supported/NICs/broadcom.md b/content/supported/NICs/broadcom.md new file mode 100644 index 0000000..ab50dd7 --- /dev/null +++ b/content/supported/NICs/broadcom.md @@ -0,0 +1,9 @@ ++++ +title = "Broadcom" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "3" ++++ + +- [bnxt](http://doc.dpdk.org/guides/nics/bnxt.html) (NetXtreme-C, NetXtreme-E, StrataGX) diff --git a/content/supported/NICs/cavium.md b/content/supported/NICs/cavium.md new file mode 100644 index 0000000..0af603c --- /dev/null +++ b/content/supported/NICs/cavium.md @@ -0,0 +1,13 @@ ++++ +title = "Cavium" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "4" ++++ + +- [thunderx](http://doc.dpdk.org/guides/nics/thunderx.html) (CN88XX) +- [octeontx](http://doc.dpdk.org/guides/nics/octeontx.html) (CN83XX, CN82XX, CN81XX, CN80XX) +- [liquidio](http://doc.dpdk.org/guides/nics/liquidio.html) (LiquidIO II CN23XX) +- [bnx2x](http://doc.dpdk.org/guides/nics/bnx2x.html) (QLogic 578xx) +- [qede](http://doc.dpdk.org/guides/nics/qede.html) (QLogic FastLinQ QL4xxxx) diff --git a/content/supported/NICs/chelsio.md b/content/supported/NICs/chelsio.md new file mode 100644 index 0000000..897e210 --- /dev/null +++ b/content/supported/NICs/chelsio.md @@ -0,0 +1,9 @@ ++++ +title = "Chelsio" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "5" ++++ + +- [cxgbe](http://doc.dpdk.org/guides/nics/cxgbe.html) (Terminator 5, Terminator 6) diff --git a/content/supported/NICs/cisco.md b/content/supported/NICs/cisco.md new file mode 100644 index 0000000..fb905bb --- /dev/null +++ b/content/supported/NICs/cisco.md @@ -0,0 +1,9 @@ ++++ +title = "Cisco" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "6" ++++ + +- [enic](http://doc.dpdk.org/guides/nics/enic.html) (UCS Virtual Interface Card) diff --git a/content/supported/NICs/intel.md b/content/supported/NICs/intel.md new file mode 100644 index 0000000..2981458 --- /dev/null +++ b/content/supported/NICs/intel.md @@ -0,0 +1,18 @@ ++++ +title = "Intel" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "7" ++++ + +- [e1000](http://doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546) +- [e1000e](http://git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219) +- [igb](http://doc.dpdk.org/guides/nics/igb.html) (82575, 82576, 82580, I210, I211, I350, I354, DH89xx) +- [ixgbe](http://doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550) +- [i40e](http://doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710) +- [fm10k](http://doc.dpdk.org/guides/nics/fm10k.html) (FM10420) + +{{% notice note %}} +Note: The drivers e1000 and e1000e are also called em. The drivers em and igb are sometimes grouped in e1000 family. +{{% /notice %}} diff --git a/content/supported/NICs/marvell.md b/content/supported/NICs/marvell.md new file mode 100644 index 0000000..28c2dd4 --- /dev/null +++ b/content/supported/NICs/marvell.md @@ -0,0 +1,9 @@ ++++ +title = "Marvell" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "8" ++++ + +- [mvpp2](http://doc.dpdk.org/guides/nics/mvpp2.html) (Marvell Packet Processor v2) diff --git a/content/supported/NICs/mellanox.md b/content/supported/NICs/mellanox.md new file mode 100644 index 0000000..84b5e62 --- /dev/null +++ b/content/supported/NICs/mellanox.md @@ -0,0 +1,10 @@ ++++ +title = "Mellanox" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "9" ++++ + +- [mlx4](http://doc.dpdk.org/guides/nics/mlx4.html) (ConnectX-3, ConnectX-3 Pro) +- [mlx5](http://doc.dpdk.org/guides/nics/mlx5.html) (ConnectX-4, ConnectX-4 Lx, ConnectX-5, Bluefield) diff --git a/content/supported/NICs/netcope.md b/content/supported/NICs/netcope.md new file mode 100644 index 0000000..0be618c --- /dev/null +++ b/content/supported/NICs/netcope.md @@ -0,0 +1,9 @@ ++++ +title = "Netcope" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "10" ++++ + +- [szedata2](http://doc.dpdk.org/guides/nics/szedata2.html) (NFB-*, NPC-*, NSF-*) diff --git a/content/supported/NICs/netronome.md b/content/supported/NICs/netronome.md new file mode 100644 index 0000000..15cb9cf --- /dev/null +++ b/content/supported/NICs/netronome.md @@ -0,0 +1,9 @@ ++++ +title = "Netronome" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "11" ++++ + +- [nfp](http://doc.dpdk.org/guides/nics/nfp.html) (NFP-4xxx, NFP-6xxx) diff --git a/content/supported/NICs/nxp.md b/content/supported/NICs/nxp.md new file mode 100644 index 0000000..922e112 --- /dev/null +++ b/content/supported/NICs/nxp.md @@ -0,0 +1,10 @@ ++++ +title = "NXP" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "12" ++++ + +- [dpaa](http://doc.dpdk.org/guides/nics/dpaa.html) (LS102x, LS1043, LS1046) +- [dpaa2](http://doc.dpdk.org/guides/nics/dpaa2.html) (LS1048, LS108x, LS20xx, LX216x) diff --git a/content/supported/NICs/solarflare.md b/content/supported/NICs/solarflare.md new file mode 100644 index 0000000..ca2acae --- /dev/null +++ b/content/supported/NICs/solarflare.md @@ -0,0 +1,9 @@ ++++ +title = "Solarflare" +categories = ["NICs"] +hidden = true +type = "nic" +weight = "13" ++++ + +- [sfc_efx](http://doc.dpdk.org/guides/nics/sfc_efx.html) (SFN7xxx, SFN8xxx, XtremeScale X2) |