Hi David, This patch series enables hardware GRO and add support for handling HW aggregated TCP packets in driver receive flow by skipping software GRO handling in stack.
Please consider applying this series to net-next. Thanks, Manish Manish Chopra (2): qed/qede: Add infrastructure support for hardware GRO qede: Add slowpath/fastpath support and enable hardware GRO drivers/net/ethernet/qlogic/qed/qed_hsi.h | 14 +- drivers/net/ethernet/qlogic/qed/qed_l2.c | 81 ++++-- drivers/net/ethernet/qlogic/qede/qede.h | 22 ++ drivers/net/ethernet/qlogic/qede/qede_main.c | 384 +++++++++++++++++++++++++- include/linux/qed/qed_eth_if.h | 12 +- 5 files changed, 476 insertions(+), 37 deletions(-)