commit | 270894e7dc7afad8fb79592fe02aa05e604ddfc8 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Fri Jan 16 12:46:50 2015 -0600 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 16 22:24:20 2015 -0500 |
tree | a78dafeccd2e57f9734088afea99145b61874c58 | |
parent | 916102c6664dcfc11f76ab1da27882aee1d01d8c [diff] |
amd-xgbe: Simplify the Rx desciptor ring tracking Make the Rx descriptor ring processing similar to the Tx descriptor ring processing. Remove the realloc_index and realloc_threshold variables and base everything on the current index counter and the dirty index counter. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>