Re: [PATCH v3] net: Add mhi-net driver

2020-10-15 Thread Loic Poulain
On Thu, 15 Oct 2020 at 09:25, Eric Dumazet wrote: > > > > On 10/14/20 1:53 PM, Loic Poulain wrote: > > This patch adds a new network driver implementing MHI transport for > > network packets. Packets can be in any format, though QMAP (rmnet) > > is the usual protocol (flow control + PDN mux). > >

Re: [PATCH v3] net: Add mhi-net driver

2020-10-15 Thread Eric Dumazet
On 10/14/20 1:53 PM, Loic Poulain wrote: > This patch adds a new network driver implementing MHI transport for > network packets. Packets can be in any format, though QMAP (rmnet) > is the usual protocol (flow control + PDN mux). > ... > +static void mhi_net_rx_refill_work(struct work_struct

[PATCH v3] net: Add mhi-net driver

2020-10-14 Thread Loic Poulain
This patch adds a new network driver implementing MHI transport for network packets. Packets can be in any format, though QMAP (rmnet) is the usual protocol (flow control + PDN mux). It support two MHI devices, IP_HW0 which is, the path to the IPA (IP accelerator) on qcom modem, And IP_SW0 which i