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.
Differential D2849
sfxge: use if_initbaudrate() to set interface baudrate arybchik on Jun 17 2015, 4:27 PM. Authored by Tags None Referenced Files
Details
It is required to cope with u_long limit for 10 Gbps in a right way. Sponsored by: Solarflare Communications, Inc. Build tested. The patch is required to prepare to r283514 merge from head.
Diff Detail
Event TimelineComment Actions 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? Comment Actions 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. |