Re: [PATCH net v2] mlx4: Return EOPNOTSUPP instead of ENOTSUPP

2017-01-10 Thread David Miller
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

Re: [PATCH net v2] mlx4: Return EOPNOTSUPP instead of ENOTSUPP

2017-01-10 Thread Martin KaFai Lau
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

Re: [PATCH net v2] mlx4: Return EOPNOTSUPP instead of ENOTSUPP

2017-01-10 Thread Saeed Mahameed
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

[PATCH net v2] mlx4: Return EOPNOTSUPP instead of ENOTSUPP

2017-01-10 Thread Martin KaFai Lau
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