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 6D6BFA04DD; Tue, 20 Oct 2020 12:04:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4BC6EC8B6; Tue, 20 Oct 2020 12:04:13 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 68736C8B6 for ; Tue, 20 Oct 2020 12:04:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603188250; 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=fzXsC7lvyd40fGSDcBBFrEbk5CSdOJdbjNztOlXkwgA=; b=YdwETs41xYG8n7VilNgTpxKxSOziNtW0j9BDkubSpicn+0N8Yt6Y0jyenUYvElJcouCpXB CxWUbEGXfzMZ6965iG92Lsy6aVJ3DCSCbFwXGDrCGgx14gnUpGE+dv6jYiy0udY9uoOEbx Big9LidllbH8GVKg/d+Atfa/dl0DFVQ= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-554-Ge3bFzg5PlqaEbIfbC7KgA-1; Tue, 20 Oct 2020 06:04:08 -0400 X-MC-Unique: Ge3bFzg5PlqaEbIfbC7KgA-1 Received: by mail-ua1-f69.google.com with SMTP id b12so324485uaj.2 for ; Tue, 20 Oct 2020 03:04:08 -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=fzXsC7lvyd40fGSDcBBFrEbk5CSdOJdbjNztOlXkwgA=; b=hk7279sTIMaNJIRvG1CCEIAY5CHyfTpu96tNZghZvASm707nmwhSQncY/LZTYtT8if BPqtb4dC2XgBHp/j+Jsw5NW7UXg9GLSlTsi4Pa7Wcuknb85fqmtMGdty37OoYqFF3yaK uF+hubslxSJmv108t9G9scCQQACIQIjgklsAe6JN6I9xpVtxI8B24xc+pXTFD9tzK3jN hKn+7S+lsem7Lh+947kSmVGSOP5lKJwIjERvGWN7B1UuoSz/zCRgWUyHsn7qBKydnejn 1ECYHP0icHy69lpo0utGGOlBXg5ESNKJoDy4GmWsSgW6KHVMbBC4ei9BGmi5kxvmbBPa VNdg== X-Gm-Message-State: AOAM530lCvBGPFvrkW6LKdnQYVlNo/ljSLKZb1QcS3rHmR/2gEDWsgKK w/bcNJ6JrkXQhexr0dXesF0WGSc/f0liT/zbrEsBMzzKsSuAV0QFHDX+pmeKWg34onQd8sGmDpu oSao5S7zrygVcuoME5/0= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr898642vsa.27.1603188247909; Tue, 20 Oct 2020 03:04:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzRiVOxZVc3eoHEyoS3L9Xn23QBCGXSYxlt11GF94I2HPu+SzGj9Ay40Zj73QDM2mkArJurqmmIMYVvtiy6ujE= X-Received: by 2002:a67:fd7a:: with SMTP id h26mr898633vsa.27.1603188247496; Tue, 20 Oct 2020 03:04:07 -0700 (PDT) MIME-Version: 1.0 References: <20201020091743.192709-1-bruce.richardson@intel.com> In-Reply-To: <20201020091743.192709-1-bruce.richardson@intel.com> From: David Marchand Date: Tue, 20 Oct 2020 12:03:55 +0200 Message-ID: To: Bruce Richardson Cc: 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] config: fix kni build 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 Tue, Oct 20, 2020 at 11:19 AM Bruce Richardson wrote: > > When building kernel modules such as kni, the "config" directory is not > passed as a standard path in the EXTRA_CFLAGS value, meaning that the > rte_compatibility_defines.h is not found from rte_config.h. However, since > both headers are in the same directory, we can just use quotes rather than > angle-brackets to ensure the second header is always found if the first is. > > Fixes: b0b672aeadaa ("build: add defines for compatibility with make build") > > Signed-off-by: Bruce Richardson Acked-by: David Marchand -- David Marchand