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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, URIBL_SBL,URIBL_SBL_A 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 D6F05C433DF for ; Thu, 18 Jun 2020 09:46:33 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 9E9FA21D7B for ; Thu, 18 Jun 2020 09:46:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9E9FA21D7B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 A72471BEAC; Thu, 18 Jun 2020 11:46:32 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id BD7741BEA7 for ; Thu, 18 Jun 2020 11:46:30 +0200 (CEST) IronPort-SDR: OF9dUwKlTeDzTYvsonxaYopYrJWpB9PgNvUBAd1T705JRbiY7whNEblpvkHrd6LqVYS2Chh6QM EzFlsIoBA7pA== X-IronPort-AV: E=McAfee;i="6000,8403,9655"; a="129852627" X-IronPort-AV: E=Sophos;i="5.73,526,1583222400"; d="scan'208";a="129852627" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2020 02:46:29 -0700 IronPort-SDR: sryc3ceaC1tK1hrq/BhFrokJuZPHkj9oOozohOLxX0eirVAob5WkUMeSEwa//GILInBaw8tw6r IRaIsje/hDmQ== X-IronPort-AV: E=Sophos;i="5.73,526,1583222400"; d="scan'208";a="450581868" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.14.154]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 18 Jun 2020 02:46:28 -0700 Date: Thu, 18 Jun 2020 10:46:25 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, david.marchand@redhat.com, John McNamara , Marko Kovacevic Message-ID: <20200618094625.GA578@bricha3-MOBL.ger.corp.intel.com> References: <20200618004218.3730743-1-thomas@monjalon.net> <20200618004218.3730743-2-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200618004218.3730743-2-thomas@monjalon.net> Subject: Re: [dpdk-dev] [PATCH 1/4] doc: remove outdated guidelines for library addition 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 Thu, Jun 18, 2020 at 02:42:15AM +0200, Thomas Monjalon wrote: > There was a doc about how to extend DPDK by adding a library. > It could have been useful but was never updated, > so it is lacking a lot of explanations about doxygen, > meson, versioning, maintainership, etc. > > Anyway such guidelines should fit in the contributors guide. > Better to completely remove this obsolete document. > > Signed-off-by: Thomas Monjalon > --- > doc/guides/prog_guide/extend_dpdk.rst | 109 -------------------------- > 1 file changed, 109 deletions(-) > delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst > Missing a change to remove the file reference from index.rst With that fixed: Acked-by: Bruce Richardson