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

2020-10-16 Thread Loic Poulain
Hi Eric, On Thu, 15 Oct 2020 at 20:56, Eric Dumazet wrote: > > > > On 10/15/20 3:29 PM, Loic Poulain wrote: > > On Thu, 15 Oct 2020 at 14:41, Eric Dumazet wrote: > >> > >> > >> > >> On 10/15/20 12:31 PM, Loic Poulain wrote: > >>> This patch adds a new network driver implementing MHI transport fo

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

2020-10-15 Thread Eric Dumazet
On 10/15/20 3:29 PM, Loic Poulain wrote: > On Thu, 15 Oct 2020 at 14:41, Eric Dumazet wrote: >> >> >> >> On 10/15/20 12:31 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) >>> i

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

2020-10-15 Thread Loic Poulain
On Thu, 15 Oct 2020 at 14:41, Eric Dumazet wrote: > > > > On 10/15/20 12:31 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 v4 1/2] net: Add mhi-net driver

2020-10-15 Thread Eric Dumazet
On 10/15/20 12:31 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). > > It support two MHI devices, IP_HW0 which is, the path to the

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

2020-10-15 Thread Loic Poulain
Please ignore this one, the title is wrong (it's not patch 1/2). On Thu, 15 Oct 2020 at 12:25, 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 +

[PATCH v4 1/2] net: Add mhi-net driver

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