|
From: | Thomas Huth |
Subject: | Re: [PATCH v5 7/9] igb: Introduce qtest for igb device |
Date: | Tue, 31 Jan 2023 14:04:42 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 |
On 30/01/2023 15.08, Akihiko Odaki wrote:
This change is derived from qtest for e1000e device. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> --- MAINTAINERS | 2 + tests/qtest/fuzz/generic_fuzz_configs.h | 5 + tests/qtest/igb-test.c | 243 ++++++++++++++++++++++++ tests/qtest/libqos/igb.c | 185 ++++++++++++++++++ tests/qtest/libqos/meson.build | 1 + tests/qtest/meson.build | 1 + 6 files changed, 437 insertions(+) create mode 100644 tests/qtest/igb-test.c create mode 100644 tests/qtest/libqos/igb.c
The igb test code still looks very, very similar to the e1000e test code ... would it be feasible to extend the e1000e code to support the igb device instead of duplicating the code base here?
Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |