Searched hist:a09cc21e80ebbb0fecc8eea33281290144234c9b (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | igb_core.c | diff a09cc21e80ebbb0fecc8eea33281290144234c9b Mon May 22 21:43:11 CDT 2023 Akihiko Odaki <akihiko.odaki@daynix.com> igb: Remove goto
The goto is a bit confusing as it changes the control flow only if L4 protocol is not recognized. It is also different from e1000e, and noisy when comparing e1000e and igb.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Sriram Yagnaraman <sriram.yagnaraman@est.tech> Signed-off-by: Jason Wang <jasowang@redhat.com>
|