From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sun, 20 Mar 2016 15:51:16 -0700 Subject: [U-Boot] [RFC PATCH 1/2] add block device cache In-Reply-To: <20160320221325.GT23166@bill-the-cat> References: <56E9A92F.5000205@nelint.com> <1458164424-15363-1-git-send-email-eric@nelint.com> <1458164424-15363-2-git-send-email-eric@nelint.com> <56EB1ECA.3030204@wwwdotorg.org> <56EB2290.30705@nelint.com> <20160320221325.GT23166@bill-the-cat> Message-ID: <56EF2964.6060302@nelint.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thanks for the feedback Tom, On 03/20/2016 03:13 PM, Tom Rini wrote: > On Thu, Mar 17, 2016 at 02:33:04PM -0700, Eric Nelson wrote: >> Thanks for the review(s) Stephen. >> >> On 03/17/2016 02:16 PM, Stephen Warren wrote: >>> On 03/16/2016 03:40 PM, Eric Nelson wrote: >>>> Signed-off-by: Eric Nelson >>> >>> A patch description would be useful here; the cover letter wouldn't be >>> checked in. >>> >> >> Yeah. Please hote the RFC. >> >> I was really hoping for some broader feedback about whether this >> is a better approach than the more specialized ext4 extent cache. > > Well, I guess it comes down to how hard it is to also re-use this on say > USB (another common case and one I assume you can test on your HW) since > all of EXT4 and FAT and MMC and USB are fairly common and we should be > able to address these with your approach, or at least be within "rework > some other stuff and then.." distance. > It should be trivial to include this support for USB, SATA, IDE, or any other block device, but not transparent. I'm close to a V2 RFC patch so people can throw stones at an actual implementation. Regards, Eric