On Thu, 24 Mar 2022 17:58:32 -0700 Jakub Kicinski wrote:
On Thu, 24 Mar 2022 23:49:13 +0800 Jian Shen wrote:
The net_device->features indicates the active features of the net device, rename it to active_features, make it esaier to define feature helpers.
This breaks the build.
I see you mention that the work is not complete in the cover letter. Either way this patch seems unnecessary, you can call the helpers for "active" features like you do, but don't start by renaming the existing field. The patch will be enormous.