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, Aug 11, 7:33 AM
Unknown Object (File)
Sat, Jul 25, 2:30 PM
Unknown Object (File)
Jul 14 2026, 1:45 PM
Unknown Object (File)
Jul 6 2026, 12:27 AM
Unknown Object (File)
Jul 3 2026, 4:32 AM
Unknown Object (File)
Jul 2 2026, 7:58 PM
Unknown Object (File)
Jul 2 2026, 1:11 PM
Unknown Object (File)
Jun 28 2026, 12:03 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.