automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw98441 [PATCH] vhost: merge repeated loop in vhost Tx
@ 2021-09-09 14:35 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-09-09 14:35 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 1559 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/98441

_apply patch failure_

Submitter: Gaoxiang Liu <gaoxiangliu0@163.com>
Date: Thursday, September 09 2021 14:00:43 
Applied on: CommitID:dbf81c338cdcf9737315c57ac4dfd40df4c6b8e9
Apply patch set 98441 failed:

.git/rebase-apply/patch:99: trailing whitespace.
	
Checking patch drivers/net/vhost/rte_eth_vhost.c...
Checking patch lib/vhost/virtio_net.c...
Hunk #1 succeeded at 1218 (offset -5 lines).
error: while searching for:
	do {
		rte_prefetch0(&vq->desc_packed[vq->last_avail_idx]);

		if (count - pkt_idx >= PACKED_BATCH_SIZE) {
			if (!virtio_dev_rx_batch_packed(dev, vq,
							&pkts[pkt_idx])) {

error: patch failed: lib/vhost/virtio_net.c:1374
Applied patch drivers/net/vhost/rte_eth_vhost.c cleanly.
Applying patch lib/vhost/virtio_net.c with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
diff a/lib/vhost/virtio_net.c b/lib/vhost/virtio_net.c	(rejected hunks)
@@ -1374,6 +1384,17 @@ virtio_dev_rx_packed(struct virtio_net *dev,
 	do {
 		rte_prefetch0(&vq->desc_packed[vq->last_avail_idx]);
 
+		/* Do VLAN tag insertion */
+		if (pkts[pkt_idx]->ol_flags & PKT_TX_VLAN_PKT) {
+			int error = rte_vlan_insert(&pkts[pkt_idx]);
+			if (unlikely(error)) {
+				rte_pktmbuf_free(pkts[pkt_idx]);
+				pkts[pkt_idx] = NULL;
+				pkt_idx++;
+				continue;
+			}
+		}
+	
 		if (count - pkt_idx >= PACKED_BATCH_SIZE) {
 			if (!virtio_dev_rx_batch_packed(dev, vq,
 							&pkts[pkt_idx])) {

https://lab.dpdk.org/results/dashboard/patchsets/18647/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |WARNING| pw98441 [PATCH] vhost: merge repeated loop in vhost Tx
       [not found] <20210909140043.1226-1-gaoxiangliu0@163.com>
@ 2021-09-09 14:02 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-09 14:02 UTC (permalink / raw)
  To: test-report; +Cc: Gaoxiang Liu

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/98441

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#165: FILE: lib/vhost/virtio_net.c:1397:
+^I$

total: 1 errors, 0 warnings, 84 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-09 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 14:35 [dpdk-test-report] |WARNING| pw98441 [PATCH] vhost: merge repeated loop in vhost Tx dpdklab
     [not found] <20210909140043.1226-1-gaoxiangliu0@163.com>
2021-09-09 14:02 ` checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).