NAME
  sdk6_cli - Netronome SDK6 RTE Command Line Interface
  
SYNOPSIS
  ./sdk6_cli.py [options] command [positional arg] [flag [argument] [flag ...]]
  
DESCRIPTION
  The sdk6_cli is program providing a command line interface for the Netronome 
  P4 based SDK6 Run Time Environment based on a Thrift generated python RPC 
  client.  It provides and interface for user to load P4 model (consisting 
  of userspace configuration and firmware for supported NFP devies), populate 
  and modify P4 tables entries and show the current state of the P4 model 
  through current table entries, defined counters, meters and registers and 
  other features.
  
COMMAND DESCRIPTIONS
  ping
      Send a ping request to the RTE server, if a succesfull connection was 
      estabilished the message "Ping reply from RTE" will be displayed.
      
  echo "message"
      Sends text message to the RTE server, if succesfullly received the text
      will be sent out via RTE logging service as an INFO level log message.
      
  config-reload <path_to_file/config.json>
      Sends contents of the specified JSON containing new user configuration 
      (set of table entries) to RTE to replace current user configuration. This 
      means the original configuration and any entries added/edited up to now 
      will be overwriten.
  
  list-tables
      List all the tables with their properties as defined in the currently 
      loaded design configuration.
      
  add-entry   
  edit-entry
  delete-entry
  list-entries
  list-counters
  get-counter            
  clear-counter            
  clear-all-counters
  list-registers
  get-register
  clear-register
  get-sys-counters
  clear-sys-counters
        