X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdev%2Ferrors.h;h=47e72957da37521584f6e7159fb5f616fb2e2873;hb=ddf6cec37;hp=2256e1e42032bc95db61e406301f3ceaf3826ef6;hpb=38c619115b0399bae8b0dcf66e57e623cc50809c;p=vpp.git diff --git a/src/vnet/dev/errors.h b/src/vnet/dev/errors.h index 2256e1e4203..47e72957da3 100644 --- a/src/vnet/dev/errors.h +++ b/src/vnet/dev/errors.h @@ -14,6 +14,7 @@ _ (DEVICE_NO_REPLY, "no reply from device") \ _ (DMA_MEM_ALLOC_FAIL, "DMA memory allocation error") \ _ (DRIVER_NOT_AVAILABLE, "driver not available") \ + _ (INVALID_ARG, "invalid argument") \ _ (INVALID_BUS, "invalid bus") \ _ (INVALID_DATA, "invalid data") \ _ (INVALID_DEVICE_ID, "invalid device id") \ @@ -34,6 +35,7 @@ _ (PROCESS_REPLY, "dev process reply error") \ _ (RESOURCE_NOT_AVAILABLE, "resource not available") \ _ (TIMEOUT, "timeout") \ + _ (UNKNOWN_DEVICE, "unknown device") \ _ (UNKNOWN_INTERFACE, "unknown interface") \ _ (UNSUPPORTED_CONFIG, "unsupported config") \ _ (UNSUPPORTED_DEVICE, "unsupported device") \