]> git.droids-corp.org - dpdk.git/commit
app/testpmd: mark most cmdline symbols as static
authorDavid Marchand <david.marchand@redhat.com>
Tue, 24 May 2022 20:06:41 +0000 (22:06 +0200)
committerAndrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Tue, 31 May 2022 14:59:27 +0000 (16:59 +0200)
commitea0774fff5be5f07f168b458f69ecef8ddd7df02
treecd7fd70fff3ca15f30336d784a6244ace16cdf73
parentc42754fd581a4298b9db54aa063285a4ead5e23a
app/testpmd: mark most cmdline symbols as static

All those symbols don't need to be global, plus it was hiding unused
code such as:
- cmd_set_conntrack_dir_set and cmd_set_conntrack_dir_conntrack in
  cmdline.c,
- cmd_create_port_meter_g_action, cmd_create_port_meter_r_action,
  cmd_create_port_meter_y_action in cmdline_mtr.c,

Mark those symbols as static.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@xilinx.com>
app/test-pmd/bpf_cmd.c
app/test-pmd/cmdline.c
app/test-pmd/cmdline_flow.c
app/test-pmd/cmdline_mtr.c
app/test-pmd/cmdline_tm.c