The zswap compressed swap cache
The zswap compressed swap cache
Posted Feb 15, 2013 16:58 UTC (Fri) by sjennings (guest, #74813)In reply to: The zswap compressed swap cache by geuder
Parent article: The zswap compressed swap cache
So same problem, different solution. zswap focuses solely on compressed swap caching which removes the need for an abstraction layer, resulting in a smaller code base.
Both can be built in the same kernel, but you would only enable one at a time. Both zswap and zcache are enabled through a boot parameters for now.
Neither is in mainline yet and discussions are (or will be) ongoing on LKML about what to do going forward. There has been a LSF/MM topic suggested for this very discussion (http://marc.info/?l=linux-mm&m=135923138220901)