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
F125036096: D12175.id32536.diff
Sat, Aug 2, 5:32 PM
Unknown Object (File)
Fri, Aug 1, 9:09 PM
Unknown Object (File)
Fri, Jul 25, 2:13 PM
Unknown Object (File)
Sat, Jul 19, 2:39 AM
Unknown Object (File)
Fri, Jul 18, 11:37 PM
Unknown Object (File)
Jun 30 2025, 6:51 AM
Unknown Object (File)
Jun 30 2025, 4:32 AM
Unknown Object (File)
Jun 22 2025, 11:26 PM
Subscribers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/dev/hyperv/netvsc/if_hn.c
3590

add HN_UNLOCK(sc) for "break"?

3623

ditto

sys/dev/hyperv/netvsc/if_hn.c
3590

Already unlocked.

3623

Unlocked.

This revision is now accepted and ready to land.Aug 31 2017, 1:12 PM
sys/dev/hyperv/netvsc/if_hn.c
3319

Why the ifdefs?

sys/dev/hyperv/netvsc/if_hn.c
3319

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

You're correct. Sorry for the false alarm.

This revision was automatically updated to reflect the committed changes.