On 10/11/2022 12.44, Akihiko Odaki wrote:
De-duplicate constants found in e1000e_send_verify() to avoid mismatch and improve readability.Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com> --- tests/qtest/e1000e-test.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-)
Thanks, I added e1000e_receive_verify() to the commit description (since you've modified that, too) and added this to my testing-next branch:
https://gitlab.com/thuth/qemu/-/commits/testing-next/ Thomas