Re: [PATCH net-next] net: hns: use u32 for register offset in RCB TX coalescing

From: Jakub Kicinski

Date: Mon Apr 20 2026 - 13:38:48 EST


On Mon, 20 Apr 2026 17:40:19 +0300 Agalakov Daniil wrote:
> The local variable reg in hns_rcb_get_tx_coalesced_frames() and
> hns_rcb_set_tx_coalesced_frames() holds a register offset passed to
> dsaf_read_dev()/dsaf_write_dev(). Register offsets on this hardware
> are 32-bit values; using u64 was misleading.

net-next is closed during the merge window.

If you repost please improve the "why". As is I don't think this patch
is worth merging.