]> git.proxmox.com Git - mirror_qemu.git/commit - net/eth.c
net/eth: Simplify _eth_get_rss_ex_dst_addr()
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 10 Mar 2021 18:31:18 +0000 (19:31 +0100)
committerJason Wang <jasowang@redhat.com>
Mon, 22 Mar 2021 09:34:31 +0000 (17:34 +0800)
commit38462440ca22a8ead2ec1e98ef3c45e264fa6f60
tree98bf7aca2352ec8b3e66225981388d97ad059eee
parentb565b44ec202fbe52a017273319db83f067fe574
net/eth: Simplify _eth_get_rss_ex_dst_addr()

The length field is already contained in the ip6_ext_hdr structure.
Check it direcly in eth_parse_ipv6_hdr() before calling
_eth_get_rss_ex_dst_addr(), which gets a bit simplified.

Reviewed-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/eth.c