; 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
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,
>
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
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
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
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
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
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
8 matches
Mail list logo