Re: [PATCH] net: mhi: Add raw IP mode support

2020-12-17 Thread Loic Poulain
On Wed, 16 Dec 2020 at 20:20, Jakub Kicinski wrote: > > On Mon, 14 Dec 2020 17:12:24 +0100 Loic Poulain wrote: > > MHI net is protocol agnostic, the payload protocol depends on the modem > > configuration, which can be either RMNET (IP muxing and aggregation) or > > raw IP. This patch adds support

Re: [PATCH] net: mhi: Add raw IP mode support

2020-12-16 Thread Jakub Kicinski
On Mon, 14 Dec 2020 17:12:24 +0100 Loic Poulain wrote: > MHI net is protocol agnostic, the payload protocol depends on the modem > configuration, which can be either RMNET (IP muxing and aggregation) or > raw IP. This patch adds support for incomming IPv4/IPv6 packets, that > was previously uncondi

[PATCH] net: mhi: Add raw IP mode support

2020-12-14 Thread Loic Poulain
MHI net is protocol agnostic, the payload protocol depends on the modem configuration, which can be either RMNET (IP muxing and aggregation) or raw IP. This patch adds support for incomming IPv4/IPv6 packets, that was previously unconditionnaly reported as RMNET packets. Signed-off-by: Loic Poulai