DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Hernan Vargas <hernan.vargas@intel.com>
Cc: dev@dpdk.org, gakhil@marvell.com, trix@redhat.com,
	 maxime.coquelin@redhat.com, nicolas.chautru@intel.com,
	qi.z.zhang@intel.com
Subject: Re: [PATCH v1 1/2] baseband/acc: support ACC100 deRM corner case SDK
Date: Wed, 18 Oct 2023 12:56:20 +0200	[thread overview]
Message-ID: <CAJFAV8y8b4M+Hn=0AdQa3b_vN34d7skfpynae5GAMzECzHvekw@mail.gmail.com> (raw)
In-Reply-To: <20231010175434.249697-2-hernan.vargas@intel.com>

On Tue, Oct 10, 2023 at 7:55 PM Hernan Vargas <hernan.vargas@intel.com> wrote:
>
> Implement de-ratematch pre-processing for ACC100 SW corner cases.
> Some specific 5GUL FEC corner cases may cause unintended back pressure
> and in some cases a potential stability issue on the ACC100.
> The PMD can detect such code block configuration and issue an info
> message to the user.
>
> Signed-off-by: Hernan Vargas <hernan.vargas@intel.com>
> ---
>  drivers/baseband/acc/meson.build      | 23 ++++++++++-
>  drivers/baseband/acc/rte_acc100_pmd.c | 59 +++++++++++++++++++++++++--
>  2 files changed, 77 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/baseband/acc/meson.build b/drivers/baseband/acc/meson.build
> index 27a654b50153..84f4fea635ef 100644
> --- a/drivers/baseband/acc/meson.build
> +++ b/drivers/baseband/acc/meson.build
> @@ -1,7 +1,28 @@
>  # SPDX-License-Identifier: BSD-3-Clause
>  # Copyright(c) 2020 Intel Corporation
>
> -deps += ['bus_pci']
...
> +deps += ['bbdev', 'bus_pci']

This part is likely a rebase damage.
See: b7b8de26f34d ("drivers: add dependencies for some classes")


-- 
David Marchand


  reply	other threads:[~2023-10-18 10:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10 17:54 [PATCH v1 0/2] FlexRAN SDK update for 23.11 Hernan Vargas
2023-10-10 17:54 ` [PATCH v1 1/2] baseband/acc: support ACC100 deRM corner case SDK Hernan Vargas
2023-10-18 10:56   ` David Marchand [this message]
2023-10-25 12:32     ` Maxime Coquelin
2023-10-10 17:54 ` [PATCH v1 2/2] doc: update FlexRAN SDK links Hernan Vargas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJFAV8y8b4M+Hn=0AdQa3b_vN34d7skfpynae5GAMzECzHvekw@mail.gmail.com' \
    --to=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=hernan.vargas@intel.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=nicolas.chautru@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=trix@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).