Re: [PATCH v2 0/9] Add Host control mode to HPB
From: Bean Huo <hidden>
Date: 2021-02-05 11:39:53
Also in:
lkml
On Tue, 2021-02-02 at 10:29 +0200, Avri Altman wrote:
v1 -> v2: - attend Greg's and Daejun's comments - add patch 9 making host mode parameters configurable - rebase on Daejun's v19 The HPB spec defines 2 control modes - device control mode and host control mode. In oppose to device control mode, in which the host obey to whatever recommendation received from the device - In host control mode, the host uses its own algorithms to decide which regions should be activated or inactivated. We kept the host managed heuristic simple and concise. Aside from adding a by-spec functionality, host control mode entails some further potential benefits: makes the hpb logic transparent and readable, while allow tuning / scaling its various parameters, and utilize system-wide info to optimize HPB potential.
Hi Avri In addition to the above advantage of HPB device mode, would you please share the performance comparison data with host mode? that will draw more attention, since you mentioned "you tested on Galaxy S20, and Xiaomi Mi10 pro", I think you have this kind of data. Your HPB host driver sits in the ufs driver. Since my HPB host mode driver is also implemented in the UFS driver layer, I did test my HPB driver between device mode and host mode. Saw there is an improvement, but not significant. If you can share your HPB drviver data, that will be awesome. Kind regards, Bean