From c7e4358ae8e49f85a4d528366046da26b36a712f Mon Sep 17 00:00:00 2001 From: Shannon Nelson Date: Tue, 24 Feb 2009 16:36:38 -0800 Subject: [PATCH] ixgbe: Move ring features into an enum, allowing easier future maintenance From: Shannon Nelson The ring_feature member of ixgbe_adapter is statically allocated based on the supported features of the device. When a new feature is added, we need to manually update the static allocation. This patch makes the feature list an enum, eliminating the need for multiple updates to the code when adding a new feature. Signed-off-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-format-patch failed