On 8/25/25 10:42 AM, Jason Gunthorpe wrote: > On Mon, Jun 30, 2025 at 11:30:38AM -0400, Dennis Dalessandro wrote: > >> +void jkr_handle_link_bounce(struct work_struct *work) >> +{ >> + struct hfi2_pportdata *ppd = container_of(work, struct hfi2_pportdata, >> + link_bounce_work); >> + struct hfi2_devdata *dd = ppd->dd; >> + >> + dd_dev_warn(dd, "%s: TODO for JKR\n", __func__); >> +} > > I noticed a couple of these TODOs, they should all be cleaned up Will do, and take care of the other issues you pointed out too. Will try to get a v2 out this week. Thanks -Denny