net/ena: fix RSS default hash configuration
Orabug:
25535122
ENA default hash configures IPv4_frag hash twice instead of
configure non-IP packets.
The bug caused IPv4 fragmented packets to be calculated based on
L2 source and destination address instead of L3 source and destination.
IPv4 packets can reach to the wrong Rx queue.
Signed-off-by: Netanel Belgazal <netanel@annapurnalabs.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit
422e21e7619bb8751aa1cd32a9b671b1baaf3d18)
Signed-off-by: Brian Maly <brian.maly@oracle.com>