Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/112793 _apply patch failure_ Submitter: biggest dreamer <835703180@qq.com> Date: Wednesday, June 15 2022 17:42:18 Applied on: CommitID:e3fd286ec471df5732b559c9e44377fab4b3d38a Apply patch set 112793 failed: .git/rebase-apply/patch:34: trailing whitespace. .git/rebase-apply/patch:35: space before tab in indent. union { .git/rebase-apply/patch:36: space before tab in indent. /* IPsec request */ .git/rebase-apply/patch:47: trailing whitespace. .git/rebase-apply/patch:48: space before tab in indent. /* IPsec response */ Checking patch 0001-common-iavf-replace-zero-length-arrays-with-flexible.patch... Checking patch drivers/common/iavf/virtchnl_inline_ipsec.h... error: while searching for: /* IPsec request */ struct virtchnl_ipsec_sa_cfg sa_cfg[]; struct virtchnl_ipsec_sp_cfg sp_cfg[]; struct virtchnl_ipsec_sa_update sa_update []; struct virtchnl_ipsec_sa_destroy sa_destroy[]; struct virtchnl_ipsec_sp_destroy sp_destroy[]; error: patch failed: drivers/common/iavf/virtchnl_inline_ipsec.h:502 Applied patch 0001-common-iavf-replace-zero-length-arrays-with-flexible.patch cleanly. Applying patch drivers/common/iavf/virtchnl_inline_ipsec.h with 1 reject... Rejected hunk #1. diff a/drivers/common/iavf/virtchnl_inline_ipsec.h b/drivers/common/iavf/virtchnl_inline_ipsec.h (rejected hunks) @@ -502,7 +502,7 @@ struct inline_ipsec_msg { /* IPsec request */ struct virtchnl_ipsec_sa_cfg sa_cfg[]; struct virtchnl_ipsec_sp_cfg sp_cfg[]; - struct virtchnl_ipsec_sa_update sa_update []; + struct virtchnl_ipsec_sa_update sa_update[]; struct virtchnl_ipsec_sa_destroy sa_destroy[]; struct virtchnl_ipsec_sp_destroy sp_destroy[]; https://lab.dpdk.org/results/dashboard/patchsets/22622/ UNH-IOL DPDK Community Lab