summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/netvsc/if_hnvar.h
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-17 09:31:49 +0000
committersephe <sephe@FreeBSD.org>2016-10-17 09:31:49 +0000
commit13092529164faa766825adfeaf306a922535dd21 (patch)
tree24332bee854bbf06a7258817ac40b947bab076bf /sys/dev/hyperv/netvsc/if_hnvar.h
parent34045fe13ec84892dd8ab16b0963b87a5a0248c2 (diff)
downloadFreeBSD-src-13092529164faa766825adfeaf306a922535dd21.zip
FreeBSD-src-13092529164faa766825adfeaf306a922535dd21.tar.gz
MFC 305925,305926,305960
305925 hyperv/hn: Don't mess up RSS key and indirect table after attachment. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7889 305926 hyperv/hn: Add sysctls to dynamic adjust RSS key and indirect table Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7890 305960 hyperv/hn: Apply RSS indirect table fixup before configure RNDIS RSS. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7916
Diffstat (limited to 'sys/dev/hyperv/netvsc/if_hnvar.h')
-rw-r--r--sys/dev/hyperv/netvsc/if_hnvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/netvsc/if_hnvar.h b/sys/dev/hyperv/netvsc/if_hnvar.h
index 23626ee..38ff16e 100644
--- a/sys/dev/hyperv/netvsc/if_hnvar.h
+++ b/sys/dev/hyperv/netvsc/if_hnvar.h
@@ -118,7 +118,7 @@ uint32_t hn_chim_alloc(struct hn_softc *sc);
void hn_chim_free(struct hn_softc *sc, uint32_t chim_idx);
int hn_rndis_attach(struct hn_softc *sc);
-int hn_rndis_conf_rss(struct hn_softc *sc);
+int hn_rndis_conf_rss(struct hn_softc *sc, uint16_t flags);
void *hn_rndis_pktinfo_append(struct rndis_packet_msg *,
size_t pktsize, size_t pi_dlen, uint32_t pi_type);
int hn_rndis_get_rsscaps(struct hn_softc *sc, int *rxr_cnt);
OpenPOWER on IntegriCloud