From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B403CA9ECF for ; Fri, 1 Nov 2019 16:44:31 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id E630C21734 for ; Fri, 1 Nov 2019 16:44:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=networkplumber-org.20150623.gappssmtp.com header.i=@networkplumber-org.20150623.gappssmtp.com header.b="eOhJFkPF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E630C21734 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=networkplumber.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DEA9F1E566; Fri, 1 Nov 2019 17:44:29 +0100 (CET) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by dpdk.org (Postfix) with ESMTP id 8EC431E565 for ; Fri, 1 Nov 2019 17:44:28 +0100 (CET) Received: by mail-pl1-f170.google.com with SMTP id t10so4613279plr.8 for ; Fri, 01 Nov 2019 09:44:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=IkVwh/fT25vh9qCfVFCAA5Keya6omLCxSrBRXZJVmjg=; b=eOhJFkPF0tfsLI5bICCwRlzbVmWyNiap45GO+MUlapxWEctwCePQvUr40Hc0H/xZNL eP1LL8T1Y0NsIwiqybzy5wx4BTdTf4ZNhtiGDD74zwBqpUZkfdUpJjnpMC9dpQX5ke3Q yqLz+w1sTquM1k6zwc/RqpwCtnyG1vPN9sPSaAbp63oItnzXZMRyh05Oqvr+dU0aHID0 p6pJlPPcb8JM91Z2R/BAg1v8XIWGj4GCPbHCVRe6IB7XDpTlhBhnHUdB/CC8vWFwQCBR WyMjJWjLC4xydJyW1yByvE5hdMLQFYw5mY0KC8SZZYUcxTYhOiNqNnPJYSY6Gobuk22a +WNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=IkVwh/fT25vh9qCfVFCAA5Keya6omLCxSrBRXZJVmjg=; b=H4oA9tl3cuxgRTYI03+n/1DD1uSi8ujdQHeHCOgalvVk7nnHVFGGZZ/9G4ThQQpgXJ YXyZw6vzlZTD0DZ8nQi68SbvDjJ9YgjONE7YfYRLwEPLqzZFDG1Tgyg6GgKh//4/inFi +ImdDe9rYuzrTbfQCIezLaBaeSjo6kz/MhjM9viGu2+c9ly0J6uwDaj5uZGQJ2RIWTk7 uSyHideGyoaRhtFkPZDuQZ50wZYKRhHPkgE+KFUYx1JEM4cNS9as7I6J/3caAIBCQmrn i6Z1JGYglltICvwtSKJLuAVQarJ+gyAsIIA8F9dg2yASC7cK8pamC0GsgPxO2iC6zcXA FGJg== X-Gm-Message-State: APjAAAWWy+usE0KABwE++69PzzFz/uqK16rsXLMAiRIul7GGFh2oiGTh +3WoVugbiBa/2nYcnlq/hSfrDUDPg9LTOw== X-Google-Smtp-Source: APXvYqyaykVkNg3uQtMlSW6+NBE2bbkeK50k9Fk+8HKZOKMM8yJA7qTsWZFTqHC0kNExN0uhiIjE5Q== X-Received: by 2002:a17:902:9a0b:: with SMTP id v11mr4710763plp.301.1572626667109; Fri, 01 Nov 2019 09:44:27 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id d5sm9913910pfa.180.2019.11.01.09.44.26 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Nov 2019 09:44:26 -0700 (PDT) Date: Fri, 1 Nov 2019 09:44:18 -0700 From: Stephen Hemminger To: dev@dpdk.org Message-ID: <20191101094418.4ea56291@hermes.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] RTE_METER no longer configurable 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" Did anyone notice that RTE_METER library is now required in DPDK. Since the introduction of the traffic manager library into ethdev RTE_METER can not be disabled: ethdev depends on rte_mtr.h and rte_mtr.h depends on rte_meter.