Re: [net-next PATCH 1/2] net: Add function to allow configuration of RPS

2016-06-01 Thread Alexander Duyck
On Wed, Jun 1, 2016 at 6:17 PM, Alexander Duyck wrote: > This patch gives drivers the ability to set their own default RPS > configuration. The general idea is to allow drivers that might benefit > from enabling RPS an opportunity to configure it for themselves. > > Signed-off-by: Alexander Duyck

[net-next PATCH 1/2] net: Add function to allow configuration of RPS

2016-06-01 Thread Alexander Duyck
This patch gives drivers the ability to set their own default RPS configuration. The general idea is to allow drivers that might benefit from enabling RPS an opportunity to configure it for themselves. Signed-off-by: Alexander Duyck --- include/linux/netdevice.h |9 net/core/dev.c