IPVLAN

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2023-07-31
Revision
1.2 English

The IPVLAN driver is supported from Onload-7.0.0 in container and standard host configurations.

IPVLAN requires RHEL8 or Ubuntu 18.10. Other OS variants might have minimum version requirements.

IPVLAN sub-interfaces will be accelerated by Onload when there are created over a supported interface.

Use standard Linux commands to create the IPVLAN interface:

# ip link add link <master> name <slave> type ipvlan [mode][flags]

example:

# ip link add link p2p2 name ipv1 type ipvlan mode l2 bridge

Only l2 mode is accelerated, l3 or l3s modes are not accelerated. MAC filter-based scalable filter modes are not supported with IPVLAN interface.