commit | 5148bf4ebc1f59dc6a0ec43a220c55ff0771246e | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Sun Dec 30 21:07:25 2007 -0600 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Feb 01 16:42:08 2008 -0500 |
tree | d7ba46947483308dc77736335b05d1124befa7c4 | |
parent | 5d137990f5860451a6e0428e0903f62933d05287 [diff] |
svc: Add transport specific xpo_release function The svc_sock_release function releases pages allocated to a thread. For UDP this frees the receive skb. For RDMA it will post a receive WR and bump the client credit count. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Acked-by: Neil Brown <neilb@suse.de> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Greg Banks <gnb@sgi.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>