Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/119505 _apply patch failure_ Submitter: Huisong Li Date: Monday, November 07 2022 02:18:34 Applied on: CommitID:a39f5e14560df310e7af3c135a11bb6f51eb92e6 Apply patch set 119505 failed: Checking patch app/test-pmd/testpmd.c... Checking patch app/test-pmd/testpmd.h... error: while searching for: uint32_t queue_sz; /**< size of a queue for flow rules */ uint8_t slave_flag : 1, /**< bonding slave port */ bond_flag : 1, /**< port is bond device */ fwd_mac_swap : 1; /**< swap packet MAC before forward */ struct port_template *pattern_templ_list; /**< Pattern templates. */ struct port_template *actions_templ_list; /**< Actions templates. */ struct port_table *table_list; /**< Flow tables. */ error: patch failed: app/test-pmd/testpmd.h:317 Checking patch drivers/net/bonding/bonding_testpmd.c... Applied patch app/test-pmd/testpmd.c cleanly. Applying patch app/test-pmd/testpmd.h with 1 reject... Rejected hunk #1. Applied patch drivers/net/bonding/bonding_testpmd.c cleanly. diff a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h (rejected hunks) @@ -317,7 +317,8 @@ struct rte_port { uint32_t queue_sz; /**< size of a queue for flow rules */ uint8_t slave_flag : 1, /**< bonding slave port */ bond_flag : 1, /**< port is bond device */ - fwd_mac_swap : 1; /**< swap packet MAC before forward */ + fwd_mac_swap : 1, /**< swap packet MAC before forward */ + update_conf : 1; /**< need to update bonding device configuration */ struct port_template *pattern_templ_list; /**< Pattern templates. */ struct port_template *actions_templ_list; /**< Actions templates. */ struct port_table *table_list; /**< Flow tables. */ https://lab.dpdk.org/results/dashboard/patchsets/24337/ UNH-IOL DPDK Community Lab