RDS: Remove unsignaled_bytes sysctl
Removed unsignaled_bytes sysctl and code to signal based on it. I believe unsignaled_wrs is more than sufficient for our purposes. Signed-off-by: Andy Grover <andy.grover@oracle.com>
This commit is contained in:
parent
da5a06cef5
commit
1d34f17571
3 changed files with 0 additions and 21 deletions
|
@ -138,7 +138,6 @@ struct rds_ib_connection {
|
|||
|
||||
/* Batched completions */
|
||||
unsigned int i_unsignaled_wrs;
|
||||
long i_unsignaled_bytes;
|
||||
};
|
||||
|
||||
/* This assumes that atomic_t is at least 32 bits */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue