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
F137074063: D2849.id6269.diff
Fri, Nov 21, 2:26 AM
F137074006: D2849.id6287.diff
Fri, Nov 21, 2:26 AM
F137073716: D2849.id.diff
Fri, Nov 21, 2:25 AM
F137073195: D2849.diff
Fri, Nov 21, 2:23 AM
Unknown Object (File)
Thu, Nov 20, 9:09 PM
Unknown Object (File)
Wed, Nov 19, 4:08 PM
Unknown Object (File)
Sat, Nov 8, 2:40 AM
Unknown Object (File)
Tue, Nov 4, 1:55 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.