From: Coly Li <colyli@suse.de> To: Qiaowei Ren <qiaowei.ren@intel.com>, Jianpeng Ma <jianpeng.ma@intel.com> Cc: linux-bcache@vger.kernel.org Subject: Re: [bch-nvm-pages v7 2/6] bcache: initialize the nvm pages allocator Date: Mon, 5 Apr 2021 23:14:49 +0800 [thread overview] Message-ID: <466afba1-30ed-0a4c-15fa-1c192eb61d8a@suse.de> (raw) In-Reply-To: <f1bab0fa-e5cf-a0ca-5e89-b9dfdcff7988@suse.de> On 3/29/21 1:54 PM, Coly Li wrote: > On 3/17/21 11:10 PM, Qiaowei Ren wrote: >> From: Jianpeng Ma <jianpeng.ma@intel.com> >> >> This patch define the prototype data structures in memory and initializes >> the nvm pages allocator. >> >> The nv address space which is managed by this allocatior can consist of >> many nvm namespaces, and some namespaces can compose into one nvm set, >> like cache set. For this initial implementation, only one set can be >> supported. >> >> The users of this nvm pages allocator need to call regiseter_namespace() >> to register the nvdimm device (like /dev/pmemX) into this allocator as >> the instance of struct nvm_namespace. >> >> Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> >> Co-authored-by: Qiaowei Ren <qiaowei.ren@intel.com> [snipped] >> - >> struct bch_pgalloc_rec { >> __u64 pgoff:52; >> __u64 order:12; >> > > BTW the above difinication of bit field is improper. You won't get what > you wan't as a 64bit size record. But don't worry I fix it in other > patches and the joint series will be posted soon after I integriate them > together. I withdraw the above comments. This is for NVDIMM, and libnvdimm depends on PHYS_ADDR_T_64BIT, it implicitly indicates a 64bit kernel (64BIT=y). So your method works. I will take the above idea in my patch to define the meta data structure. One more modification is, order:12 is too large, I will take 6 bits, and reserve the highest 6 bits. Thanks. Coly Li
next prev parent reply other threads:[~2021-04-05 15:14 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-17 15:10 [bch-nvm-pages v7 0/6] nvm page allocator for bcache Qiaowei Ren 2021-03-17 15:10 ` [bch-nvm-pages v7 1/6] bcache: add initial data structures for nvm pages Qiaowei Ren 2021-03-29 5:47 ` Coly Li 2021-03-17 15:10 ` [bch-nvm-pages v7 2/6] bcache: initialize the nvm pages allocator Qiaowei Ren 2021-03-29 5:54 ` Coly Li 2021-04-05 15:14 ` Coly Li [this message] 2021-03-17 15:10 ` [bch-nvm-pages v7 3/6] bcache: initialization of the buddy Qiaowei Ren 2021-03-29 11:10 ` Coly Li 2021-03-30 2:13 ` Ma, Jianpeng 2021-03-17 15:10 ` [bch-nvm-pages v7 4/6] bcache: bch_nvm_alloc_pages() " Qiaowei Ren 2021-03-29 10:01 ` Coly Li 2021-03-17 15:10 ` [bch-nvm-pages v7 5/6] bcache: bch_nvm_free_pages() " Qiaowei Ren 2021-03-17 15:10 ` [bch-nvm-pages v7 6/6] bcache: get allocated pages from specific owner Qiaowei Ren 2021-03-23 13:24 ` [bch-nvm-pages v7 0/6] nvm page allocator for bcache Coly Li
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=466afba1-30ed-0a4c-15fa-1c192eb61d8a@suse.de \ --to=colyli@suse.de \ --cc=jianpeng.ma@intel.com \ --cc=linux-bcache@vger.kernel.org \ --cc=qiaowei.ren@intel.com \ --subject='Re: [bch-nvm-pages v7 2/6] bcache: initialize the nvm pages allocator' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).