RE: [PATCH 5/6] event/cnxk: support to set runtime queue attributes

2022-04-04 Thread Shijith Thotton
> > >> +int >> +cnxk_sso_queue_attribute_get(struct rte_eventdev *event_dev, uint8_t >> queue_id, >> + uint32_t attr_id, uint32_t *attr_value) >> +{ >> +struct cnxk_sso_evdev *dev = cnxk_sso_pmd_priv(event_dev); >> + >> +*attr_value = attr_id == RTE_EVENT_QUEUE_ATTR_

RE: [PATCH 5/6] event/cnxk: support to set runtime queue attributes

2022-03-30 Thread Van Haaren, Harry
> -Original Message- > From: Shijith Thotton > Sent: Tuesday, March 29, 2022 2:11 PM > To: dev@dpdk.org; jer...@marvell.com > Cc: Shijith Thotton ; pbhagavat...@marvell.com > Subject: [PATCH 5/6] event/cnxk: support to set runtime queue attributes > +int > +cnxk_sso_queue_attribute_get(