Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/109767 _apply patch failure_ Submitter: Ting Xu Date: Monday, April 18 2022 06:59:08 Applied on: CommitID:76076342ec8ef108a155938d46a88bb493fae60e Apply patch set 109767 failed: Checking patch drivers/net/ice/ice_fdir_filter.c... error: while searching for: break; /* convert raw spec & mask from byte string to int */ unsigned char *tmp_spec = (uint8_t *)(uintptr_t)raw_spec->pattern; unsigned char *tmp_mask = (uint8_t *)(uintptr_t)raw_mask->pattern; uint16_t tmp_val = 0; uint8_t pkt_len = 0; uint8_t tmp = 0; error: patch failed: drivers/net/ice/ice_fdir_filter.c:1870 Hunk #2 succeeded at 1883 (offset -2 lines). Hunk #3 succeeded at 1903 (offset -2 lines). Hunk #4 succeeded at 1911 (offset -2 lines). Hunk #5 succeeded at 1920 (offset -2 lines). Hunk #6 succeeded at 1963 (offset 5 lines). Applying patch drivers/net/ice/ice_fdir_filter.c with 1 reject... Rejected hunk #1. Hunk #2 applied cleanly. Hunk #3 applied cleanly. Hunk #4 applied cleanly. Hunk #5 applied cleanly. Hunk #6 applied cleanly. diff a/drivers/net/ice/ice_fdir_filter.c b/drivers/net/ice/ice_fdir_filter.c (rejected hunks) @@ -1870,10 +1870,11 @@ ice_fdir_parse_pattern(__rte_unused struct ice_adapter *ad, break; /* convert raw spec & mask from byte string to int */ - unsigned char *tmp_spec = + unsigned char *spec_pattern = (uint8_t *)(uintptr_t)raw_spec->pattern; - unsigned char *tmp_mask = + unsigned char *mask_pattern = (uint8_t *)(uintptr_t)raw_mask->pattern; + uint8_t *tmp_spec, *tmp_mask; uint16_t tmp_val = 0; uint8_t pkt_len = 0; uint8_t tmp = 0; https://lab.dpdk.org/results/dashboard/patchsets/21820/ UNH-IOL DPDK Community Lab