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).
Changes:
v2:
- don't insist on reverse christmas tree, reducing net diff in the
patch 1/2 (Dima)
v1:
https://lore.kernel.org/intel-wired-lan/[email protected]/
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 | 14 ++++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
--
2.51.0