On Mon, 24 Sep 2018 18:35:55 +0200, Björn Töpel wrote:
> +     if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
> +             return -EINVAL;
> +
> +     if (adapter->flags & IXGBE_FLAG_DCB_ENABLED)
> +             return -EINVAL;

Hm, should you add UMEM checks to all the places these may get
enabled?  Like fabf1bce103a ("ixgbe: Prevent unsupported configurations
with XDP") did?

Reply via email to