mbox series

[v5,0/2] Select optional libraries

Message ID 20230628132004.340074-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Select optional libraries |

Message

David Marchand June 28, 2023, 1:20 p.m. UTC
  This series is one implementation to try and please users who want to
select more easily which parts of DPDK are built.

It introduces a change in behavior for enabling deprecated libraries:
this series is aimed at the next release but sent early as a demo of
what changes are required.

If no strong opposition is met, a deprecation notice will be sent for
v23.07 to announce this change in v23.11.


Changes since v4:
- rebased on main,
- switched to a list of enabled deprecated libraries,

Changes since v3:
- split kni cleanup,
- split variable rename cleanup,
- introduced a new meson option to control deprecated libraries
  activation,
- simplified the actual implementation of enable_libs to mimic
  enable_drivers behavior,
  

Comments

Morten Brørup June 28, 2023, 2:48 p.m. UTC | #1
> From: David Marchand [mailto:david.marchand@redhat.com]
> Sent: Wednesday, 28 June 2023 15.20
> 
> This series is one implementation to try and please users who want to
> select more easily which parts of DPDK are built.

/me feels pleased :-)

> 
> It introduces a change in behavior for enabling deprecated libraries:
> this series is aimed at the next release but sent early as a demo of
> what changes are required.
> 
> If no strong opposition is met, a deprecation notice will be sent for
> v23.07 to announce this change in v23.11.

+1 for deprecation notice.

Series-acked-by: Morten Brørup <mb@smartsharesystems.com>
  
Bruce Richardson July 17, 2023, 12:54 p.m. UTC | #2
On Wed, Jun 28, 2023 at 04:48:13PM +0200, Morten Brørup wrote:
> > From: David Marchand [mailto:david.marchand@redhat.com]
> > Sent: Wednesday, 28 June 2023 15.20
> > 
> > This series is one implementation to try and please users who want to
> > select more easily which parts of DPDK are built.
> 
> /me feels pleased :-)
> 
> > 
> > It introduces a change in behavior for enabling deprecated libraries:
> > this series is aimed at the next release but sent early as a demo of
> > what changes are required.
> > 
> > If no strong opposition is met, a deprecation notice will be sent for
> > v23.07 to announce this change in v23.11.
> 
> +1 for deprecation notice.
> 
> Series-acked-by: Morten Brørup <mb@smartsharesystems.com>
Series-acked-by: Bruce Richardson <bruce.richardson@intel.com>