]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Hyper-V: hn: Store host hash value in flowid
authorWei Hu <whu@FreeBSD.org>
Wed, 24 Feb 2021 05:07:46 +0000 (05:07 +0000)
committerWei Hu <whu@FreeBSD.org>
Fri, 5 Mar 2021 04:46:54 +0000 (04:46 +0000)
commit80f39bd95f22322152709ea5fae3a3c546044c9c
treef076016bcc372b24b55958749caa1f31c76ef18a
parentff6a7e4ba6bf8be9ead9e1bc5537709243390654
Hyper-V: hn: Store host hash value in flowid

When rx packet contains hash value sent from host, store it in
the mbuf's flowid field so when the same mbuf is on the tx path,
the hash value can be used by the host to determine the outgoing
network queue.

MFC after: 2 weeks
Sponsored by: Microsoft
sys/dev/hyperv/netvsc/if_hn.c