[dpdk-dev] [RFC PATCH 03/14] build: correct indentation in list of libs

Thomas Monjalon thomas at monjalon.net
Thu Apr 1 15:30:24 CEST 2021


01/04/2021 13:49, Bruce Richardson:
> With the lib/meson.build file changed from C-style indentation to
> python-style indentation, we need to correct the indentation of the lists
> of libraries, since these libs were not modified in the previous patches.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> +    'kvargs', # eal depends on kvargs
> +    'telemetry', # basic info querying
> +    'eal', # everything depends on eal
> +    'ring',
> +    'rcu', # rcu depends on ring
> +    'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci', # core
> +    'cmdline',
> +    'metrics', # bitrate/latency stats depends on this
> +    'hash',    # efd depends on this
> +    'timer',   # eventdev depends on this
> +    'acl', 'bbdev', 'bitratestats', 'cfgfile',
> +    'compressdev', 'cryptodev',
> +    'distributor', 'efd', 'eventdev',
> +    'gro', 'gso', 'ip_frag', 'jobstats',
> +    'kni', 'latencystats', 'lpm', 'member',
> +    'power', 'pdump', 'rawdev', 'regexdev',
> +    'rib', 'reorder', 'sched', 'security', 'stack', 'vhost',
> +    # ipsec lib depends on net, crypto and security
> +    'ipsec',
> +    #fib lib depends on rib

space missing

> +    'fib',
> +    # add pkt framework libs which use other libs from above
> +    'port', 'table', 'pipeline',
> +    # flow_classify lib depends on pkt framework table lib
> +    'flow_classify', 'bpf', 'graph', 'node']

Some may deserve to be on their own line.





More information about the dev mailing list