Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca05e316 authored by Nathan Fontenot's avatar Nathan Fontenot Committed by David S. Miller
Browse files

ibmvnic: Continue skb processing after skb completion error



There is not a need to stop processing skbs if we encounter a
skb that has a receive completion error.

Signed-off-by: default avatarNathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 161b8a81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1404,7 +1404,7 @@ static int ibmvnic_poll(struct napi_struct *napi, int budget)
			/* free the entry */
			next->rx_comp.first = 0;
			remove_buff_from_pool(adapter, rx_buff);
			break;
			continue;
		}

		length = be32_to_cpu(next->rx_comp.len);