xprtrdma: Inline XDR chunk encoder functions
authorChuck Lever <chuck.lever@oracle.com>
Mon, 19 Aug 2019 22:51:03 +0000 (18:51 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 21 Aug 2019 18:48:41 +0000 (14:48 -0400)
commit1738de336ebc9f8d4bb1b3126c5417a5923a660a
treebe63a5d4495771b50add0890a9792de4aac43ebc
parent17d47f93bc69cc629aa6a20c0ac7b20c9965c116
xprtrdma: Inline XDR chunk encoder functions

Micro-optimization: Save the cost of three function calls during
transport header encoding.

These were "noinline" before to generate more meaningful call stacks
during debugging, but this code is now pretty stable.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xprtrdma/rpc_rdma.c