[RFC V2 PATCH 03/25] net/netpolicy: get device queue irq information

2016-08-04 Thread kan . liang
From: Kan Liang 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 t

[RFC V2 PATCH 03/25] net/netpolicy: get device queue irq information

2016-08-04 Thread kan . liang
From: Kan Liang 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 t