From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, markubo@amazon.com,
netdev@vger.kernel.org, stable@vger.kernel.org,
tonyx.brelinski@intel.com
Subject: Re: [PATCH net 1/1] ixgbe: Fix packet corruption due to missing DMA sync
Date: Wed, 21 Jul 2021 00:00:04 +0000 [thread overview]
Message-ID: <162682560433.6038.5001734504344039121.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210720232619.3088791-1-anthony.l.nguyen@intel.com>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 20 Jul 2021 16:26:19 -0700 you wrote:
> From: Markus Boehme <markubo@amazon.com>
>
> When receiving a packet with multiple fragments, hardware may still
> touch the first fragment until the entire packet has been received. The
> driver therefore keeps the first fragment mapped for DMA until end of
> packet has been asserted, and delays its dma_sync call until then.
>
> [...]
Here is the summary with links:
- [net,1/1] ixgbe: Fix packet corruption due to missing DMA sync
https://git.kernel.org/netdev/net/c/09cfae9f13d5
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-07-21 0:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-20 23:26 [PATCH net 1/1] ixgbe: Fix packet corruption due to missing DMA sync Tony Nguyen
2021-07-21 0:00 ` patchwork-bot+netdevbpf [this message]
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=162682560433.6038.5001734504344039121.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=markubo@amazon.com \
--cc=netdev@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=tonyx.brelinski@intel.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.