commit | a09cc21e80ebbb0fecc8eea33281290144234c9b | [log] [tgz] |
---|---|---|
author | Akihiko Odaki <akihiko.odaki@daynix.com> | Tue May 23 11:43:11 2023 +0900 |
committer | Jason Wang <jasowang@redhat.com> | Tue May 23 15:20:15 2023 +0800 |
tree | 401e22843e1f7d3e9bc2373a5ac43d23d94c4e77 | |
parent | d5241351bd4fdb40cafc87024c4f924267a7ba1c [diff] |
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>