From: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
To: davem@davemloft.net, netdev@vger.kernel.org, lkp@intel.com,
edumazet@google.com
Subject: Re: [PATCH net-next v3 00/10] net: qualcomm: rmnet: Enable csum offloads
Date: Fri, 05 Jan 2018 18:05:23 -0700 [thread overview]
Message-ID: <3598b25f3a9138be9b213624b89ce512@codeaurora.org> (raw)
In-Reply-To: <1515184884-8242-1-git-send-email-subashab@codeaurora.org>
On 2018-01-05 13:41, Subash Abhinov Kasiviswanathan wrote:
> This series introduces the MAPv4 packet format for checksum
> offload plus some other minor changes.
>
> Patches 1-3 are cleanups.
>
> Patch 4 renames the ingress format to data format so that all data
> formats can be configured using this going forward.
>
> Patch 5 uses the pacing helper to improve TCP transmit performance.
>
> Patch 6-9 defines the the MAPv4 for checksum offload for RX and TX.
> A new header and trailer format are used as part of MAPv4.
> For RX checksum offload, only the 1's complement of the IP payload
> portion is computed by hardware. The meta data from RX header is
> used to verify the checksum field in the packet. Note that the
> IP packet and its field itself is not modified by hardware.
> This gives metadata to help with the RX checksum. For TX, the
> required metadata is filled up so hardware can compute the
> checksum.
>
> Patch 10 enables GSO on rmnet devices
>
> v1->v2: Fix sparse errors reported by kbuild test robot
>
> v2->v3: Update the commit message for Patch 5 based on Eric's comments
>
> Subash Abhinov Kasiviswanathan (10):
> net: qualcomm: rmnet: Remove redundant check when stamping map header
> net: qualcomm: rmnet: Remove invalid condition while stamping mux id
> net: qualcomm: rmnet: Remove unused function declaration
> net: qualcomm: rmnet: Rename ingress data format to data format
> net: qualcomm: rmnet: Set pacing shift
> net: qualcomm: rmnet: Define the MAPv4 packet formats
> net: qualcomm: rmnet: Add support for RX checksum offload
> net: qualcomm: rmnet: Handle command packets with checksum trailer
> net: qualcomm: rmnet: Add support for TX checksum offload
> net: qualcomm: rmnet: Add support for GSO
>
> drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c | 10 +-
> drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h | 2 +-
> .../net/ethernet/qualcomm/rmnet/rmnet_handlers.c | 36 ++-
> drivers/net/ethernet/qualcomm/rmnet/rmnet_map.h | 23 +-
> .../ethernet/qualcomm/rmnet/rmnet_map_command.c | 17 +-
> .../net/ethernet/qualcomm/rmnet/rmnet_map_data.c | 309
> ++++++++++++++++++++-
> .../net/ethernet/qualcomm/rmnet/rmnet_private.h | 2 +
> drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c | 4 +
> 8 files changed, 378 insertions(+), 25 deletions(-)
Hi David
I dont see this series in patchwork.
Do I need to resubmit this?
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2018-01-06 1:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-05 20:41 [PATCH net-next v3 00/10] net: qualcomm: rmnet: Enable csum offloads Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 01/10] net: qualcomm: rmnet: Remove redundant check when stamping map header Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 02/10] net: qualcomm: rmnet: Remove invalid condition while stamping mux id Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 03/10] net: qualcomm: rmnet: Remove unused function declaration Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 04/10] net: qualcomm: rmnet: Rename ingress data format to data format Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 05/10] net: qualcomm: rmnet: Set pacing shift Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 06/10] net: qualcomm: rmnet: Define the MAPv4 packet formats Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 07/10] net: qualcomm: rmnet: Add support for RX checksum offload Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 08/10] net: qualcomm: rmnet: Handle command packets with checksum trailer Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 09/10] net: qualcomm: rmnet: Add support for TX checksum offload Subash Abhinov Kasiviswanathan
2018-01-05 20:41 ` [PATCH net-next v3 10/10] net: qualcomm: rmnet: Add support for GSO Subash Abhinov Kasiviswanathan
2018-01-06 1:05 ` Subash Abhinov Kasiviswanathan [this message]
2018-01-07 1:08 ` [PATCH net-next v3 00/10] net: qualcomm: rmnet: Enable csum offloads David Miller
2018-01-07 2:19 ` Subash Abhinov Kasiviswanathan
2018-01-07 15:00 ` David Miller
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=3598b25f3a9138be9b213624b89ce512@codeaurora.org \
--to=subashab@codeaurora.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=lkp@intel.com \
--cc=netdev@vger.kernel.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).