net/pcap: make const array static
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
ccd872affd
commit
c18b5979bd
@ -106,7 +106,7 @@ struct pmd_devargs {
|
||||
} queue[RTE_PMD_PCAP_MAX_QUEUES];
|
||||
};
|
||||
|
||||
const char *valid_arguments[] = {
|
||||
static const char *valid_arguments[] = {
|
||||
ETH_PCAP_RX_PCAP_ARG,
|
||||
ETH_PCAP_TX_PCAP_ARG,
|
||||
ETH_PCAP_RX_IFACE_ARG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user