On Tue, 20 Jan 2026 at 19:02, Bruce Richardson
<[email protected]> 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/


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


-- 
David Marchand

Reply via email to