Infrastructure Programmer Development Kit (IPDK) is an open source, vendor agnostic framework of drivers and APIs for infrastructure offload and management that runs on a CPU, IPU, DPU or switch.
Observed issue with rundemo.sh when this script is triggered from path other than /root/. vm1.qcow2 and vm2.qcow2 are created in /root/ but if script is triggered from different path, starting VM fails as this image is not available.
Observed intermittent issues when P4-OVS process has started but even before opening ports for gRPC clients, gnmi-cli is trying to create a port. Hence first port was never created.
eg: Added debug logs to check for '/tmp/vhost-user-0' and 'netsat -tunlp | grep ovs' to validte if P4-OVS hs opened gRPC ports. Logs: setting vhost_dev = true.Return grpc errno (14), Reason: failed to connect to all addresses Checking for /tmp/vhost-user-0 port ls: cannot access '/tmp/vhost-user-0': No such file or directory
tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 95263/ovs-vswitchd
Observed intermittent issues when P4-OVS process has started but even before opening ports for gRPC clients, gnmi-cli is trying to create a port. Hence first port was never created.
eg: Added debug logs to check for '/tmp/vhost-user-0' and 'netsat -tunlp | grep ovs' to validte if P4-OVS hs opened gRPC ports. Logs: setting vhost_dev = true.Return grpc errno (14), Reason: failed to connect to all addresses Checking for /tmp/vhost-user-0 port ls: cannot access '/tmp/vhost-user-0': No such file or directory tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 95263/ovs-vswitchd
Signed-off-by: Sandeep N sandeep.nagapattinam@intel.com