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

2020-10-17 Thread Hemant Kumar
Hi Loic, On 10/16/20 2:20 AM, 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 I

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

2020-10-16 Thread Jakub Kicinski
Please trim your replies. On Fri, 16 Oct 2020 17:52:28 -0700 Hemant Kumar wrote: > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +#define MIN_MTUETH_MIN_MTU > > +#define MAX_MTU0x > uci driver patch se

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

2020-10-16 Thread Jakub Kicinski
On Fri, 16 Oct 2020 11:20:07 +0200 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 v6 2/3] net: Add mhi-net driver

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