commit | 38462440ca22a8ead2ec1e98ef3c45e264fa6f60 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Wed Mar 10 19:31:18 2021 +0100 |
committer | Jason Wang <jasowang@redhat.com> | Mon Mar 22 17:34:31 2021 +0800 |
tree | 98bf7aca2352ec8b3e66225981388d97ad059eee | |
parent | b565b44ec202fbe52a017273319db83f067fe574 [diff] |
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>