Page MenuHomeFreeBSD

sfxge: use if_initbaudrate() to set interface baudrate
ClosedPublic

Authored by arybchik on Jun 17 2015, 4:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 14, 1:45 PM
Unknown Object (File)
Mon, Jul 6, 12:27 AM
Unknown Object (File)
Fri, Jul 3, 4:32 AM
Unknown Object (File)
Thu, Jul 2, 7:58 PM
Unknown Object (File)
Thu, Jul 2, 1:11 PM
Unknown Object (File)
Sun, Jun 28, 12:03 PM
Unknown Object (File)
May 14 2026, 7:57 PM
Unknown Object (File)
May 13 2026, 3:32 PM
Subscribers

Details

Summary

It is required to cope with u_long limit for 10 Gbps in a right way.
It is a direct commit to stable/10 since head differs.

Sponsored by: Solarflare Communications, Inc.

Test Plan

Build tested. The patch is required to prepare to r283514 merge from head.

Diff Detail

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

Event Timeline

arybchik retitled this revision from to sfxge: use if_initbaudrate() to set interface baudrate.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added a reviewer: gnn.

When you say that "head differs" you mean that we do this completely differnently in HEAD now in a way that will not be MFC'd?

There is no if_initbaudrate() in the head. if_baudrate is simply uint64_t in the head.

The first part of the patch is already in the head (changing to uint64_t), the second part of the patch (usage of if_initbaudrate()) is not applicable to the head.

This revision was automatically updated to reflect the committed changes.