Hello:

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

On Mon, 29 Mar 2021 17:39:31 +0200 you wrote:
> Currently, if skb is non-linear, due to MHI skb chaining, it is
> linearized in MBIM RX handler prior MBIM decoding, causing extra
> allocation and copy that can be as large as the maximum MBIM frame
> size (32K).
> 
> This change introduces MBIM decoding for non-linear skb, allowing to
> process 'large' non-linear MBIM packets without skb linearization.
> The IP packets are simply extracted from the MBIM frame using the
> skb_copy_bits helper.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] net: mhi: Add support for non-linear MBIM skb processing
    https://git.kernel.org/netdev/net-next/c/d9f0713c9217
  - [net-next,v3,2/2] net: mhi: Allow decoupled MTU/MRU
    https://git.kernel.org/netdev/net-next/c/3af562a37b7f

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


Reply via email to