Re: [PATCH v2 0/4] i2c: SMBus ARP support
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2026-01-24 05:32:55
Also in:
linux-i2c, lkml
From: Jeremy Kerr <jk@codeconstruct.com.au>
Date: 2026-01-24 05:32:55
Also in:
linux-i2c, lkml
Hi Heikki, Thanks for submitting these. Supporting SMBus ARP for MCTP has been on my wishlist for a while, so it's great to have a solid proposal here. I'm curious about why you're proposing a kernel approach though; the actual ARP protocol implementation would likely be implementable in userspace. I think the only kernel facility we would need is a notification facility for the possible presence of ARP-able devices (ie, through a Notify ARP Master, or another mechanism described by 5.6.3.9). I *think* we have existing interfaces for the rest of the ARP process. It's entirely possible I've missed something there; perhaps it's neater with the match tables and address allocation being all in-kernel. I'm keen to hear a bit of the rationale for the in-kernel implementation overall. Cheers, Jeremy