i40e/i40evf: Remove I40E_MAX_USER_PRIORITY define
authorCatherine Sullivan <catherine.sullivan@intel.com>
Thu, 10 Mar 2016 22:59:40 +0000 (14:59 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Apr 2016 09:12:59 +0000 (02:12 -0700)
This patch removes the duplicate definition of I40E_MAX_USER_PRIORITY
in i40e.h that is not needed.

Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h

index f208570..d25b3be 100644 (file)
@@ -244,7 +244,6 @@ struct i40e_fdir_filter {
 #define I40E_DCB_PRIO_TYPE_STRICT      0
 #define I40E_DCB_PRIO_TYPE_ETS         1
 #define I40E_DCB_STRICT_PRIO_CREDITS   127
-#define I40E_MAX_USER_PRIORITY 8
 /* DCB per TC information data structure */
 struct i40e_tc_info {
        u16     qoffset;        /* Queue offset from base queue */