[dpdk-dev] [PATCH] net/af_xdp: fix xdp_get_channels_info return value
Stephen Hemminger
stephen at networkplumber.org
Fri Jul 12 17:21:04 CEST 2019
On Fri, 12 Jul 2019 16:01:39 +0100
Ferruh Yigit <ferruh.yigit at intel.com> wrote:
> On 7/12/2019 4:43 PM, Ye Xiaolong wrote:
> > Hi,
> >
> > Thanks for the patch.
> >
> > On 07/12, Július Milan wrote:
> >> Procedure xdp_get_channels_info was returning error code -1 in case of
> >> ioctl command SIOCETHTOOL was not supported. This patch sets return
> >> value back to 0 as it is valid case.
> >>
> >> Fixes: 339b88c6a9 ("net/af_xdp: support multi-queue")
> >>
> >> Signed-off-by: Július Milan <jmilan.dev at gmail.com>
> >
> >
> > Reviewed-by: Xiaolong Ye <xiaolong.ye at intel.com>
>
> Applied to dpdk-next-net/master, thanks.
The patch was broken. It would not set channel values correctly
More information about the dev
mailing list