[Intel-wired-lan] [PATCH 3/5] ixgbe: add AF_XDP zero-copy Rx support
Jakub Kicinski
jakub.kicinski at netronome.com
Tue Sep 25 14:57:14 UTC 2018
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?
More information about the Intel-wired-lan
mailing list