On Wed, Dec 13, 2017 at 11:46 PM, Chopra, Manish <[email protected]> wrote:
>
> 2). In bnx2x_fix_features() we used to do before these changes -
>
> /* TPA requires Rx CSUM offloading */
> if (!(features & NETIF_F_RXCSUM)) {
> features &= ~NETIF_F_LRO;
> features &= ~NETIF_F_GRO;
> }
>
> I think we should not turn off SW gro here, we should turn off HW gro here
> now ?
OK. I will remove GRO.
GRO_HW will be turned off by netdev_fix_features() when RXCSUM is not on.
