The P4 DPDK target tries to get the SDE install environment via an environment variable:
|
install_dir = getenv("SDE_INSTALL"); |
This seems like it might easily lead to user errors or bugs. Is it possible to replace this call with a checked command line parameter?