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)
Mon, Jan 13, 8:12 AM
Unknown Object (File)
Nov 26 2024, 10:42 AM
Unknown Object (File)
Nov 10 2024, 9:48 PM
Unknown Object (File)
Oct 29 2024, 10:51 PM
Unknown Object (File)
Oct 1 2024, 11:37 PM
Unknown Object (File)
Sep 22 2024, 7:36 PM
Unknown Object (File)
Sep 21 2024, 3:35 PM
Unknown Object (File)
Sep 19 2024, 11:17 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.