Hi, Akhil:<br /> <br />There are warning and some errors in the patches.<br /> <br /> <br />The warning is  <br /> <br />>_coding style issues_<br />> <br />> <br />>__rte_packed_begin and __rte_packed_end should always be used in pairs.<br /> <br />And the context in the patch is:<br /> <br />> struct __rte_packed_begin zsda_admin_req {<br />>     uint16_t msg_type;<br />>     uint8_t data[26];<br />>@@ -105,10 +114,30 @@  struct zsda_qp_stat {<br />>     uint64_t dequeue_err_count;<br />> };<br />  <br />It's the locating information for the modified code.  <br />So, the warning may be caused by a bug of checkpatches.sh<br /> <br /> <br />The errors are:<br /> <br />> ci/loongarch-unit-testing    fail    Unit Testing FAIL<br />> 43/119 DPDK:fast-tests / eventdev_selftest_sw                    TIMEOUT        80.08s   exit status -15<br /> <br />and<br /> <br />> <!doctype html> <br />> <html lang="en"> <br />> <head> <br />>   <title>Not Found</title> <br />> </head> <br />> <body> <br />>   <h1>Not Found</h1><p>The requested resource was not found on this server.</p> <br />> </body> <br />> </html> <br /> <br />For the both errors, I have no idea about the cause of the problem and how to solve it.<br />I even don't modify the code about eventdev.  <br /> <br />Thanks.<br /> <br />