On Wed, Jan 08, 2025 at 01:59:35PM -0600, Jeremy Linton wrote: > I'm under the impression this is a similar problem to cpu/irq/numa affinity > where the driver/subsystem should be making the choice, but the user is > provided the opportunity to override the defaults if they think there is > benefit in their environment. Which I think has been proven to have been a mistake. Instead over overriding irq affinity though proc/irq under the covers of the driver and hoping for the best the driver itself should have the opportinuty to set the affinity for its objects directly. Lets us not repeat this mistake with steering tag. The driver should always be involved in this stuff, if you want it to work with DPDK then go through the kernel driver that DPDK is running on top of (VFIO or RDMA) Jason