On 5/14/2020 12:13 PM, Ferruh Yigit wrote:
> Minutes 14 May 2020
> -------------------

<...>

>   * gcc10
>     * Akhil's fix for crypto looks good, can replace temporary solution
>     * Gavin has patch for mbuf, but this stage can be late/risky for complex 
> fix
>       * At this stage we can go with disabling warning as temporary solution
>     * Ferruh is getting a warning on hash too, will share it

Hi David,

Following is what I am getting [1] with compiler version:
gcc (GCC) 10.1.1 20200511


[1]
.../dpdk/lib/librte_hash/rte_cuckoo_hash.c: In function
‘__rte_hash_add_key_with_hash’:
.../dpdk/lib/librte_hash/rte_cuckoo_hash.c:1104:29:
    error: ‘ext_bkt_id’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
 1104 |  (h->buckets_ext[ext_bkt_id - 1]).sig_current[0] = short_sig;
      |                  ~~~~~~~~~~~^~~

Reply via email to