From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5474AC433F5 for ; Thu, 5 May 2022 19:33:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384731AbiEEThH (ORCPT ); Thu, 5 May 2022 15:37:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242764AbiEEThB (ORCPT ); Thu, 5 May 2022 15:37:01 -0400 Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 215185BE52 for ; Thu, 5 May 2022 12:33:20 -0700 (PDT) Received: by mail-pl1-x636.google.com with SMTP id i1so5320528plg.7 for ; Thu, 05 May 2022 12:33:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dRHgD9SEP6VxecvOJKMO+hE0skmrxwLBPBgRgtV/MUU=; b=cRbJ1Voo0Pa/pnGw+etrw1nN4wsyMSamotM9s29deoo46EfHIwdES8lYAf2BicHXYh cbUp7UQn497jeuMx6r582K3O7sammfm2CYNakU5Sb48i4jDKZ1/hFLj6g+yGHbGJg678 pNktgCkMDanFMuxNLRXwMiyGeLVgOhm//W+PEJVfg+oRO9cOlW+7w99LZd25UFx/xpnw 0PST6Um2u2Ibhy/5pt+x2B+DTaCcyj4HM4TxHjiiNvODWTuv3Qwv0YeTP3NAfk5RQGGr gWMXiYl5ck3Cr5eZRPzA0PTQ66o9qX9DoCCrsFx+1hjhm2KMdvZNlU04BokxyrIOe33N lB/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dRHgD9SEP6VxecvOJKMO+hE0skmrxwLBPBgRgtV/MUU=; b=mCawaRJUPb+hWA3qwxjuc3REldRAfQhN0TX6HH1iNdHcIGDlDayRLu8MrFuT+VrYUW YCGfE1QRI4EjOO6wxUGte3/Z7osol0De+Omm0PiCfQYHuGIQvQt4LlUk1ODYBduhpUPW nzrQwVkLon++jiX2Wo5xDOD3+kysNxQyjrr2kjaJVp2VURWZVY3xb221Nf/vIlip2zn+ DVb9pOQ46ZLrRkuMmlUPgXWgNUDb7tZ4lF8sPaP5RqOY68SGIVwi4Q0dP+V/+2AxACnt H0ppGLZ5h0kuVnJeAe/Deq7xFVuZ2Ubyr/HRlNyAU+1clq8/PPsUS+sggpsppXuNBs+W hBXw== X-Gm-Message-State: AOAM532YHl3n7wNQzJoVfZSJtqTyKaatKAw1CLdPGVif56HEO7VkgDUE c39dKZtUjhNEyj23mOaJFsts6QViSBLsJZ6SPSTNFw== X-Google-Smtp-Source: ABdhPJxGguelLKMMpEx0uxbQpKMJbjQY6h5B3jSBojaGuvXcuco6MYRM1sPTvh64MqlKMdIMtg8Lwvyr/Ct7WyXrOzU= X-Received: by 2002:a17:90b:1d83:b0:1dc:4362:61bd with SMTP id pf3-20020a17090b1d8300b001dc436261bdmr8009409pjb.126.1651779199526; Thu, 05 May 2022 12:33:19 -0700 (PDT) MIME-Version: 1.0 References: <20220427160016.144237-1-hannes@cmpxchg.org> <20220427160016.144237-5-hannes@cmpxchg.org> In-Reply-To: From: Shakeel Butt Date: Thu, 5 May 2022 12:33:08 -0700 Message-ID: Subject: Re: [PATCH 4/5] mm: zswap: add basic meminfo and vmstat coverage To: Yang Shi , Suleiman Souhlal Cc: Johannes Weiner , Minchan Kim , Andrew Morton , Michal Hocko , Roman Gushchin , Seth Jennings , Dan Streetman , Linux MM , Cgroups , LKML , Kernel Team Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 28, 2022 at 9:54 AM Yang Shi wrote: > [...] > > Yes, we have some modifications to zswap to make it work without any > > backing real swap. Though there is a future plan to move to zram > > eventually. > > Interesting, if so why not just simply use zram? > Historical reasons. When we started trying out the zswap, I think zram was still in staging or not stable enough (Suleiman can give a better answer).