From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 938D9A0545; Wed, 15 Jul 2020 13:17:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7078A1BEE4; Wed, 15 Jul 2020 13:17:14 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 0257F1BED7 for ; Wed, 15 Jul 2020 13:17:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594811832; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=eFs0o7vsgtqd14pdn4aHJW2rOQ+e99R3yLSzZ9fmLhE=; b=OrXmHZMq7zxt/C/3PzaL7Dt6Cs3tbhHR7q2AAzk4+hp8jGItbZ7J8kQwcASC3nn7oV2GgQ n9Nh+dCR2XFmN5foK+5zyTs2NG36NJ+kxR8M9oQhkT8FqHeLY5lJbBi7O98KYYZW7Fvw0y jh00Ghcf6335ied3E36bz0g6kX2cA8M= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-11-JrF20ZkDNpyEDROm1u0JaQ-1; Wed, 15 Jul 2020 07:17:10 -0400 X-MC-Unique: JrF20ZkDNpyEDROm1u0JaQ-1 Received: by mail-vs1-f69.google.com with SMTP id x26so249028vso.17 for ; Wed, 15 Jul 2020 04:17:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eFs0o7vsgtqd14pdn4aHJW2rOQ+e99R3yLSzZ9fmLhE=; b=tNeH3zUHzqmPzGSKUFbXhV8d2FQzOMy4YIMu2S0IvrEJ+6bxdfdLVzYGsPnj0bnGim WD6fMEildC21PteqfLElarbznO+xX+w9TVtAkGtAK56Aa/2K8xQDterjKiGzmf9kmNet laaYlj4BT0pBkGf21wBzDyMnMHoTNiPpbqgHlynKUCcH9m2uZk63mZatoMgB/cSHbpbB QnuqzDWRdop/QWPIlaHGuaUGbYHn3OHAg7a+H+lCeZxDSyIE5aA0C8ngC4CwSaZkjETd iSP9DVIGeppP5pEG0ia/Iiu2E9UI9kAJIyi34jTH1UU0dGLExCifDf1DYF+ZsrEEXUqj NwMA== X-Gm-Message-State: AOAM531221hKr1ifUjgdRE2tCbQhDAiEsVQ8zxWarLRP9qsl4RahzIjt GSIC9Y9C1ezNcrrMIUsFmkQRUuWYKgwuDPpZCEDRGa5bTo49RaH2IfO5h/T6+fj0LWVg+h4nU+z 6UyJcPF8STSMwvFPCGIs= X-Received: by 2002:a67:c58c:: with SMTP id h12mr6590344vsk.141.1594811830443; Wed, 15 Jul 2020 04:17:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyOjnO4/kqBYejLCjSNmevx0K1yJKpE0BxzW/wlBccRhAl5T3uZLRzw9Ml+mbfuVW1ma3E209RyOS9BReb+1Aw= X-Received: by 2002:a67:c58c:: with SMTP id h12mr6590329vsk.141.1594811830208; Wed, 15 Jul 2020 04:17:10 -0700 (PDT) MIME-Version: 1.0 References: <20200713135120.3230675-1-ferruh.yigit@intel.com> In-Reply-To: <20200713135120.3230675-1-ferruh.yigit@intel.com> From: David Marchand Date: Wed, 15 Jul 2020 13:16:59 +0200 Message-ID: To: Ferruh Yigit Cc: Honnappa Nagarahalli , Ruifeng Wang , Vladimir Medvedkin , Ray Kinsella , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] lib: fix build for missing RCU library dependency X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Jul 13, 2020 at 3:51 PM Ferruh Yigit wrote: > > 'librte_rcu' is now dependency to 'librte_lpm' library, this dependency > should be reflected to build system. Good catch, thanks Ferruh. > Fixes: 8a9f8564e9f9 ("lpm: implement RCU rule reclamation") > > Signed-off-by: Ferruh Yigit Reviewed-by: Ruifeng Wang Acked-by: Ray Kinsella Applied. -- David Marchand