[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/6] Detect reentrant RX casue by loopback
From: |
no-reply |
Subject: |
Re: [PATCH 0/6] Detect reentrant RX casue by loopback |
Date: |
Tue, 23 Feb 2021 22:03:50 -0800 (PST) |
Patchew URL:
20210224055401.492407-1-jasowang@redhat.com/">https://patchew.org/QEMU/20210224055401.492407-1-jasowang@redhat.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20210224055401.492407-1-jasowang@redhat.com
Subject: [PATCH 0/6] Detect reentrant RX casue by loopback
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
* [new tag] patchew/20210224055401.492407-1-jasowang@redhat.com ->
patchew/20210224055401.492407-1-jasowang@redhat.com
Switched to a new branch 'test'
6a41d09 tx_pkt: switch to use qemu_receive_packet_iov() for loopback
5480e55 sungem: switch to use qemu_receive_packet() for loopback
f35fab6 msf2-mac: switch to use qemu_receive_packet() for loopback
1dc29cf dp8393x: switch to use qemu_receive_packet() for loopback packet
6c79834 e1000: switch to use qemu_receive_packet() for loopback
04660c0 net: introduce qemu_receive_packet()
=== OUTPUT BEGIN ===
1/6 Checking commit 04660c06d88e (net: introduce qemu_receive_packet())
ERROR: space required after that ',' (ctx:VxV)
#42: FILE: include/net/net.h:154:
+ssize_t qemu_receive_packet(NetClientState *nc, const uint8_t *buf,int size);
^
total: 1 errors, 0 warnings, 115 lines checked
Patch 1/6 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
2/6 Checking commit 6c7983468e94 (e1000: switch to use qemu_receive_packet()
for loopback)
3/6 Checking commit 1dc29cfa3117 (dp8393x: switch to use qemu_receive_packet()
for loopback packet)
4/6 Checking commit f35fab6cb737 (msf2-mac: switch to use qemu_receive_packet()
for loopback)
5/6 Checking commit 5480e5557678 (sungem: switch to use qemu_receive_packet()
for loopback)
6/6 Checking commit 6a41d093a705 (tx_pkt: switch to use
qemu_receive_packet_iov() for loopback)
=== OUTPUT END ===
Test command exited with code: 1
The full log is available at
20210224055401.492407-1-jasowang@redhat.com/testing.checkpatch/?type=message">http://patchew.org/logs/20210224055401.492407-1-jasowang@redhat.com/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- Re: [PATCH 3/6] dp8393x: switch to use qemu_receive_packet() for loopback packet, (continued)
[PATCH 4/6] msf2-mac: switch to use qemu_receive_packet() for loopback, Jason Wang, 2021/02/24
[PATCH 5/6] sungem: switch to use qemu_receive_packet() for loopback, Jason Wang, 2021/02/24
[PATCH 6/6] tx_pkt: switch to use qemu_receive_packet_iov() for loopback, Jason Wang, 2021/02/24
Re: [PATCH 0/6] Detect reentrant RX casue by loopback,
no-reply <=
[PATCH] rtl8193: switch to use qemu_receive_packet() for loopback, Alexander Bulekov, 2021/02/26