This commit removes the unnecesarry ast.literal_eval() function call
from the input handling, which now relies just on raw_input() to get
its input.
Fixes: 53f293c9a783 ("usertools: replace unsafe input function")
Cc: andrius.sir...@intel.com
Signed-off-by: Andrius Sirvys
---
v
t function")
Cc: andrius.sir...@intel.com
Signed-off-by: Andrius Sirvys
---
v2: Removed unnecessary comments
---
usertools/dpdk-telemetry-client.py | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/usertools/dpdk-telemetry-client.py
b/usertools/dpdk-telemetry-
t function")
Cc: andrius.sir...@intel.com
Signed-off-by: Andrius Sirvys
---
usertools/dpdk-telemetry-client.py | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/usertools/dpdk-telemetry-client.py
b/usertools/dpdk-telemetry-client.py
index 4b0502ff9..3b53b69
Checking the return value of rte_metrics_update_values, if failed
returning that value.
Coverity had picked up that that the return value wasn't being checked.
Coverity issue: 336863
Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library")
Cc: remy.hor...@intel.com
Signed-
Checking the return value of rte_metrics_update_values, if failed
returning that value.
Coverity had picked up that that the return value wasn't being checked.
Coverity issue: 336863
Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library")
Cc: remy.hor...@intel.com
Signed-
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.literal_eval() which is safe.
Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")
Cc: ciara.po...@intel.com
Signed-off-by: Andr
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.literal_eval() which is safe.
Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")
Cc: ciara.po...@intel.com
Signed-off-by: Andr
easier for compiling separate directories.
In the process, we rename driver_classes to dpdk_driver_classes for
consistency with the other variables.
Signed-off-by: Andrius Sirvys
Acked-by: Bruce Richardson
---
v5: Rebased off of master branch
---
drivers/meson.build | 4 ++--
meson.build
pter layer")
Cc: jianfeng@intel.com
Signed-off-by: Andrius Sirvys
Acked-by: Rami Rosen
---
v2: changed the name of the variable
---
drivers/net/virtio/virtio_user/vhost.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/virtio/virtio_user/vhost.h
b/drivers/
LGTM static code analysis tool reports that the function 'input' is
unsafe. Changed to use raw_input which then converts it using
ast.literal_eval() which is safe.
Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry")
Cc: ciara.po...@intel.com
Signed-of
75 ("net/virtio-user: add vhost-user adapter layer")
Cc: jianfeng@intel.com
Signed-off-by: Andrius Sirvys
---
drivers/net/virtio/virtio_user/vhost.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/virtio/virtio_user/vhost.h
b/drivers/net/virtio/vir
uild with meson")
Cc: sta...@dpdk.org
Signed-off-by: Andrius Sirvys
---
Cc: bruce.richard...@intel.com
v2: fixed spelling errors in code
---
lib/librte_acl/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_acl/meson.build b/lib/librte_acl/meson.build
uild with meson")
Cc: sta...@dpdk.org
Signed-off-by: Andrius Sirvys
---
Cc: bruce.richard...@intel.com
---
lib/librte_acl/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_acl/meson.build b/lib/librte_acl/meson.build
index aec792f..c7f2ba1 100644
--
easier for compiling separate directories.
In the process, we rename driver_classes to dpdk_driver_classes for
consistency with the other variables.
Signed-off-by: Andrius Sirvys
Acked-by: Bruce Richardson
---
v4: Removed unreleated files that were accidentally included
---
drivers/meson
easier for compiling separate directories.
In the process, we rename driver_classes to dpdk_driver_classes for
consistency with the other variables.
Signed-off-by: Andrius Sirvys
---
v3: Updated commit message to more accurately reflect the changes
---
drivers/meson.build| 4 ++--
lib/
easier for compiling separate directories.
In the process, we rename driver_classes to dpdk_driver_classes for
consistency with the other variables.
Signed-off-by: Andrius Sirvys
---
v2: Fixed mispellings in commit message
---
drivers/meson.build | 4 ++--
meson.build | 3 ++-
2 files
easier for compiling seperate directories.
In the process, we rename driver_classes to dpdk_driver_classes for
consistency with the other variables.
Signed-off-by: Andrius Sirvys
---
drivers/meson.build | 4 ++--
meson.build | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
di
ned-off-by: Andrius Sirvys
Tested-by: Ferruh Yigit
---
config/meson.build | 22 +-
drivers/net/bnx2x/meson.build| 1 +
drivers/net/ixgbe/meson.build| 3 +++
drivers/net/sfc/meson.build | 3 +++
lib/librte_telemetry/meson.build | 1 +
5 files c
formatting changes")
Fixes: cdc07e83bb24 ("net/tap: add eBPF program file")
Cc: sta...@dpdk.org
Signed-off-by: Andrius Sirvys
---
Cc: ravi1.ku...@amd.com
Cc: step...@networkplumber.org
Cc: ajit.khapa...@broadcom.com
Cc: shag...@chelsio.com
Cc: alejandro.luc...@netronome.com
Cc: r
19 matches
Mail list logo