Re: [PATCH v6 1/6] dpdk: do not force C linkage on include file dependencies

2024-09-18 Thread Bruce Richardson
On Wed, Sep 18, 2024 at 02:09:26PM +0200, Mattias Rönnblom wrote: > On 2024-09-18 13:15, David Marchand wrote: > > On Tue, Sep 17, 2024 at 11:30 AM Mattias Rönnblom > > wrote: > > > > > > On 2024-09-16 14:05, David Marchand wrote: > > > > Hello, > > > > > > > > On Tue, Sep 10, 2024 at 10:41 AM

Re: [PATCH v6 1/6] dpdk: do not force C linkage on include file dependencies

2024-09-18 Thread Mattias Rönnblom
On 2024-09-18 13:15, David Marchand wrote: On Tue, Sep 17, 2024 at 11:30 AM Mattias Rönnblom wrote: On 2024-09-16 14:05, David Marchand wrote: Hello, On Tue, Sep 10, 2024 at 10:41 AM Mattias Rönnblom wrote: diff --git a/lib/acl/rte_acl_osdep.h b/lib/acl/rte_acl_osdep.h index 3c1dc402ca..e4

Re: [PATCH v6 1/6] dpdk: do not force C linkage on include file dependencies

2024-09-18 Thread David Marchand
On Tue, Sep 17, 2024 at 11:30 AM Mattias Rönnblom wrote: > > On 2024-09-16 14:05, David Marchand wrote: > > Hello, > > > > On Tue, Sep 10, 2024 at 10:41 AM Mattias Rönnblom > > wrote: > >> diff --git a/lib/acl/rte_acl_osdep.h b/lib/acl/rte_acl_osdep.h > >> index 3c1dc402ca..e4c7d07c69 100644 > >>

Re: [PATCH v6 1/6] dpdk: do not force C linkage on include file dependencies

2024-09-17 Thread Mattias Rönnblom
On 2024-09-16 14:05, David Marchand wrote: Hello, On Tue, Sep 10, 2024 at 10:41 AM Mattias Rönnblom wrote: diff --git a/lib/acl/rte_acl_osdep.h b/lib/acl/rte_acl_osdep.h index 3c1dc402ca..e4c7d07c69 100644 --- a/lib/acl/rte_acl_osdep.h +++ b/lib/acl/rte_acl_osdep.h @@ -5,10 +5,6 @@ #ifndef _

Re: [PATCH v6 1/6] dpdk: do not force C linkage on include file dependencies

2024-09-16 Thread David Marchand
Addendum to previous mail. I missed some issues, but the CI did catch them. On Tue, Sep 10, 2024 at 10:41 AM Mattias Rönnblom wrote: > diff --git a/lib/eal/include/rte_vfio.h b/lib/eal/include/rte_vfio.h > index b774625d9f..06b249dca0 100644 > --- a/lib/eal/include/rte_vfio.h > +++ b/lib/eal/incl

Re: [PATCH v6 1/6] dpdk: do not force C linkage on include file dependencies

2024-09-16 Thread David Marchand
Hello, On Tue, Sep 10, 2024 at 10:41 AM Mattias Rönnblom wrote: > diff --git a/lib/acl/rte_acl_osdep.h b/lib/acl/rte_acl_osdep.h > index 3c1dc402ca..e4c7d07c69 100644 > --- a/lib/acl/rte_acl_osdep.h > +++ b/lib/acl/rte_acl_osdep.h > @@ -5,10 +5,6 @@ > #ifndef _RTE_ACL_OSDEP_H_ > #define _RTE_AC