|WARNING| pw104414 [PATCH] [v3, 1/1] app/testpmd: add GPU memory option for mbuf pools
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Nov 16 20:09:03 CET 2021
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/104414
_apply patch failure_
Submitter: Elena Agostini <eagostini at nvidia.com>
Date: Wednesday, November 17 2021 03:04:59
Applied on: CommitID:d4fb4eb08725a3e667042c1f5cd3ed72b94505a7
Apply patch set 104414 failed:
.git/rebase-apply/patch:172: trailing whitespace.
TESTPMD_LOG(ERR,
Checking patch app/test-pmd/cmdline.c...
error: while searching for:
item_name, nb_item + 1, max_items);
return 0;
}
parsed_items[nb_item++] = value;
if (! check_unique_values)
return nb_item;
/*
* Then, check that all values in the list are different.
* No optimization here...
*/
for (i = 0; i < nb_item; i++) {
error: patch failed: app/test-pmd/cmdline.c:3648
Hunk #5 succeeded at 6882 (offset -3 lines).
Checking patch app/test-pmd/config.c...
error: while searching for:
}
/*
* Displays the RSS hash functions of a port, and, optionally, the RSS hash
* key of the port.
*/
void
error: patch failed: app/test-pmd/config.c:2965
error: while searching for:
{
port->mc_addr_nb--;
if (addr_idx == port->mc_addr_nb) {
/* No need to recompact the set of multicast addresses. */
if (port->mc_addr_nb == 0) {
/* free the pool of multicast addresses. */
free(port->mc_addr_pool);
error: patch failed: app/test-pmd/config.c:5250
Checking patch app/test-pmd/icmpecho.c...
error: while searching for:
default:
break;
}
return "Unknown ARP op";
}
static const char *
error: patch failed: app/test-pmd/icmpecho.c:54
Checking patch app/test-pmd/meson.build...
Checking patch app/test-pmd/parameters.c...
Hunk #3 succeeded at 1542 (offset -6 lines).
Checking patch app/test-pmd/testpmd.c...
Checking patch app/test-pmd/testpmd.h...
Applying patch app/test-pmd/cmdline.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Applying patch app/test-pmd/config.c with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
Applying patch app/test-pmd/icmpecho.c with 1 reject...
Rejected hunk #1.
Applied patch app/test-pmd/meson.build cleanly.
Applied patch app/test-pmd/parameters.c cleanly.
Applied patch app/test-pmd/testpmd.c cleanly.
Applied patch app/test-pmd/testpmd.h cleanly.
diff a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c (rejected hunks)
@@ -3648,12 +3665,15 @@ parse_item_list(const char *str, const char *item_name, unsigned int max_items,
item_name, nb_item + 1, max_items);
return 0;
}
+
+ mbuf_mem_types[nb_item] = gpu_mbuf ? MBUF_MEM_GPU : MBUF_MEM_CPU;
+
parsed_items[nb_item++] = value;
if (! check_unique_values)
return nb_item;
/*
- * Then, check that all values in the list are different.
+ * Then, check that all values in the list are differents.
* No optimization here...
*/
for (i = 0; i < nb_item; i++) {
diff a/app/test-pmd/config.c b/app/test-pmd/config.c (rejected hunks)
@@ -2965,7 +2965,7 @@ port_rss_reta_info(portid_t port_id,
}
/*
- * Displays the RSS hash functions of a port, and, optionally, the RSS hash
+ * Displays the RSS hash functions of a port, and, optionaly, the RSS hash
* key of the port.
*/
void
@@ -5250,7 +5250,7 @@ mcast_addr_pool_remove(struct rte_port *port, uint32_t addr_idx)
{
port->mc_addr_nb--;
if (addr_idx == port->mc_addr_nb) {
- /* No need to recompact the set of multicast addresses. */
+ /* No need to recompact the set of multicast addressses. */
if (port->mc_addr_nb == 0) {
/* free the pool of multicast addresses. */
free(port->mc_addr_pool);
diff a/app/test-pmd/icmpecho.c b/app/test-pmd/icmpecho.c (rejected hunks)
@@ -54,7 +54,7 @@ arp_op_name(uint16_t arp_op)
default:
break;
}
- return "Unknown ARP op";
+ return "Unkwown ARP op";
}
static const char *
https://lab.dpdk.org/results/dashboard/patchsets/20244/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list