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
Unknown Object (File)
Sun, Apr 20, 9:25 PM
Unknown Object (File)
Mon, Apr 14, 8:54 AM
Unknown Object (File)
Mon, Apr 14, 5:50 AM
Unknown Object (File)
Mon, Apr 14, 4:37 AM
Unknown Object (File)
Mon, Apr 14, 2:05 AM
Unknown Object (File)
Mon, Apr 14, 1:06 AM
Unknown Object (File)
Mon, Apr 14, 12:42 AM
Unknown Object (File)
Feb 21 2025, 11:37 PM
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.