This series enables the build_skb RX path in igc, which is currently not enabled in any configuration.
Patch 1/2 adds missing RX hardware timestamp handling in the build_skb path. Patch 2/2 enables the build_skb path when XDP is inactive and other conditions are met. Tested on Intel Corporation Ethernet Controller I226-V (rev 04). Kohei Enju (2): igc: set RX hardware timestamps in igc_build_skb() igc: enable build_skb on the non-XDP small-frame RX path drivers/net/ethernet/intel/igc/igc.h | 4 ++++ drivers/net/ethernet/intel/igc/igc_main.c | 22 +++++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) -- 2.51.0
