From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f193.google.com (mail-io0-f193.google.com [209.85.223.193]) by dpdk.org (Postfix) with ESMTP id B77BB1BB12 for ; Thu, 26 Oct 2017 17:28:20 +0200 (CEST) Received: by mail-io0-f193.google.com with SMTP id 189so6214164iow.10 for ; Thu, 26 Oct 2017 08:28:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LyN3NwrPxzQVOLK80y+YweNzDzxGrlv617MxyB8BVhc=; b=d5OvaIsRu6nqUsZQv+JJm7NcceYldfQVNkPjixSr7XygERPM/9aBKczogitwgzFKYN efkYrtiuQJ+jI2Nc4DwOwGoPxQW9yfOvRibaZFlRDNQYw5XuUI7qok7P8zhN+fBVDSoM Xnq4uMB8dlBjVDLX4IuFqX8EM1AHOt/OjHV/iI4pvhRf4jtpu9zQet8el4LBTf3/YrhD 80WAYRicuWt0WgMBsPVHbcWBC0922Y1cGNYyPiq30fuadL0L1fU8lUktYUQGSESnNmtm iH+XtjFYlejlWjf+iSg3rwAQZFF9KpRVus0dVMu4ouz61fguI1w7eUmnKxbDB8U7kEHH tS4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LyN3NwrPxzQVOLK80y+YweNzDzxGrlv617MxyB8BVhc=; b=KA8cMPKJKUlDz+7rYkHokj+eBkvuQOtB5Hs59b0pobgapZIrAOj00CfYxL2zQLprts 1XAC22cSylbreMGesfg7Ocpl3/MOr0fQBE6sT4oi1LTFH06MY5+h5h9GxMfPswnppOs7 vr6q8iMA3ufWJGgSca4X1MIZB9dl+Fym1ZQWtj3K384Ms/bEU6Q7RQU7D/1/2nwic6MG 5ZsWX29bnAiEF/YQnYZrnQBaj0JdAd+mG9KCSy0qyIe/zHGM5kyIuzhlznEoVjZidVS9 Gjb5zMj4fT+uXkgo3MYEOGD+K8b7xXi1PA06tm+zXZZrBAQ6qkAS4FKmeGYvxY2Ltagw zLHQ== X-Gm-Message-State: AMCzsaUnrtSMCGdxepotqPq2wcFO9SSpNMNjyICRRiZFhMIaNadDaOls o4oSO8PEaIM3LFh5ACltzMPyBfakOOoq6++59JlG9A== X-Google-Smtp-Source: ABhQp+S10MSUDWprbTvkzqH/zXSROlAMna70hpsTDvaFfgZmADe0vDHZyMUQt2f6e7zpZk8dmSZF0IhJwS+6w+SSvf0= X-Received: by 10.107.38.79 with SMTP id m76mr31818081iom.187.1509031699751; Thu, 26 Oct 2017 08:28:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.1.82 with HTTP; Thu, 26 Oct 2017 08:27:59 -0700 (PDT) In-Reply-To: <1509027314-18229-1-git-send-email-radu.nicolau@intel.com> References: <1509013365-13819-1-git-send-email-radu.nicolau@intel.com> <1509027314-18229-1-git-send-email-radu.nicolau@intel.com> From: David Marchand Date: Thu, 26 Oct 2017 17:27:59 +0200 Message-ID: To: Radu Nicolau Cc: "dev@dpdk.org" , Declan Doherty , Pablo de Lara , Hemant Agrawal , borisp@mellanox.com, aviadye@mellanox.com, Thomas Monjalon , sandeep.malik@nxp.com, Jerin Jacob , "Mcnamara, John" , "Ananyev, Konstantin" , shahafs@mellanox.com, Olivier Matz , Akhil Goyal Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/3] Build fails when rte_security is disabled 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: , X-List-Received-Date: Thu, 26 Oct 2017 15:28:20 -0000 On Thu, Oct 26, 2017 at 4:15 PM, Radu Nicolau wrote: > v2: Added ifdefs in the ixgbe code, updated dependecies for ipsec_secgw, > dpaa2_sec kept as in v1, with a dependency check > > Radu Nicolau (3): > net/ixgbe: fix build issue > examples/ipsec-secgw: fix build issue > crypto/dpaa2_sec: fix build issue > > drivers/crypto/dpaa2_sec/Makefile | 6 ++++++ > drivers/net/ixgbe/Makefile | 2 ++ > drivers/net/ixgbe/ixgbe_ethdev.c | 8 +++++++ > drivers/net/ixgbe/ixgbe_ethdev.h | 4 ++++ > drivers/net/ixgbe/ixgbe_flow.c | 6 ++++++ > drivers/net/ixgbe/ixgbe_rxtx.c | 39 +++++++++++++++++++++++++--------- > drivers/net/ixgbe/ixgbe_rxtx.h | 8 +++++-- > drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c | 6 ++++++ > examples/Makefile | 2 +- > examples/ipsec-secgw/Makefile | 6 ++++++ > 10 files changed, 74 insertions(+), 13 deletions(-) Tested build + examples build. Used this patchset on top of current master, on x86_64 / ubuntu-16.04, default "native" config, with and without rte_security enabled. Tested-by: David Marchand Thanks. -- David Marchand