odp-dpdk icon indicating copy to clipboard operation
odp-dpdk copied to clipboard

LAG support in ODP

Open Neetika02 opened this issue 4 years ago • 1 comments

Hello,

Are LAGs(Link Access Group) supported in ODP. If yes how to use the same. I understand we can create pktio interface per Port.

Regards, Neetika

Neetika02 avatar Jul 15 '20 10:07 Neetika02

Hi Neetika,

Sorry for slow reply, just came back from vacation. ODP doesn't currently have support for LAG, but you should be able to use DPDK link bonding poll mode driver transparently with ODP-DPDK.

You can pass the required EAL command line parameters using ODP_PLATFORM_PARAMS environment variable. E.g. ODP_PLATFORM_PARAMS="--vdev 'net_bonding0,bond_opt0=...,bond opt1=...'"

MatiasElo avatar Jul 28 '20 06:07 MatiasElo