History log of /dpdk/app/test-mldev/test_device_ops.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 7c4da162 30-Aug-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

app/mldev: fix multiple queue pairs test

Updated device_ops test to configure the device with
user specific arguments. Fix handling unsupported
values for queue_pairs and queue_size

Fixes: c0e87165

app/mldev: fix multiple queue pairs test

Updated device_ops test to configure the device with
user specific arguments. Fix handling unsupported
values for queue_pairs and queue_size

Fixes: c0e871657d6a ("app/mldev: support queue pairs and size")
Cc: stable@dpdk.org

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Anup Prabhu <aprabhu@marvell.com>
Acked-by: Shivah Shankar S <sshankarnara@marvell.com>

show more ...


# c9f073cd 23-Mar-2023 Stephen Hemminger <stephen@networkplumber.org>

mldev: remove unnecessary null checks

These are places where mldev is doing unnecessary checks
for calling free() style functions.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acke

mldev: remove unnecessary null checks

These are places where mldev is doing unnecessary checks
for calling free() style functions.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Srikanth Yalavarthi <syalavarthi@marvell.com>

show more ...


# bb38d854 16-Mar-2023 Srikanth Yalavarthi <syalavarthi@marvell.com>

app/mldev: validate device operations

Added test case to validate device handling operations. Device ops
test is a collection of multiple sub-tests. Enabled sub-test to
validate device reconfigurati

app/mldev: validate device operations

Added test case to validate device handling operations. Device ops
test is a collection of multiple sub-tests. Enabled sub-test to
validate device reconfiguration. Set device_ops as the default test.

Signed-off-by: Srikanth Yalavarthi <syalavarthi@marvell.com>
Acked-by: Anup Prabhu <aprabhu@marvell.com>

show more ...