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)
Fri, Apr 19, 8:56 AM
Unknown Object (File)
Wed, Apr 17, 7:30 PM
Unknown Object (File)
Wed, Apr 17, 7:09 PM
Unknown Object (File)
Mon, Apr 15, 4:12 AM
Unknown Object (File)
Thu, Apr 4, 9:30 PM
Unknown Object (File)
Fri, Mar 29, 2:51 PM
Unknown Object (File)
Dec 21 2023, 11:51 AM
Unknown Object (File)
Dec 20 2023, 1:39 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.