raw/ifpga/base: fix port feature ID
Fix ID value of port features to match the definition from hardware.
Fixes: 473c88f9b3
("drivers/raw: remove rawdev from directory names")
Cc: stable@dpdk.org
Signed-off-by: Wei Huang <wei.huang@intel.com>
Acked-by: Tianfei Zhang <tianfei.zhang@intel.com>
Acked-by: Rosen Xu <rosen.xu@intel.com>
This commit is contained in:
parent
8496483099
commit
e55d8d4c12
@ -93,9 +93,9 @@ enum fpga_id_type {
|
|||||||
|
|
||||||
#define PORT_FEATURE_ID_HEADER FEATURE_ID_FIU_HEADER
|
#define PORT_FEATURE_ID_HEADER FEATURE_ID_FIU_HEADER
|
||||||
#define PORT_FEATURE_ID_ERROR 0x10
|
#define PORT_FEATURE_ID_ERROR 0x10
|
||||||
#define PORT_FEATURE_ID_UMSG 0x12
|
#define PORT_FEATURE_ID_UMSG 0x11
|
||||||
#define PORT_FEATURE_ID_UINT 0x13
|
#define PORT_FEATURE_ID_UINT 0x12
|
||||||
#define PORT_FEATURE_ID_STP 0x14
|
#define PORT_FEATURE_ID_STP 0x13
|
||||||
#define PORT_FEATURE_ID_UAFU FEATURE_ID_AFU
|
#define PORT_FEATURE_ID_UAFU FEATURE_ID_AFU
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user