# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2023 Marvell. # graph usecase coremask mask bsz size tmo ns model <(rtc,mcd,default)>model_name <(pcap_enable)>capt_ena pcap_ena <(num_pcap_pkts)>capt_pkts_count num_pcap_pkts <(pcap_file)>capt_file pcap_file # Command to create graph for given usecase graph start # Comanmd to start a graph graph stats show # Command to dump graph stats help graph # Print help on graph commands mempool name size buf_sz buffers nb_bufs cache cache_size numa node # Create mempool help mempool # Print help on mempool commands ethdev dev rxq nb_rxq txq nb_txq mempool # Create Ethernet device ethdev __dev mtu size # Set MTU on Ethernet device ethdev __dev promiscuous <(on,off)>enable # Set promiscuous mode on Ethernet device ethdev __dev show # Command to dump Ethernet device info ethdev __dev stats # Command to dump Ethernet device stats ethdev forward tx_dev rx_dev # Command to create Rx/Tx device map ethdev __dev ip4 addr add ip netmask mask # Set IPv4 address on Ethernet device ethdev __dev ip6 addr add ip netmask mask # Set IPv6 address on Ethernet device help ethdev # Print help on ethdev commands ethdev_rx map port dev queue qid core core_id # Port-Queue-Core mapping help ethdev_rx # Print help on ethdev_rx commands ipv4_lookup route add ipv4 ip netmask mask via via_ip # Add IPv4 route to LPM table help ipv4_lookup # Print help on ipv4_lookup commands ipv6_lookup route add ipv6 ip netmask mask via via_ip # Add IPv6 route to LPM6 table help ipv6_lookup # Print help on ipv6_lookup commands neigh add ipv4 ip mac # Add static neighbour for IPv4 neigh add ipv6 ip mac # Add static neighbour for IPv6 help neigh # Print help on neigh commands