netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Elder <elder@linaro.org>
To: davem@davemloft.net, kuba@kernel.org, subashab@codeaurora.org
Cc: evgreen@chromium.org, cpratapa@codeaurora.org,
	bjorn.andersson@linaro.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH net-next 0/2] net: ipa: IPA v4.5 inline checksum offload
Date: Mon, 30 Nov 2020 18:41:41 -0600	[thread overview]
Message-ID: <20201201004143.27569-1-elder@linaro.org> (raw)

This series includes one changed destined for a central header file
and a second (dependent on the first) that applies to the IPA driver.
If these should be posted a different way, please let me know.

The first patch introduces a new data structure defining the format
of a header that's used for "inline" checksum offload.  Changes to
the RMNet driver are required to fully support this feature, and
those will be provided separately.

The second patch implements changes to the IPA driver required to
support inline checksum offload for IPA version 4.5.  It uses only
the *size* of the new data structure.

					-Alex

Alex Elder (2):
  if_rmnet.h: define struct rmnet_map_v5_csum_header
  net: ipa: add support for inline checksum offload

 drivers/net/ipa/ipa_endpoint.c | 50 ++++++++++++++++++++++++++--------
 drivers/net/ipa/ipa_reg.h      |  1 +
 include/linux/if_rmnet.h       | 30 ++++++++++++++++++++
 3 files changed, 70 insertions(+), 11 deletions(-)

-- 
2.20.1


             reply	other threads:[~2020-12-01  0:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01  0:41 Alex Elder [this message]
2020-12-01  0:41 ` [PATCH net-next 1/2] if_rmnet.h: define struct rmnet_map_v5_csum_header Alex Elder
2020-12-01  0:41 ` [PATCH net-next 2/2] net: ipa: add support for inline checksum offload Alex Elder
2020-12-02  2:13   ` Jakub Kicinski
2020-12-02 13:24     ` Alex Elder

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=20201201004143.27569-1-elder@linaro.org \
    --to=elder@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=cpratapa@codeaurora.org \
    --cc=davem@davemloft.net \
    --cc=evgreen@chromium.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=subashab@codeaurora.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).