[dpdk-dev] [Bug 356] Building dpdk with rte_vhost sometimes fails due to missing rte_hash.h

bugzilla at dpdk.org bugzilla at dpdk.org
Thu Nov 21 03:02:07 CET 2019


https://bugs.dpdk.org/show_bug.cgi?id=356

Maxime Coquelin (maxime.coquelin at redhat.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |maxime.coquelin at redhat.com
         Resolution|---                         |FIXED

--- Comment #1 from Maxime Coquelin (maxime.coquelin at redhat.com) ---
Patch fixing the issue merged in v19.11-rc3:

commit 201e7482674551aeee27d0ff28e7bbd3fbfbbcf2
Author: Jin Yu <jin.yu at intel.com>
Date:   Wed Oct 30 17:40:55 2019 +0800

    vhost: fix build dependency on hash lib

    Compile librte_vhost/vhost_crypto.c needs the rte_hash.h
    So we need the librte_hash to be compiled before vhost.
    Add the DEPDIRs to make sure this.

    Bugzilla ID: 356
    Fixes: 939066d96563 ("vhost/crypto: add public function implementation")
    Cc: stable at dpdk.org

    Signed-off-by: Jin Yu <jin.yu at intel.com>
    Reviewed-by: Tiwei Bie <tiwei.bie at intel.com>
    Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list