On Mon, 8 Feb 2021 18:23:18 -0800 Tony Nguyen wrote:
This series contains updates to i40e driver only.
Cristian makes improvements to driver XDP path. Avoids writing
next-to-clean pointer on every update, removes redundant updates of
cleaned_count and buffer info, creates a helper function to consolidate
XDP actions and simplifies some of the behavior.
Eryk adds messages to inform the user when MTU is larger than supported
v2:
- Drop XDP_REDIRECT messaging patch (previously patch 5)
- Use only extack for XDP MTU error
Acked-by: Jakub Kicinski <kuba@kernel.org>
Thanks for the changes!