net/ixgbe: eliminate duplicate filterlist symbols
authorDavid Harton <dharton@cisco.com>
Thu, 14 Sep 2017 12:50:41 +0000 (08:50 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:48 +0000 (02:49 +0200)
commitf9b3923b5b6e01610484a76762a3d3029d5ae956
tree434a7cc89e6e28eb9809f5190b4fe70f77a94757
parentedbe47001e02ef57a56550f75038acb5ed087f6f
net/ixgbe: eliminate duplicate filterlist symbols

Some compilers generate warnings for duplicate symbols for the
set of filter lists current defined in ixgbe_ethdev.h.

This commits moves the definition and declaration to the source
file that actually uses them and provides a function to
initialize the values akin to its flush function.

Signed-off-by: David Harton <dharton@cisco.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Radu Nicolau <radu.nicolau@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
drivers/net/ixgbe/ixgbe_flow.c