net: enetc: declare NETIF_F_HW_CSUM and do it in software
This is just a preparation patch for software TSO in the enetc driver. Unfortunately, ENETC does not support Tx checksum offload which would normally render TSO, even software, impossible. Declare NETIF_F_HW_CSUM as part of the feature set and do it at driver level using skb_csum_hwoffload_help() so that we can move forward and also add support for TSO in the next patch. Signed-off-by:Ioana Ciornei <ioana.ciornei@nxp.com> Reviewed-by:
Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/freescale/enetc/enetc.c 7 additions, 1 deletiondrivers/net/ethernet/freescale/enetc/enetc.c
- drivers/net/ethernet/freescale/enetc/enetc_pf.c 4 additions, 2 deletionsdrivers/net/ethernet/freescale/enetc/enetc_pf.c
- drivers/net/ethernet/freescale/enetc/enetc_vf.c 4 additions, 2 deletionsdrivers/net/ethernet/freescale/enetc/enetc_vf.c
Please register or sign in to comment