diff options
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | 2018-03-06 16:22:34 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-08 00:05:57 +0100 |
commit | 9426bbc6de99b8649d897b94e8f5916b58195643 (patch) | |
tree | d93a41326f290e18a791ab19fcb02434ed0e14c1 /net/rds/rdma_transport.c | |
parent | rds: refactor zcopy code into rds_message_zcopy_from_user (diff) | |
download | linux-9426bbc6de99b8649d897b94e8f5916b58195643.tar.xz linux-9426bbc6de99b8649d897b94e8f5916b58195643.zip |
rds: use list structure to track information for zerocopy completion notification
Commit 401910db4cd4 ("rds: deliver zerocopy completion notification
with data") removes support fo r zerocopy completion notification
on the sk_error_queue, thus we no longer need to track the cookie
information in sk_buff structures.
This commit removes the struct sk_buff_head rs_zcookie_queue by
a simpler list that results in a smaller memory footprint as well
as more efficient memory_allocation time.
Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds/rdma_transport.c')
0 files changed, 0 insertions, 0 deletions