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)
Jun 27 2025, 9:21 PM
Unknown Object (File)
Jun 17 2025, 10:16 PM
Unknown Object (File)
Jun 17 2025, 3:23 AM
Unknown Object (File)
Jun 13 2025, 3:32 PM
Unknown Object (File)
Jun 12 2025, 3:33 PM
Unknown Object (File)
May 13 2025, 12:20 PM
Unknown Object (File)
May 9 2025, 2:41 AM
Unknown Object (File)
May 2 2025, 10:41 AM
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.