Re: [PATCH v2 4/6] drivers: fix exported headers

2024-12-16 Thread David Marchand
On Fri, Dec 13, 2024 at 2:46 PM David Marchand wrote: > > > diff --git a/drivers/raw/cnxk_bphy/rte_pmd_bphy.h > > > b/drivers/raw/cnxk_bphy/rte_pmd_bphy.h > > > index f668e6ea82..c200c935ff 100644 > > > --- a/drivers/raw/cnxk_bphy/rte_pmd_bphy.h > > > +++ b/drivers/raw/cnxk_bphy/rte_pmd_bphy.h >

Re: [PATCH v2 4/6] drivers: fix exported headers

2024-12-13 Thread Stephen Hemminger
On Fri, 13 Dec 2024 11:50:08 +0100 David Marchand wrote: > @@ -496,6 +501,7 @@ rte_pmd_bphy_intr_mem_get(uint16_t dev_id, struct > cnxk_bphy_mem *mem) > { > struct cnxk_bphy_irq_msg msg = { > .type = CNXK_BPHY_IRQ_MSG_TYPE_MEM_GET, > + .data = NULL, > }; >

Re: [PATCH v2 4/6] drivers: fix exported headers

2024-12-13 Thread David Marchand
On Fri, Dec 13, 2024 at 12:15 PM Bruce Richardson wrote: > > On Fri, Dec 13, 2024 at 11:50:08AM +0100, David Marchand wrote: > > Those headers could not be included individually as they were not > > including their dependencies, or were subject to some build warnings. > > > > Fixes: 831dba47bd36 (

Re: [PATCH v2 4/6] drivers: fix exported headers

2024-12-13 Thread Bruce Richardson
On Fri, Dec 13, 2024 at 11:50:08AM +0100, David Marchand wrote: > Those headers could not be included individually as they were not > including their dependencies, or were subject to some build warnings. > > Fixes: 831dba47bd36 ("bus/vmbus: add Hyper-V virtual bus support") > Fixes: 5b2a1a02dcaf (