Re: [PATCH v9 2/2] net: Add mhi-net driver

2020-11-03 Thread Loic Poulain
Hi Jakub, On Mon, 2 Nov 2020 at 23:40, Jakub Kicinski wrote: > > On Fri, 30 Oct 2020 11:48:15 +0100 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 co

Re: [PATCH v9 2/2] net: Add mhi-net driver

2020-11-02 Thread Jakub Kicinski
On Fri, 30 Oct 2020 11:48:15 +0100 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). > > It support two MHI devices, IP_HW0 which is, the p

[PATCH v9 2/2] net: Add mhi-net driver

2020-10-30 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