ethernet: fix dmac check avx2 loop condition 40/21740/1
authorMatthew Smith <mgsmith@netgate.com>
Tue, 3 Sep 2019 21:45:33 +0000 (16:45 -0500)
committerMatthew Smith <mgsmith@netgate.com>
Tue, 3 Sep 2019 21:45:33 +0000 (16:45 -0500)
commita6d4e3135b70db1b1df3f8852e1e229d13c24e72
treecee978d1c2ba5407696746373aa9ff3cf3a9a0ea
parente5ff5a36dd126ee57dca4e0b03da2f7704e0a4f5
ethernet: fix dmac check avx2 loop condition

In eth_input_process_frame(), a loop which checks the destination
MAC address of received packets had a different condition for avx2
than it did for the non-avx2 version of the loop. It could result
in one unnecessary execution of the loop body after all packets
had been processed.

Type: fix
Fixes: 8d6f34e2b1cbfde5702e88686631527d5e1e10a0

Change-Id: Ib673f45917a0dea461987fdc8f0ca318b749fb1a
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/vnet/ethernet/node.c