add drivers: igc, e1000e & r8169#618
Conversation
Signed-off-by: appliedprivacy <33653399+appliedprivacy@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR updates the meson build configuration for the libdpdk dependency, specifically modifying the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Hi,
thanks for the quick PR ;)
Could you rewrite your commit message to make the linter happy? Something like:
dpdk: enable additional intel and realtek drivers
Add support for Intel I226-V and Realtek RTL8125 NICs.
Link: https://mails.dpdk.org/archives/grout/2026-May/000041.html
Signed-off-by: Your Real Name <email@tld.foo>
👍
|
I don't actually know how to change a commit message in the github webinterface. |
|
No worries. I didn't realize you had sent this over the web interface. I'll send another PR. |
related to:
https://mails.dpdk.org/archives/grout/2026-May/000041.html
Overview
Adds support for three new Intel and Realtek Ethernet network drivers (igc, e1000e, r8169) to the grout build system.
Changes
meson.build: Updated the
libdpdkdependency configuration to include three additional network drivers in theenable_driversoption:net/igc(Intel Gigabit Ethernet Controller)net/e1000e(Intel 82574L Gigabit Ethernet)net/r8169(Realtek 8169 Gigabit Ethernet)These drivers are now compiled as part of the DPDK library used by grout, enabling support for these physical network interfaces at the datapath layer.