|WARNING| pw133784-133783 [PATCH] [v4, 3/3] net/hns3: report maximum buffer size
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Nov 2 14:59:06 CET 2023
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/133784
_apply patch failure_
Submitter: Huisong Li <lihuisong at huawei.com>
Date: Thursday, November 02 2023 12:16:08
Applied on: CommitID:71f9da6691c49d0dfcf088dce5e99c488af0eb7e
Apply patch set 133784-133783 failed:
Checking patch doc/guides/rel_notes/release_23_11.rst...
error: while searching for:
a group's miss actions, which are the actions to be performed on packets
that didn't match any of the flow rules in the group.
* **Updated Amazon ena (Elastic Network Adapter) net driver.**
* Upgraded ENA HAL to latest version.
error: patch failed: doc/guides/rel_notes/release_23_11.rst:122
Checking patch lib/ethdev/rte_ethdev.c...
Hunk #1 succeeded at 2145 (offset 33 lines).
Hunk #2 succeeded at 2192 (offset 33 lines).
error: while searching for:
dev_info->min_mtu = RTE_ETHER_MIN_LEN - RTE_ETHER_HDR_LEN -
RTE_ETHER_CRC_LEN;
dev_info->max_mtu = UINT16_MAX;
if (*dev->dev_ops->dev_infos_get == NULL)
return -ENOTSUP;
error: patch failed: lib/ethdev/rte_ethdev.c:3757
Checking patch lib/ethdev/rte_ethdev.h...
Hunk #1 succeeded at 1754 (offset 31 lines).
Applying patch doc/guides/rel_notes/release_23_11.rst with 1 reject...
Rejected hunk #1.
Applying patch lib/ethdev/rte_ethdev.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Rejected hunk #3.
Applied patch lib/ethdev/rte_ethdev.h cleanly.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst (rejected hunks)
@@ -122,6 +122,13 @@ New Features
a group's miss actions, which are the actions to be performed on packets
that didn't match any of the flow rules in the group.
+* **Added maximum Rx buffer size to report.**
+
+ Introduced the ``max_rx_bufsize`` field representing the maximum Rx
+ buffer size per descriptor supported by HW in structure ``rte_eth_dev_info``
+ to report user and to avoid wasting space of mempool.
+ Its value is UINT32_MAX if driver doesn't report it.
+
* **Updated Amazon ena (Elastic Network Adapter) net driver.**
* Upgraded ENA HAL to latest version.
diff a/lib/ethdev/rte_ethdev.c b/lib/ethdev/rte_ethdev.c (rejected hunks)
@@ -3757,6 +3763,7 @@ rte_eth_dev_info_get(uint16_t port_id, struct rte_eth_dev_info *dev_info)
dev_info->min_mtu = RTE_ETHER_MIN_LEN - RTE_ETHER_HDR_LEN -
RTE_ETHER_CRC_LEN;
dev_info->max_mtu = UINT16_MAX;
+ dev_info->max_rx_bufsize = UINT32_MAX;
if (*dev->dev_ops->dev_infos_get == NULL)
return -ENOTSUP;
https://lab.dpdk.org/results/dashboard/patchsets/28203/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list