Re: [PATCH v4 2/7] bbdev: add device status info

2022-08-25 Thread Maxime Coquelin
On 7/6/22 23:16, Chautru, Nicolas wrote: +}; + /** Device statistics. */ struct rte_bbdev_stats { uint64_t enqueued_count; /**< Count of all operations enqueued */ @@ -285,12 +300,14 @@ struct rte_bbdev_driver_info { /** Set if device supports per-queue interrupts */

Re: [PATCH v4 2/7] bbdev: add device status info

2022-07-18 Thread Tom Rix
, Bruce ; david.march...@redhat.com; step...@networkplumber.org Subject: Re: [PATCH v4 2/7] bbdev: add device status info On 7/6/22 2:16 PM, Chautru, Nicolas wrote: -Original Message- From: Tom Rix Subject: Re: [PATCH v4 2/7] bbdev: add device status info On 7/5/22 5:23 PM, Nicolas

RE: [PATCH v4 2/7] bbdev: add device status info

2022-07-07 Thread Chautru, Nicolas
d.march...@redhat.com; > step...@networkplumber.org > Subject: Re: [PATCH v4 2/7] bbdev: add device status info > > > On 7/6/22 2:16 PM, Chautru, Nicolas wrote: > >> -Original Message- > >> From: Tom Rix > >> Subject: Re: [PATCH v4 2/7] bbdev: a

Re: [PATCH v4 2/7] bbdev: add device status info

2022-07-07 Thread Tom Rix
On 7/6/22 2:16 PM, Chautru, Nicolas wrote: -Original Message- From: Tom Rix Subject: Re: [PATCH v4 2/7] bbdev: add device status info On 7/5/22 5:23 PM, Nicolas Chautru wrote: Added device status information, so that the PMD can expose information related to the underlying

RE: [PATCH v4 2/7] bbdev: add device status info

2022-07-06 Thread Chautru, Nicolas
> -Original Message- > From: Tom Rix > Subject: Re: [PATCH v4 2/7] bbdev: add device status info > > > On 7/5/22 5:23 PM, Nicolas Chautru wrote: > > Added device status information, so that the PMD can expose > > information related to the underl

Re: [PATCH v4 2/7] bbdev: add device status info

2022-07-06 Thread Tom Rix
On 7/5/22 5:23 PM, Nicolas Chautru wrote: Added device status information, so that the PMD can expose information related to the underlying accelerator device status. Minor order change in structure to fit into padding hole. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc

[PATCH v4 2/7] bbdev: add device status info

2022-07-05 Thread Nicolas Chautru
Added device status information, so that the PMD can expose information related to the underlying accelerator device status. Minor order change in structure to fit into padding hole. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 1 + drivers/baseband/fp