Home
last modified time | relevance | path

Searched hist:"55054 a16a5ecf7202e698b07f00ad8e0dadf7d50" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/cadence/
H A Dmacb.hdiff 55054a16a5ecf7202e698b07f00ad8e0dadf7d50 Wed Oct 31 07:04:55 CET 2012 Havard Skinnemoen <havard@skinnemoen.net> net/macb: clean up ring buffer logic

Instead of masking head and tail every time we increment them, just let them
wrap through UINT_MAX and mask them when subscripting. Add simple accessor
functions to do the subscripting properly to minimize the chances of messing
this up.

This makes the code slightly smaller, and hopefully faster as well. Also,
doing the ring buffer management this way will simplify things a lot when
making the ring sizes configurable in the future.

Available number of descriptors in ring buffer function by David Laight.

Signed-off-by: Havard Skinnemoen <havard@skinnemoen.net>
[nicolas.ferre@atmel.com: split patch in topics, adapt to newer kernel]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Tested-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>