Skip to content

Commit

Permalink
fix(program-types/xdp): replace driver table with redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
shard77 committed Oct 5, 2024
1 parent c571e60 commit 76f7afe
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions docs/book/programs/xdp.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,52 +62,7 @@ You can connect an XDP program to an interface using the following modes:

## Driver support for native XDP

A list of drivers supporting native XDP can be found in the table below:

| Vendor | Driver | XDP Support Version |
|---------------------|---------------------|---------------------|
| Amazon | ena | >= 5.6 |
| Aquantia | atlantic | >= 5.19 |
| Broadcom | bnxt_en | >= 4.11 |
| Cavium | thunderx | >= 4.12 |
| Engleder | tsne (TSN Express Path) | >= 6.3 |
| Freescale | dpaa | >= 5.11 |
| Freescale | dpaa2 | >= 5.0 |
| Freescale | enetc | >= 5.13 |
| Freescale | fec_enet | >= 6.2 |
| Fungible | fun | >= 5.18 |
| Google | gve | >= 6.4 |
| Intel | ice | >= 5.5 |
| Intel | igb | >= 5.10 |
| Intel | igc | >= 5.13 |
| Intel | i40e | >= 4.13 |
| Intel | ixgbe | >= 4.12 |
| Intel | ixgbevf | >= 4.17 |
| Marvell | mvneta | >= 5.5 |
| Marvell | mvpp2 | >= 5.9 |
| Marvell | otx2 | >= 5.16 |
| Mediatek | mtk | >= 6.0 |
| Mellanox | mlx4 | >= 4.8 |
| Mellanox | mlx5 | >= 4.9 |
| Microchip | lan966x | >= 6.2 |
| Microsoft | hv_netvsc (Hyper-V) | >= 5.6 |
| Microsoft | mana | >= 5.17 |
| Netronome | nfp | >= 4.10 |
| Others | bonding | >= 5.15 |
| Others | netdevsim | >= 4.16 |
| Others | tun/tap | >= 4.14 |
| Others | virtio_net | >= 4.10 |
| Others | xen-netfront | >= 5.9 |
| Others | veth | >= 4.19 |
| QLogic | qede | >= 4.10 |
| Socionext | netsec | >= 5.3 |
| Solarflare | SFC Efx | >= 5.5 |
| STMicro | stmmac | >= 5.13 |
| Texas Instruments | cpsw | >= 5.3 |
| VMware | vmxnet3 | >= 6.6 |

You can use the following command to check your interface's network driver name:
`ethtool -i <interface>`.
For more information, please check the [cilium XDP documentation](https://docs.cilium.io/en/latest/bpf/progtypes/#xdp) under `Drivers supporting native XDP`.

## Driver support for offloaded XDP

Expand Down

0 comments on commit 76f7afe

Please sign in to comment.