Re: [PATCH v2] ppp: Move PFC decompression to PPP generic layer

2018-12-20 Thread David Miller
From: Sam Protsenko Date: Thu, 20 Dec 2018 20:29:20 +0200 > Extract "Protocol" field decompression code from transport protocols to > PPP generic layer, where it actually belongs. As a consequence, this > patch fixes incorrect place of PFC decompression in L2TP driver (when > it's not PPPOX_BOUND

Re: [PATCH v2] ppp: Move PFC decompression to PPP generic layer

2018-12-20 Thread Guillaume Nault
On Thu, Dec 20, 2018 at 08:29:20PM +0200, Sam Protsenko wrote: > Extract "Protocol" field decompression code from transport protocols to > PPP generic layer, where it actually belongs. As a consequence, this > patch fixes incorrect place of PFC decompression in L2TP driver (when > it's not PPPOX_BO

[PATCH v2] ppp: Move PFC decompression to PPP generic layer

2018-12-20 Thread Sam Protsenko
Extract "Protocol" field decompression code from transport protocols to PPP generic layer, where it actually belongs. As a consequence, this patch fixes incorrect place of PFC decompression in L2TP driver (when it's not PPPOX_BOUND) and also enables this decompression for other protocols, like PPPo