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

2017-01-10 Thread Martin KaFai Lau
On Tue, Jan 10, 2017 at 03:43:39PM +0300, Sergei Shtylyov wrote: > Hello! > > On 01/10/2017 01:13 AM, Martin KaFai Lau wrote: > > >In commit b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus > >eth and vlan hdrs"), > >it changed ENOTSUPP to EOPNOTSUPP by mistake. This patch fixes i

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

2017-01-10 Thread Sergei Shtylyov
Hello! On 01/10/2017 01:13 AM, Martin KaFai Lau wrote: In commit b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrs"), it changed ENOTSUPP to EOPNOTSUPP by mistake. This patch fixes it. You mean vice versa (looking at your patch)? Fixes: b45f0674b997 ("m

[PATCH net] mlx4: Return EOPNOTSUPP instead of ENOTSUPP

2017-01-09 Thread Martin KaFai Lau
In commit b45f0674b997 ("mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrs"), it changed ENOTSUPP to EOPNOTSUPP 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