Re: [PATCH v1 07/14] net/zxdh: get flow tables resources
On Mon, 10 Feb 2025 09:50:10 +0800 Bingbin Chen wrote: > +static uint32_t > +zxdh_np_get_se_buff_size(uint32_t opr) > +{ > + uint32_t buff_size = 0; > + > + switch (opr) { > + case ZXDH_HASH_FUNC_BULK_REQ: > + { > + buff_size = sizeof(ZXDH_NP_SE_HASH_FUNC_BULK_T); > +
Re: [PATCH v1 07/14] net/zxdh: get flow tables resources
On Mon, 10 Feb 2025 09:50:10 +0800 Bingbin Chen wrote: > +static uint32_t > +zxdh_np_agent_channel_se_res_get(uint32_t dev_id, > + uint32_t > sub_type, > + uint32_t opr, > +