All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Xin Long <lucien.xin@gmail.com>
Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org,
	marcelo.leitner@gmail.com, nhorman@tuxdriver.com,
	davem@davemloft.net, kuba@kernel.org, alexander.duyck@gmail.com,
	jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com,
	intel-wired-lan@lists.osuosl.org
Subject: Re: [PATCH net-next 0/6] net: support SCTP CRC csum offload for tunneling packets in some drivers
Date: Tue, 19 Jan 2021 23:40:09 +0000	[thread overview]
Message-ID: <161109960900.4067.12876636834749313206.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1610777159.git.lucien.xin@gmail.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Sat, 16 Jan 2021 14:13:36 +0800 you wrote:
> This patchset introduces inline function skb_csum_is_sctp(), and uses it
> to validate it's a sctp CRC csum offload packet, to make SCTP CRC csum
> offload for tunneling packets supported in some HW drivers.
> 
> Xin Long (6):
>   net: add inline function skb_csum_is_sctp
>   net: igb: use skb_csum_is_sctp instead of protocol check
>   net: igbvf: use skb_csum_is_sctp instead of protocol check
>   net: igc: use skb_csum_is_sctp instead of protocol check
>   net: ixgbe: use skb_csum_is_sctp instead of protocol check
>   net: ixgbevf: use skb_csum_is_sctp instead of protocol check
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] net: add inline function skb_csum_is_sctp
    https://git.kernel.org/netdev/net-next/c/fa8211701043
  - [net-next,2/6] net: igb: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/8bcf02035bd5
  - [net-next,3/6] net: igbvf: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/d2de44443caf
  - [net-next,4/6] net: igc: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/609d29a9d242
  - [net-next,5/6] net: ixgbe: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/f8c4b01d3a68
  - [net-next,6/6] net: ixgbevf: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/fc186d0a4ef8

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org <patchwork-bot+netdevbpf@kernel.org>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH net-next 0/6] net: support SCTP CRC csum offload for tunneling packets in some drivers
Date: Tue, 19 Jan 2021 23:40:09 +0000	[thread overview]
Message-ID: <161109960900.4067.12876636834749313206.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1610777159.git.lucien.xin@gmail.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Sat, 16 Jan 2021 14:13:36 +0800 you wrote:
> This patchset introduces inline function skb_csum_is_sctp(), and uses it
> to validate it's a sctp CRC csum offload packet, to make SCTP CRC csum
> offload for tunneling packets supported in some HW drivers.
> 
> Xin Long (6):
>   net: add inline function skb_csum_is_sctp
>   net: igb: use skb_csum_is_sctp instead of protocol check
>   net: igbvf: use skb_csum_is_sctp instead of protocol check
>   net: igc: use skb_csum_is_sctp instead of protocol check
>   net: ixgbe: use skb_csum_is_sctp instead of protocol check
>   net: ixgbevf: use skb_csum_is_sctp instead of protocol check
> 
> [...]

Here is the summary with links:
  - [net-next,1/6] net: add inline function skb_csum_is_sctp
    https://git.kernel.org/netdev/net-next/c/fa8211701043
  - [net-next,2/6] net: igb: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/8bcf02035bd5
  - [net-next,3/6] net: igbvf: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/d2de44443caf
  - [net-next,4/6] net: igc: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/609d29a9d242
  - [net-next,5/6] net: ixgbe: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/f8c4b01d3a68
  - [net-next,6/6] net: ixgbevf: use skb_csum_is_sctp instead of protocol check
    https://git.kernel.org/netdev/net-next/c/fc186d0a4ef8

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  parent reply	other threads:[~2021-01-19 23:41 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16  6:13 [PATCH net-next 0/6] net: support SCTP CRC csum offload for tunneling packets in some drivers Xin Long
2021-01-16  6:13 ` [Intel-wired-lan] " Xin Long
2021-01-16  6:13 ` [PATCH net-next 1/6] net: add inline function skb_csum_is_sctp Xin Long
2021-01-16  6:13   ` [Intel-wired-lan] " Xin Long
2021-01-16  6:13   ` [PATCH net-next 2/6] net: igb: use skb_csum_is_sctp instead of protocol check Xin Long
2021-01-16  6:13     ` [Intel-wired-lan] " Xin Long
2021-01-16  6:13     ` [PATCH net-next 3/6] net: igbvf: " Xin Long
2021-01-16  6:13       ` [Intel-wired-lan] " Xin Long
2021-01-16  6:13       ` [PATCH net-next 4/6] net: igc: " Xin Long
2021-01-16  6:13         ` [Intel-wired-lan] " Xin Long
2021-01-16  6:13         ` [PATCH net-next 5/6] net: ixgbe: " Xin Long
2021-01-16  6:13           ` [Intel-wired-lan] " Xin Long
2021-01-16  6:13           ` [PATCH net-next 6/6] net: ixgbevf: " Xin Long
2021-01-16  6:13             ` [Intel-wired-lan] " Xin Long
2021-01-19 22:25             ` Alexander Duyck
2021-01-19 22:25               ` [Intel-wired-lan] " Alexander Duyck
2021-01-19 22:25           ` [PATCH net-next 5/6] net: ixgbe: " Alexander Duyck
2021-01-19 22:25             ` [Intel-wired-lan] " Alexander Duyck
2021-01-19 22:24         ` [PATCH net-next 4/6] net: igc: " Alexander Duyck
2021-01-19 22:24           ` [Intel-wired-lan] " Alexander Duyck
2021-01-19 22:24       ` [PATCH net-next 3/6] net: igbvf: " Alexander Duyck
2021-01-19 22:24         ` [Intel-wired-lan] " Alexander Duyck
2021-01-19 22:24     ` [PATCH net-next 2/6] net: igb: " Alexander Duyck
2021-01-19 22:24       ` [Intel-wired-lan] " Alexander Duyck
2021-01-19 22:23   ` [PATCH net-next 1/6] net: add inline function skb_csum_is_sctp Alexander Duyck
2021-01-19 22:23     ` [Intel-wired-lan] " Alexander Duyck
2021-01-19 23:35     ` Shannon Nelson
2021-01-19 23:35       ` [Intel-wired-lan] " Shannon Nelson
2021-01-19 23:40 ` patchwork-bot+netdevbpf [this message]
2021-01-19 23:40   ` [Intel-wired-lan] [PATCH net-next 0/6] net: support SCTP CRC csum offload for tunneling packets in some drivers patchwork-bot+netdevbpf

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=161109960900.4067.12876636834749313206.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexander.duyck@gmail.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jesse.brandeburg@intel.com \
    --cc=kuba@kernel.org \
    --cc=linux-sctp@vger.kernel.org \
    --cc=lucien.xin@gmail.com \
    --cc=marcelo.leitner@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@tuxdriver.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.