chef / ohai

Ohai profiles your system and emits JSON
https://docs.chef.io/ohai.html
Apache License 2.0
681 stars 449 forks source link

Network: Record xdp info from ip link output #1729

Closed zalokhan closed 2 years ago

zalokhan commented 2 years ago

Describe the Enhancement

Need to access XDP info for an interface on a node - including mode and id. This can be recorded from ip link which is invoked to gather link statistics.

Describe the Need

This will allow chef to know whether xdp is enabled and in which mode allowing the user to define specific network settings.

Current Alternative

This data is not recorded currently.