commit | bf139b58af09eaed8828510adc094fc281deaf73 | [log] [tgz] |
---|---|---|
author | Bob Pearson <rpearsonhpe@gmail.com> | Thu Feb 11 15:04:56 2021 -0600 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Tue Feb 16 14:42:59 2021 -0400 |
tree | 478f4b6d04e0b5695b66b98d56e23285c395bacf | |
parent | fe454dc31e84f8c14cb8942fcb61666c9f40745b [diff] |
RDMA/rxe: Remove unused pkt->offset The pkt->offset field is never used except to assign it to 0. But it adds lots of unneeded code. This patch removes the field and related code. This causes a measurable improvement in performance. Link: https://lore.kernel.org/r/20210211210455.3274-1-rpearson@hpe.com Signed-off-by: Bob Pearson <rpearson@hpe.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>