RE: If feeling bored

2023-09-12 Thread Morten Brørup
> From: David Marchand [mailto:david.march...@redhat.com] > Sent: Tuesday, 12 September 2023 18.50 > > On Tue, Sep 12, 2023 at 5:46 PM Morten Brørup > wrote: > > RTE_LIBRTE_xxx seems redundant. There are still a bunch of those in > DPDK, which could be replaced by RTE_xxx. > > > > Cleaning up thi

Re: If feeling bored

2023-09-12 Thread David Marchand
On Tue, Sep 12, 2023 at 5:46 PM Morten Brørup wrote: > RTE_LIBRTE_xxx seems redundant. There are still a bunch of those in DPDK, > which could be replaced by RTE_xxx. > > Cleaning up this will probably break the API. If we exclude config/ doc/ and any rte_.*.h header, we should be good? $ for

If feeling bored

2023-09-12 Thread Morten Brørup
For the script sharks... RTE_LIBRTE_xxx seems redundant. There are still a bunch of those in DPDK, which could be replaced by RTE_xxx. Cleaning up this will probably break the API.