X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2Fice_ethdev.h;h=f569da833973b74c266f8deae19ff015a74e6bbd;hb=84dd950a2f8dcf2f1fa058be6a9b106c515ac086;hp=8a52239f501545f656a3b04f67b8699e2c35e186;hpb=d76116a4678f9c534cb23010e17e3ddb0b6044bc;p=dpdk.git diff --git a/drivers/net/ice/ice_ethdev.h b/drivers/net/ice/ice_ethdev.h index 8a52239f50..f569da8339 100644 --- a/drivers/net/ice/ice_ethdev.h +++ b/drivers/net/ice/ice_ethdev.h @@ -273,6 +273,13 @@ struct ice_pf { struct ice_flow_list flow_list; }; +/** + * Cache devargs parse result. + */ +struct ice_devargs { + int safe_mode_support; +}; + /** * Structure to store private data for each PF/VF instance. */ @@ -286,6 +293,7 @@ struct ice_adapter { /* ptype mapping table */ uint32_t ptype_tbl[ICE_MAX_PKT_TYPE] __rte_cache_min_aligned; bool is_safe_mode; + struct ice_devargs devargs; }; struct ice_vsi_vlan_pvid_info {