Hi! I've just noticed new sysctl named flow_control has wrong description due to obvious cut-n-paste 'cosmetic' error :-)
em_add_rx_process_limit(adapter, "rx_processing_limit", > "max number of rx packets to process", &adapter->rx_process_limit, em_rx_process_limit); + /* Sysctl for setting the interface flow control */ + em_set_flow_cntrl(adapter, "flow_control", > + "max number of rx packets to process", + &adapter->fc_setting, em_fc_setting); + Eugene Grosbein _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"