From: Aaron Conole <aconole@redhat.com>
To: David Marchand <david.marchand@redhat.com>
Cc: Bruce Richardson <bruce.richardson@intel.com>,
Ciara Loftus <ciara.loftus@intel.com>,
dev@dpdk.org
Subject: Re: [PATCH v2] net/iavf: support pre and post reset callbacks
Date: Wed, 21 Jan 2026 14:39:14 -0500 [thread overview]
Message-ID: <f7tqzriwyal.fsf@redhat.com> (raw)
In-Reply-To: <CAJFAV8x7mozVaFw0y6n45SRw7PD3Wh9gBV-oXizj4YkWBZPO8Q@mail.gmail.com> (David Marchand's message of "Wed, 21 Jan 2026 10:29:18 +0100")
David Marchand <david.marchand@redhat.com> writes:
> On Tue, 20 Jan 2026 at 19:02, Bruce Richardson
> <bruce.richardson@intel.com> wrote:
>> > void
>> > iavf_set_no_poll(struct iavf_adapter *adapter, bool link_change)
>> > {
>> > diff --git a/drivers/net/intel/iavf/rte_pmd_iavf.h b/drivers/net/intel/iavf/rte_pmd_iavf.h
>> > index dea1bd2789..d13417eb08 100644
>> > --- a/drivers/net/intel/iavf/rte_pmd_iavf.h
>> > +++ b/drivers/net/intel/iavf/rte_pmd_iavf.h
>> > @@ -20,6 +20,8 @@
>> > #include <rte_mbuf.h>
>> > #include <rte_mbuf_dyn.h>
>> >
>> > +#include "iavf.h"
>> > +
>> This include is an issue, because it's an exported i.e. installed, header
>> including a private header that will not be installed as part of DPDK. This
>> gets picked up by running chkincs from test-meson-builds.sh script. [I'm
>> surprised this wasn't caught in the CI].
>
> Something looks wrong in the robot branch itself.
> I don't see the patch in the associated branch.
> https://github.com/ovsrobot/dpdk/commits/refs/heads/series_37048/
Weird... actually - not weird. I just checked a status report from that
week:
** There was another ozlabs outage, and that caused reports to be
malformed, leading to missing results. A recheck request should
work, but I need to get back to the python rework to fix this.
I think this probably had an issue applying and due to a database
corruption (which I fixed) had weird behavior when applying patches.
So it's possible that this patch got caught up in the bot breakages that
happened around the beginning of Dec.
> Otoh, pushing this patch in my own repo does raise a chkincs failure.
> https://github.com/david-marchand/dpdk/actions/runs/21203869950/job/60995562483#step:19:5413
next prev parent reply other threads:[~2026-01-21 19:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 15:17 [PATCH] net/iavf: support pre and post reset callbacks Ciara Loftus
2026-01-13 15:51 ` Bruce Richardson
2026-01-14 13:21 ` [PATCH v2] " Ciara Loftus
2026-01-20 18:01 ` Bruce Richardson
2026-01-21 9:29 ` David Marchand
2026-01-21 19:39 ` Aaron Conole [this message]
2026-01-21 12:42 ` [PATCH v3] " Ciara Loftus
2026-01-23 11:53 ` Bruce Richardson
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=f7tqzriwyal.fsf@redhat.com \
--to=aconole@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=ciara.loftus@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.