Re: [dpdk-dev] [PATCH v5 0/2] support socket direct mode bonding

2021-10-26 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Rongwei Liu > Sent: Tuesday, October 26, 2021 11:48 AM > To: Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; NBU-Contact- > Thomas Monjalon > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v5 0/2] support socket direct mode bonding > > In socket direct

[dpdk-dev] [PATCH v5 0/2] support socket direct mode bonding

2021-10-26 Thread Rongwei Liu
In socket direct mode, it's possible to bind any two (maybe four in the future) PCIe devices with IDs like :xx:xx.x and :yy:yy.y. Bonding member interfaces are unnecessary to have the same PCIe domain/bus/device ID anymore. Doesn't need to backport to DPDK 20.11 v2: fix ci warnings. v3: