Page MenuHomeFreeBSD

hyperv/hn: Implement SIOCGIFRSS{KEY,HASH}.
ClosedPublic

Authored by sepherosa_gmail.com on Aug 31 2017, 5:28 AM.
Tags
None
Referenced Files
F135591953: D12175.id.diff
Tue, Nov 11, 3:07 AM
F135539968: D12175.diff
Mon, Nov 10, 4:01 PM
Unknown Object (File)
Fri, Nov 7, 5:43 AM
Unknown Object (File)
Fri, Nov 7, 5:22 AM
Unknown Object (File)
Fri, Nov 7, 12:50 AM
Unknown Object (File)
Thu, Nov 6, 5:03 AM
Unknown Object (File)
Sat, Oct 25, 9:23 PM
Unknown Object (File)
Sat, Oct 25, 3:33 AM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/dev/hyperv/netvsc/if_hn.c
3590 ↗(On Diff #32536)

add HN_UNLOCK(sc) for "break"?

3623 ↗(On Diff #32536)

ditto

sys/dev/hyperv/netvsc/if_hn.c
3590 ↗(On Diff #32536)

Already unlocked.

3623 ↗(On Diff #32536)

Unlocked.

This revision is now accepted and ready to land.Aug 31 2017, 1:12 PM
sys/dev/hyperv/netvsc/if_hn.c
3319 ↗(On Diff #32536)

Why the ifdefs?

sys/dev/hyperv/netvsc/if_hn.c
3319 ↗(On Diff #32536)

I was not so sure whether I could MFC D12174 to 10-stable/11-stable or not, but I definitely want to MFC driver bits to 10-stable/11-stable.

If D12174 goes well, I probably will MFC it to 10-stable/11-stable. I think adding IOCs does not break ABI.

sys/dev/hyperv/netvsc/if_hn.c
3590 ↗(On Diff #32536)

You're correct. Sorry for the false alarm.

This revision was automatically updated to reflect the committed changes.