On 2022-09-14 15:02, Jerin Jacob wrote:
>> struct rte_event_vector {
>>uint16_t nb_elem;
>> - /**< Number of elements in this event vector. */
>> - uint16_t rsvd : 15;
>> + /**< Total number of elements in this event vector. */
>
> I'm not sure "total" ad
> > >>>struct rte_event_vector {
> > >>> uint16_t nb_elem;
> > >>> - /**< Number of elements in this event vector. */
> > >>> - uint16_t rsvd : 15;
> > >>> + /**< Total number of elements in this event vector. */
> > >>
> > >> I'm not sure "total" adds anything here. Didn't the old nb
.com;
> timothy.mcdan...@intel.com; Shijith Thotton ;
> hemant.agra...@nxp.com; nipun.gu...@nxp.com;
> harry.van.haa...@intel.com; lian...@liangbit.com;
> peter.mccar...@intel.com
> Subject: Re: [EXT] Re: [PATCH 1/3] eventdev: add element offset to event
> vector
>
> On
On 2022-08-23 22:39, Pavan Nikhilesh Bhagavatula wrote:
>> On 2022-08-16 17:49, pbhagavat...@marvell.com wrote:
>>> From: Pavan Nikhilesh
>>>
>>> Add ``elem_offset:12`` bit field event vector structure
>>> the bits are taken from ``rsvd:15``.
>>> The element offset defines the offset into the vect
> On 2022-08-16 17:49, pbhagavat...@marvell.com wrote:
> > From: Pavan Nikhilesh
> >
> > Add ``elem_offset:12`` bit field event vector structure
> > the bits are taken from ``rsvd:15``.
> > The element offset defines the offset into the vector array
> > at which valid elements start.
> > The valid
On 2022-08-16 17:49, pbhagavat...@marvell.com wrote:
From: Pavan Nikhilesh
Add ``elem_offset:12`` bit field event vector structure
the bits are taken from ``rsvd:15``.
The element offset defines the offset into the vector array
at which valid elements start.
The valid elements count will be equ
From: Pavan Nikhilesh
Add ``elem_offset:12`` bit field event vector structure
the bits are taken from ``rsvd:15``.
The element offset defines the offset into the vector array
at which valid elements start.
The valid elements count will be equal to nb_elem - elem_offset.
Update Rx/Tx adapter SW i
7 matches
Mail list logo