ni / linux

Linux kernel source for NI Linux Real-Time
Other
80 stars 77 forks source link

Add CONFIG_BONDING=y #128

Closed sqooi-ni closed 1 year ago

sqooi-ni commented 1 year ago

Add CONFIG_BONDING=y to nati_bluefin_defconfig to enable link aggregation.

Signed-off-by: Song Qiang Ooi song.qiang.ooi@ni.com

sqooi-ni commented 1 year ago

3. Could you put this between CONFIG_NETDEVICES=y and CONFIG_TUN=y? That's where it would go in order if we did this via the "typical" ARCH=arm make nati_bluefin_defconfig && ARCH=arm make menuconfig && ARCH=arm make savedefconfig && cp defconfig arch/arm/configs/nati_bluefin_defconfig flow. (Unfortunately we weren't strict about doing that in the past, so if you do that now it'll re-sort a bunch of other things that aren't relevant to your change.)

@bstreiff Do I need to run "ARCH=arm make nati_bluefin_defconfig && ARCH=arm make menuconfig && ARCH=arm make savedefconfig && cp defconfig arch/arm/configs/nati_bluefin_defconfig" command at directory "/arch/arm/configs"?

bstreiff commented 1 year ago

Do I need to run "ARCH=arm make nati_bluefin_defconfig && ARCH=arm make menuconfig && ARCH=arm make savedefconfig && cp defconfig arch/arm/configs/nati_bluefin_defconfig" command at directory "/arch/arm/configs"?

Nope. If you do that now you'll end up with a patch that has a bunch of noise because some other stuff wasn't put in the right places. I'll do a cleanup commit to sort everything all at once, standalone from this PR.