RE: [RFC V3 PATCH 03/26] net/netpolicy: get device queue irq information

From: Liang, Kan
Date: Tue Sep 13 2016 - 08:23:20 EST


>
> Hello.
>
> On 09/12/2016 05:55 PM, kan.liang@xxxxxxxxx wrote:
>
> > From: Kan Liang <kan.liang@xxxxxxxxx>
> >
> > Net policy needs to know device information. Currently, it's enough to
> > only get irq information of rx and tx queues.
> >
> > This patch introduces ndo ops to do so, not ethtool ops.
> > Because there are already several ways to get irq information in
> > userspace. It's not necessory to extend the ethtool.
>
> Necessary.

OK. I will extend the ethtool in next version.

Thanks,
Kan

>
> > Signed-off-by: Kan Liang <kan.liang@xxxxxxxxx>
>
> [...]
>
> MBR, Sergei