Re: [PATCH net-next v3 1/2] net: mhi: Add support for non-linear MBIM skb processing

2021-03-29 Thread patchwork-bot+netdevbpf
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

[PATCH net-next v3 1/2] net: mhi: Add support for non-linear MBIM skb processing

2021-03-29 Thread Loic Poulain
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-l