Re: [PATCH net-next v3 0/5] Add MBIM over MHI support

2021-02-04 Thread Jakub Kicinski
On Thu, 4 Feb 2021 19:21:23 +0100 Loic Poulain wrote: > On Thu, 4 Feb 2021 at 19:09, Loic Poulain wrote: > > > > This patch adds MBIM decoding/encoding support to mhi-net, using > > mhi-net rx and tx_fixup 'proto' callbacks introduced in the series. > > This series has been rebased on top of th

Re: [PATCH net-next v3 0/5] Add MBIM over MHI support

2021-02-04 Thread Loic Poulain
Hi Jakub, On Thu, 4 Feb 2021 at 19:09, Loic Poulain wrote: > > This patch adds MBIM decoding/encoding support to mhi-net, using > mhi-net rx and tx_fixup 'proto' callbacks introduced in the series. This series has been rebased on top of the recently submitted: [PATCH net-next v5 1/2] net: mh

[PATCH net-next v3 0/5] Add MBIM over MHI support

2021-02-04 Thread Loic Poulain
This patch adds MBIM decoding/encoding support to mhi-net, using mhi-net rx and tx_fixup 'proto' callbacks introduced in the series. v2: - net.c: mhi_net_dev as rx/tx_fixup parameter - mbim: Check nth size/sequence in nth16_verify - mbim: Add netif_dbg message for verbose error - mbim: