1
0

bnx2x: Configurable pause scheme

When a given ring is running out of space, the FW can send pause towards the
network. When working with multi-queues, when one queue is getting out of space
it can block all other queues. The preferred scheme is to send pause frames only
when running out of the shared internal chip buffers and if a given queue cannot
place a packet on the host, it will drop it. Since some users might want to work
in drop-less mode, allowing changing the behavior as a module parameter.

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Este cometimento está contido em:
Eilon Greenstein
2009-08-12 08:23:26 +00:00
cometido por David S. Miller
ascendente a119a06934
cometimento a18f512882
2 ficheiros modificados com 12 adições e 4 eliminações

Ver ficheiro

@@ -967,6 +967,8 @@ struct bnx2x {
dma_addr_t qm_mapping;
#endif
int dropless_fc;
int dmae_ready;
/* used to synchronize dmae accesses */
struct mutex dmae_mutex;