On 20/06/2025 13:02, Song Yoong Siang wrote:
Move the RSS field definitions related to IPv4 and IPv6 UDP from igc.h to
igc_defines.h to consolidate the RSS field definitions in a single header
file, improving code organization and maintainability.
This refactoring does not alter the functionality of the driver but
enhances the logical grouping of related constants
Reviewed-by: Kurt Kanzenbach <[email protected]>
Signed-off-by: Song Yoong Siang <[email protected]>
Reviewed-by: Aleksandr Loktionov <[email protected]>
Reviewed-by: Brett Creeley <[email protected]>
---
drivers/net/ethernet/intel/igc/igc.h | 4 ----
drivers/net/ethernet/intel/igc/igc_defines.h | 3 +++
2 files changed, 3 insertions(+), 4 deletions(-)
Tested-by: Mor Bar-Gabay <[email protected]>