Actions
Feature #6099
closeddpdk: add support for bonding interface
Effort:
Difficulty:
Label:
Description
Add support for link bonding PMD.
https://doc.dpdk.org/guides/prog_guide/link_bonding_poll_mode_drv_lib.html
Can be useful for monitoring optical TAPs, where one side of a network flow comes on one interface, the other direction comes to the other interface. These interfaces are then abstracted into one virtual (bonding) interface which distributes packets of the same flow correctly to a single worker (as opposed to two individual workers when bonding is not enabled)
Updated by Lukas Sismis over 1 year ago
- Status changed from In Progress to In Review
Updated by Victor Julien over 1 year ago
- Target version changed from 7.0.0 to 7.0.0-rc2
Updated by Lukas Sismis over 1 year ago
- Status changed from In Review to Closed
Actions