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

2018-12-20 Thread Sam Protsenko
Hi Guillaume, On Wed, Dec 19, 2018 at 4:38 PM Guillaume Nault wrote: > > On Wed, Dec 19, 2018 at 02:08:08AM +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 fi

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

2018-12-19 Thread Guillaume Nault
On Wed, Dec 19, 2018 at 02:08:08AM +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] ppp: Move PFC decompression to PPP generic layer

2018-12-18 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