net/netvsc: change Rx descriptor setup and sizing
authorStephen Hemminger <sthemmin@microsoft.com>
Tue, 24 Jul 2018 21:08:50 +0000 (14:08 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 5 Aug 2018 09:02:15 +0000 (11:02 +0200)
commitfc30efe3a22e720ca48e3a4178063d2b1bb7329d
treea3dcfd9b6e5fb1abed34945ea1e5fe29a5778602
parentec3242685a4d5c79845a9eafda44e328dca924b9
net/netvsc: change Rx descriptor setup and sizing

Increase the size of the ring used to hold mbuf's received
but not processed.  The default is now based off the size
of the receive mbuf pool not the number of sections from the host.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
drivers/net/netvsc/hn_rxtx.c