Skip to content

xdp.redirect_fail in native mode #15

@aminassadi

Description

@aminassadi

My Intel X710 NIC (driver i40e v2.28.5, firmware 11.1.7) fails to execute XDP_REDIRECT in native mode, while the same program works fine in skb mode. The system runs Ubuntu 6.8.0-58-generic with the latest driver/firmware updates. I’ve tried:

Reducing RX/TX queues to 1,

Disabling all offloads (ethtool -K for TSO/GRO/RXVLAN, etc.),

Testing with different XDP programs (including kernel samples).

No errors appear during XDP loading, but redirects silently fail. dmesg shows no clear crashes, but packet drops increment in ethtool -S. Is this a known limitation of the X710/i40e, or is there a missing configuration? Minimal reproducer and logs available if needed.

dmesg | grep i40e:

Image

ethtool stats:

Image

xdp-monitor logs:

Image

xdp-programs-stat:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions