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, stable@dpdk.org
Subject: Re: [PATCH v1 1/1] drivers/baseband: fix device queues initialization
Date: Fri, 12 Jul 2024 14:25:40 +0200 [thread overview]
Message-ID: <CAJFAV8yW8CPfF66ZZO3uy6trV5sMRjPr4wNiJ3-VX4UQdGy0Ng@mail.gmail.com> (raw)
In-Reply-To: <20240708190941.120461-2-hernan.vargas@intel.com>
On Mon, Jul 8, 2024 at 9:14 PM Hernan Vargas <hernan.vargas@intel.com> wrote:
>
> To prevent incorrect readings, initialize FFT and MLDTS queues to 0.
All calls to bb drivers info_get are preceded with a:
memset(&dev_info, 0, sizeof(dev_info));
dev->dev_ops->info_get(dev, &dev_info);
So I don't really follow what this patch is trying to fix.
Can you provide details?
--
David Marchand
next prev parent reply other threads:[~2024-07-12 12:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-08 19:09 [PATCH v1 0/1] " Hernan Vargas
2024-07-08 19:09 ` [PATCH v1 1/1] drivers/baseband: " Hernan Vargas
2024-07-12 12:25 ` David Marchand [this message]
2024-07-17 17:13 ` Chautru, Nicolas
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=CAJFAV8yW8CPfF66ZZO3uy6trV5sMRjPr4wNiJ3-VX4UQdGy0Ng@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=stable@dpdk.org \
--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).