[v24,01/13] config: add zsda device number

Message ID 20250113022943.2603401-2-li.hanxiao@zte.com.cn (mailing list archive)
State Changes Requested
Delegated to: akhil goyal
Headers
Series drivers/zsda: introduce zsda drivers |

Checks

Context Check Description
ci/iol-testing fail build patch failure

Commit Message

Hanxiao Li Jan. 13, 2025, 2:29 a.m. UTC
Add the number of zsda devices.

Signed-off-by: Hanxiao Li <li.hanxiao@zte.com.cn>
---
 config/rte_config.h | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.27.0
  

Comments

Hanxiao Li Jan. 13, 2025, 3:31 a.m. UTC | #1
Addressed
Hi maintainers,

    There is an error in the patch, that is "The requested resource was not found on this server".
    And I have no idea about the cause of the problem and how to solve it.

    So could you please take a moment to look at this issue and give me some advices?

Thanks,
Hanxiao Li.
  
Junlong Wang Jan. 21, 2025, 11:59 a.m. UTC | #2
Hi, Maintainer:

> <!doctype html>
> <html lang="en">
> <head>
>   <title>Not Found</title>
> </head>
> <body>
>   <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
> </body>
> </html>

Do we need to solve this error? We haven't found the detailed reason for the error in the output log.
I noticed that the patches submitted by others also have this error.

Thanks.
  

Patch

diff --git a/config/rte_config.h b/config/rte_config.h
index 3734db6bdc..86897de75e 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -119,6 +119,10 @@ 
 #define RTE_PMD_QAT_COMP_SGL_MAX_SEGMENTS 16
 #define RTE_PMD_QAT_COMP_IM_BUFFER_SIZE 65536
 
+/* ZSDA device */
+/* Max. number of ZSDA devices which can be attached */
+#define RTE_PMD_ZSDA_MAX_PCI_DEVICES 256
+
 /* virtio crypto defines */
 #define RTE_MAX_VIRTIO_CRYPTO 32