em(4) updated to version 7.1.8

Eugene Grosbein eugen at eg.sd.rdtc.ru
Mon Nov 29 18:10:37 UTC 2010


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


More information about the freebsd-net mailing list