All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Pearson <rpearsonhpe@gmail.com>
To: jgg@nvidia.com, zyjzyj2000@gmail.com, linux-rdma@vger.kernel.org
Cc: Bob Pearson <rpearsonhpe@gmail.com>
Subject: [PATCH 0/2] providers/rxe: Remove redundant num_sge_fields
Date: Tue, 13 Sep 2022 17:30:49 -0500	[thread overview]
Message-ID: <20220913223050.18416-1-rpearsonhpe@gmail.com> (raw)

This patch series removes two unused num_sge fields in
struct rxe_send_wr and struct rxe_recv_wqe in favor of the
num_sge field in struct rxe_dma_info. It has no effect on the
current ABI. It has the desireable side effect of freeing
4 bytes in rxe_send_wr, which is otherwise completely full, for
other uses.

Bob Pearson (2):
  Update kernel headers
  providers/rxe: Remove redundant num_sge fields

 kernel-headers/rdma/rdma_user_rxe.h |  4 ++--
 providers/rxe/rxe.c                 | 11 +++++------
 2 files changed, 7 insertions(+), 8 deletions(-)


base-commit: 3cbfb618e0a70d7341d1e737fd00f661ccaac1c4
-- 
2.34.1


             reply	other threads:[~2022-09-13 22:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 22:30 Bob Pearson [this message]
2022-09-13 22:30 ` [PATCH 1/2] Update kernel headers Bob Pearson
2022-09-13 22:30 ` [PATCH 2/2] providers/rxe: Remove redundant num_sge fields Bob Pearson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220913223050.18416-1-rpearsonhpe@gmail.com \
    --to=rpearsonhpe@gmail.com \
    --cc=jgg@nvidia.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=zyjzyj2000@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.