nfp: rename ring allocation helpers
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Nov 2016 17:11:59 +0000 (17:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Nov 2016 18:56:14 +0000 (14:56 -0400)
commit0ae42dfcf249a6b6535d37e119e06efb31eef979
treeb1f5ce613c7474ad044327bb8cbbaf3e0b0f2fdd
parent68453c7a8973399441080bcb20512d38033e64f7
nfp: rename ring allocation helpers

"Shadow" in ring helpers used to mean that the helper will allocate
rings without touching existing configuration, this was used for
reconfiguration while the device was running.  We will soon use
the same helpers for .ndo_open() path, so replace "shadow" with
"ring_set".

No functional changes.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/netronome/nfp/nfp_net_common.c