[dpdk-dev] [PATCH v2 2/3] net/af_xdp: support pinning of IRQs

Stephen Hemminger stephen at networkplumber.org
Mon Sep 30 19:11:37 CEST 2019


On Mon, 30 Sep 2019 16:42:04 +0000
Ciara Loftus <ciara.loftus at intel.com> wrote:

> +/* drivers supported for the queue_irq option */
> +enum supported_drivers {
> +	I40E_DRIVER,
> +	IXGBE_DRIVER,
> +	MLX5_DRIVER,
> +	NUM_DRIVERS
> +};

Anything device specific like this raises a red flag to me.

This regex etc, seems like a huge hack. Is there a better way  using
irqbalance and smp_affinity in kernel drivers?

NACK


More information about the dev mailing list