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

2021-01-05 Thread David Miller
From: Loic Poulain Date: Tue, 29 Dec 2020 10:04:54 +0100 > 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 unc

[PATCH net-next v3] net: mhi: Add raw IP mode support

2020-12-29 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