Re: [dpdk-dev] [PATCH 7/7] eventdev: fix ABI breakage due to event vector

2021-03-15 Thread Kinsella, Ray
On 08/03/2021 18:44, Jerin Jacob wrote: > On Sun, Feb 21, 2021 at 3:41 AM wrote: >> >> From: Pavan Nikhilesh >> >> Fix ABI breakage due to event vector configuration by moving >> the vector configuration into a new structure and having a separate >> function for enabling the vector config on a

Re: [dpdk-dev] [PATCH 7/7] eventdev: fix ABI breakage due to event vector

2021-03-12 Thread David Marchand
On Mon, Mar 8, 2021 at 7:44 PM Jerin Jacob wrote: > Summary: > 1) Ideal way of adding this feature is to add elements in the > existing structure as mentioned > in ("eventdev: introduce event vector Rx capability") in this series. > 2) Since this breaking ABI, Introducing a new structure to fix

Re: [dpdk-dev] [PATCH 7/7] eventdev: fix ABI breakage due to event vector

2021-03-08 Thread Jerin Jacob
On Sun, Feb 21, 2021 at 3:41 AM wrote: > > From: Pavan Nikhilesh > > Fix ABI breakage due to event vector configuration by moving > the vector configuration into a new structure and having a separate > function for enabling the vector config on a given ethernet device and > queue pair. > This vec

[dpdk-dev] [PATCH 7/7] eventdev: fix ABI breakage due to event vector

2021-02-20 Thread pbhagavatula
From: Pavan Nikhilesh Fix ABI breakage due to event vector configuration by moving the vector configuration into a new structure and having a separate function for enabling the vector config on a given ethernet device and queue pair. This vector config and function can be merged to queue config i