From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id D7C291E4E9 for ; Mon, 11 Jun 2018 10:35:47 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id 69-v6so14724489wmf.3 for ; Mon, 11 Jun 2018 01:35:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=1WB7uzM5/j90T0y9Qu25oiBg6Oq/4bmnwWSeZUT5y0I=; b=zJ9WWil+FrRRfJ7GCWDydT5NpRurBS6rW6Rq0UTpDJzlPIp5RhU7f2tUWzfpuxQAk4 ErWmwb2eIYtsF6QZuiFANz0moPUIKiznde7lFTNsaJ1VK1/8LXJgi9o81T4xjNVF8cf5 lmqZ47YFR+ztDV7MTubqR66tB66iNNQ0cJuUW683gry4j9HQwgAWu9JRbj+T4V6Vb4T5 pEkIhY8re5pi97akL09ULVciD0eBTzVSeG2TqjGZm3M2+RV2eRj486kx/yDiAbJbuKI3 Mx0aGc50WV6q+qGkx4Ox4jNvtTGMR7Zw1cK3W3vjZiMmFQMsUC1VZ0G5bCrsQEB4HaT5 r7Mw== 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=1WB7uzM5/j90T0y9Qu25oiBg6Oq/4bmnwWSeZUT5y0I=; b=Es0Sm3z81O2IM5VYaFCDjYapufZrtajH/cK8OWo1uwLs3P2H086uG6tiOVEosqD+Yb 5u2PQ1DT+aenXitO7lqubu/UQ5s2JDVC9EJD8phIDccJfMT/SPOTmKRoj6FI+07qytK+ Oqv6vS+Hb5QTBUsSwlvg8P8QYtZ2eVq3YiCgm/bxh1g60kydaEoI2EaikkHqbugCzA9b nxInXyTdZHPMAaQNJNbdntEeX0LhiXJLTt1qfNObEWR8NtTjVjKsy/2NSAbqBkMTUFoD 6ihII12JNAunqUNjYbOzVMTfysnnmy210tMZ0G2uqSfifzTm0MDBnP8KZQn88BzBfq27 OXXg== X-Gm-Message-State: APt69E3Yvotfjv/juqO9QB0UKSjoabNmdFsAjuDu5KESZKp09IAHDd6I c/FxmerpoVcxvqzvZ7/dCU6ikwiSKnpvDT//7lO9IA== X-Google-Smtp-Source: ADUXVKKaJ9M6wIp8kYVQ/wr6X3YHLsIn3tDP7nol2vQLaxRUpJ9dPi8NZlQOcDIj0vzg+DtGBuEXJ1ciQQAhTPZqRg4= X-Received: by 2002:a50:adfd:: with SMTP id b58-v6mr12796272edd.168.1528706147669; Mon, 11 Jun 2018 01:35:47 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a50:b197:0:0:0:0:0 with HTTP; Mon, 11 Jun 2018 01:35:47 -0700 (PDT) In-Reply-To: References: <1528454414-9996-1-git-send-email-alejandro.lucero@netronome.com> From: Alejandro Lucero Date: Mon, 11 Jun 2018 09:35:47 +0100 Message-ID: To: Ferruh Yigit Cc: dev , stable@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/nfp: fix unused header reference 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: Mon, 11 Jun 2018 08:35:48 -0000 Sure. I will send another version adding that syntax. Thanks On Fri, Jun 8, 2018 at 8:49 PM, Ferruh Yigit wrote: > On 6/8/2018 11:40 AM, Alejandro Lucero wrote: > > Apart from not being used, this is causing problem when compiling > > DPDK with the musl library as reported by bugzilla. > > If this is fixing a bugzilla issue, can you please use defined syntax to > document it: > > Bugzilla ID: ### > Fixes: ############ ("....") > Cc: stable@dpdk.org --> [optional if needs to go in stable tree] > > > > > Fixes: c7e9729da6b5 ("net/nfp: support CPP") > > > > Signed-off-by: Alejandro Lucero > > --- > > drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h > b/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h > > index b8541c5..d46574b 100644 > > --- a/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h > > +++ b/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h > > @@ -13,7 +13,6 @@ > > #include > > #include > > #include > > -#include > > #include > > #include > > #include > > > >