On Mon, Dec 19, 2022 at 03:06:46PM +0800, Huisong Li wrote: > Sometimes displaying a unsigned integer value as hexadecimal encoded style > is more expected for human consumption, such as, offload capability and > device flag. This patch introduces two APIs to add unsigned integer value > as hexadecimal encoded string to array or dictionary. And user can choose > whether the stored value is padding to the specified width. > > Signed-off-by: Huisong Li <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Acked-by: Chengwen Feng <[email protected]>
Acked-by: Bruce Richardson <[email protected]>

