i40e/i40evf: Remove I40E_MAX_USER_PRIORITY define
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>
This commit is contained in:

committed by
Jeff Kirsher

parent
4ea623922d
commit
b7c3593764
@@ -244,7 +244,6 @@ struct i40e_fdir_filter {
|
|||||||
#define I40E_DCB_PRIO_TYPE_STRICT 0
|
#define I40E_DCB_PRIO_TYPE_STRICT 0
|
||||||
#define I40E_DCB_PRIO_TYPE_ETS 1
|
#define I40E_DCB_PRIO_TYPE_ETS 1
|
||||||
#define I40E_DCB_STRICT_PRIO_CREDITS 127
|
#define I40E_DCB_STRICT_PRIO_CREDITS 127
|
||||||
#define I40E_MAX_USER_PRIORITY 8
|
|
||||||
/* DCB per TC information data structure */
|
/* DCB per TC information data structure */
|
||||||
struct i40e_tc_info {
|
struct i40e_tc_info {
|
||||||
u16 qoffset; /* Queue offset from base queue */
|
u16 qoffset; /* Queue offset from base queue */
|
||||||
|
Reference in New Issue
Block a user