From: Martin KaFai Lau
Date: Tue, 10 Jan 2017 09:41:49 -0800
> In commit b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus
> eth and vlan hdrs"),
> it changed EOPNOTSUPP to ENOTSUPP by mistake. This patch fixes it.
>
> Fixes: b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one
On Tue, Jan 10, 2017 at 10:04:55PM +0200, Saeed Mahameed wrote:
> On Tue, Jan 10, 2017 at 7:41 PM, Martin KaFai Lau wrote:
> > In commit b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus
> > eth and vlan hdrs"),
> > it changed EOPNOTSUPP to ENOTSUPP by mistake. This patch fixes it
On Tue, Jan 10, 2017 at 7:41 PM, Martin KaFai Lau wrote:
> In commit b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus
> eth and vlan hdrs"),
> it changed EOPNOTSUPP to ENOTSUPP by mistake. This patch fixes it.
>
> Fixes: b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page
In commit b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus eth
and vlan hdrs"),
it changed EOPNOTSUPP to ENOTSUPP by mistake. This patch fixes it.
Fixes: b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus eth and
vlan hdrs")
Signed-off-by: Martin KaFai Lau
---
dr