Commits
Ioana Radulescu committed 4f1754011cd
dpaa2-eth: Don't use netif_receive_skb_list for TCP frames Using Rx skb bulking for all frames may negatively impact the performance in some TCP termination scenarios, as it effectively bypasses GRO. Look at the hardware parse results of each ingress frame to see if a TCP header is present or not; for TCP frames fall back to the old implementation. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>