]> Git Repo - linux.git/commit
be2net: Fix race in posting rx buffers.
authorSathya Perla <[email protected]>
Mon, 22 Aug 2011 19:41:51 +0000 (19:41 +0000)
committerDavid S. Miller <[email protected]>
Wed, 24 Aug 2011 23:19:28 +0000 (16:19 -0700)
commit857c99059e441d0a8afdfa0bc687463e8e61a761
treee625a4b0527c32cdbd22d9eb905be80149c8b085
parentec5efe7946280d1e84603389a1030ccec0a767ae
be2net: Fix race in posting rx buffers.

There is a possibility of be_post_rx_frags() being called simultaneously from
both be_worker() (when rx_post_starved) and be_poll_rx() (when rxq->used is 0).
This can be avoided by posting rx buffers only when some completions have been
reaped.

Signed-off-by: Sathya Perla <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/emulex/benet/be_main.c
This page took 0.052805 seconds and 4 git commands to generate.