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
F132353053: D12175.id.diff
Thu, Oct 16, 4:16 AM
Unknown Object (File)
Thu, Oct 9, 2:59 PM
Unknown Object (File)
Thu, Oct 9, 11:14 AM
Unknown Object (File)
Wed, Sep 24, 3:01 PM
Unknown Object (File)
Sep 12 2025, 6:22 AM
Unknown Object (File)
Sep 12 2025, 2:15 AM
Unknown Object (File)
Aug 29 2025, 7:30 AM
Unknown Object (File)
Aug 15 2025, 8:36 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.