X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbnxt%2Ftf_ulp%2Fulp_flow_db.h;h=b27678dae95d6e8912a6b3df00f596131d890f73;hb=06d1a5d056b30dd18b1e4abc98c19cde57a8016c;hp=8680ee8f658c3da0077bde904bcf025d69768e1f;hpb=bdf4a3c6316b3e7b7a850efe5facf158cd658ee8;p=dpdk.git diff --git a/drivers/net/bnxt/tf_ulp/ulp_flow_db.h b/drivers/net/bnxt/tf_ulp/ulp_flow_db.h index 8680ee8f65..b27678dae9 100644 --- a/drivers/net/bnxt/tf_ulp/ulp_flow_db.h +++ b/drivers/net/bnxt/tf_ulp/ulp_flow_db.h @@ -18,7 +18,7 @@ /* * Structure for the flow database resource information - * The below structure is based on the below paritions + * The below structure is based on the below partitions * nxt_resource_idx = dir[31],resource_func_upper[30:28],nxt_resource_idx[27:0] * If resource_func is EM_TBL then use resource_em_handle. * Else the other part of the union is used and @@ -411,28 +411,4 @@ ulp_flow_db_parent_flow_count_reset(struct bnxt_ulp_context *ulp_ctxt); void ulp_flow_db_shared_session_set(struct ulp_flow_db_res_params *res, enum bnxt_ulp_shared_session shared); -#ifdef RTE_LIBRTE_BNXT_TRUFLOW_DEBUG -/* - * Dump the flow entry details - * - * flow_db [in] Ptr to flow db - * fid [in] flow id - * - * returns none - */ -void -ulp_flow_db_debug_fid_dump(struct bnxt_ulp_flow_db *flow_db, uint32_t fid); - -/* - * Dump the flow database entry details - * - * ulp_ctxt [in] Ptr to ulp_context - * flow_id [in] if zero then all fids are dumped. - * - * returns none - */ -int32_t ulp_flow_db_debug_dump(struct bnxt_ulp_context *ulp_ctxt, - uint32_t flow_id); -#endif - #endif /* _ULP_FLOW_DB_H_ */