sfxge: highlight that descriptor cache sizes are configured using TLV now

Submitted by:   Tom Millington <tmillington at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
This commit is contained in:
Andrew Rybchenko 2016-01-18 06:38:21 +00:00
parent 8b18714db0
commit 5a59cbc95e

View File

@ -380,7 +380,7 @@ struct tlv_tmp_gubbins {
int8_t with_rmon; /* 0 -> off, 1 -> on, -1 -> leave alone */ int8_t with_rmon; /* 0 -> off, 1 -> on, -1 -> leave alone */
/* Consumed by clocks_hunt.c */ /* Consumed by clocks_hunt.c */
int8_t clk_mode; /* 0 -> off, 1 -> on, -1 -> leave alone */ int8_t clk_mode; /* 0 -> off, 1 -> on, -1 -> leave alone */
/* Consumed by sram.c */ /* No longer used, superseded by TLV_TAG_DESCRIPTOR_CACHE_CONFIG. */
int8_t rx_dc_size; /* -1 -> leave alone */ int8_t rx_dc_size; /* -1 -> leave alone */
int8_t tx_dc_size; int8_t tx_dc_size;
int16_t num_q_allocs; int16_t num_q_allocs;