]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_parser.h
net/ice: fix race condition in Rx timestamp
[dpdk.git] / drivers / net / ice / base / ice_parser.h
index 816aea782abe2ebc7a94d5774999d0fad3d72303..22c73b686b96e7e1b9b6a55fd2c383a65ec5116a 100644 (file)
@@ -110,4 +110,6 @@ enum ice_status ice_parser_profile_init(struct ice_parser_result *rslt,
                                        struct ice_parser_profile *prof);
 void ice_parser_profile_dump(struct ice_hw *hw,
                             struct ice_parser_profile *prof);
+bool ice_check_ddp_support_proto_id(struct ice_hw *hw,
+                                   enum ice_prot_id proto_id);
 #endif /* _ICE_PARSER_H_ */