RE: [PATCH v1] bbdev: add device status info

2022-06-08 Thread Chautru, Nicolas
; From: Maxime Coquelin > > >> Sent: Tuesday, June 7, 2022 5:43 AM > > >> To: Stephen Hemminger ; Chautru, > > >> Nicolas > > >> Cc: dev@dpdk.org; gak...@marvell.com; t...@redhat.com; > > >> hemant.agra...@nxp.com; Vargas, Hernan > &g

Re: [PATCH v1] bbdev: add device status info

2022-06-07 Thread Stephen Hemminger
AM > >> To: Stephen Hemminger ; Chautru, Nicolas > >> > >> Cc: dev@dpdk.org; gak...@marvell.com; t...@redhat.com; > >> hemant.agra...@nxp.com; Vargas, Hernan > >> Subject: Re: [PATCH v1] bbdev: add device status info > >> > >> Hi Stephen, >

Re: [PATCH v1] bbdev: add device status info

2022-06-07 Thread Maxime Coquelin
Subject: Re: [PATCH v1] bbdev: add device status info Hi Stephen, On 6/7/22 02:09, Stephen Hemminger wrote: On Mon, 6 Jun 2022 15:50:08 -0700 Nicolas Chautru wrote: @@ -298,6 +313,8 @@ struct rte_bbdev_driver_info { const struct rte_bbdev_op_cap *capabilities; /** Device cpu_flag

RE: [PATCH v1] bbdev: add device status info

2022-06-07 Thread Chautru, Nicolas
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, June 7, 2022 5:43 AM > To: Stephen Hemminger ; Chautru, Nicolas > > Cc: dev@dpdk.org; gak...@marvell.com; t...@redhat.com; > hemant.agra...@nxp.com; Vargas, Hernan > Subject: Re: [PAT

Re: [PATCH v1] bbdev: add device status info

2022-06-07 Thread Maxime Coquelin
Hi Stephen, On 6/7/22 02:09, Stephen Hemminger wrote: On Mon, 6 Jun 2022 15:50:08 -0700 Nicolas Chautru wrote: @@ -298,6 +313,8 @@ struct rte_bbdev_driver_info { const struct rte_bbdev_op_cap *capabilities; /** Device cpu_flag requirements */ const enum rte_cpu_flag_t

Re: [PATCH v1] bbdev: add device status info

2022-06-06 Thread Stephen Hemminger
On Mon, 6 Jun 2022 15:50:08 -0700 Nicolas Chautru wrote: > @@ -298,6 +313,8 @@ struct rte_bbdev_driver_info { > const struct rte_bbdev_op_cap *capabilities; > /** Device cpu_flag requirements */ > const enum rte_cpu_flag_t *cpu_flag_reqs; > + /** Device Status */ > + en

[PATCH v1] bbdev: add device status info

2022-06-06 Thread Nicolas Chautru
This is a bbdev update targeted for 22.11. The updated structure will allow PMDs to expose through info_get what be may the status of the underlying accelerator, notably in case an HW error event having happened. Nicolas Chautru (1): bbdev: add device status info drivers/baseband/acc100/rte_ac

[PATCH v1] bbdev: add device status info

2022-06-06 Thread Nicolas Chautru
Added device status information, so that the PMD can expose information related to the underlying accelerator device status. Signed-off-by: Nicolas Chautru --- drivers/baseband/acc100/rte_acc100_pmd.c | 1 + drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 1 + drivers/baseband/f