Re: [RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API

2023-07-21 Thread Simon Horman
On Tue, Jul 18, 2023 at 02:58:30PM +0200, Ard Biesheuvel wrote: > Migrate the IPcomp network compression code to the acomp API, in order > to drop the dependency on the obsolete 'comp' API which is going away. > > For the time being, this is a rather mechanical conversion replacing > each comp TFM

[RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API

2023-07-18 Thread Ard Biesheuvel
Migrate the IPcomp network compression code to the acomp API, in order to drop the dependency on the obsolete 'comp' API which is going away. For the time being, this is a rather mechanical conversion replacing each comp TFM object with an acomp TFM/request object pair - this is necessary because,