On Thu, 10 Dec 2020 at 06:52, Subash Abhinov Kasiviswanathan <subas...@codeaurora.org> wrote: > > Packets sent by rmnet to the real device have variable MAP header > lengths based on the data format configured. This patch adds checks > to ensure that the real device MTU is sufficient to transmit the MAP > packet comprising of the MAP header and the IP packet. This check > is enforced when rmnet devices are created and updated and during > MTU updates of both the rmnet and real device. > > Additionally, rmnet devices now have a default MTU configured which > accounts for the real device MTU and the headroom based on the data > format. > > Signed-off-by: Sean Tranchetti <stran...@codeaurora.org> > Signed-off-by: Subash Abhinov Kasiviswanathan <subas...@codeaurora.org>
Tested-by: Loic Poulain <loic.poul...@linaro.org>