From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id D3226A0096 for ; Wed, 8 May 2019 13:07:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8AC3B37A2; Wed, 8 May 2019 13:07:48 +0200 (CEST) Received: from new4-smtp.messagingengine.com (new4-smtp.messagingengine.com [66.111.4.230]) by dpdk.org (Postfix) with ESMTP id 91B16378B for ; Wed, 8 May 2019 13:07:46 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 0FA1C16335; Wed, 8 May 2019 07:07:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 08 May 2019 07:07:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=5hJMcvfB8DgCciTiOfgChnkhvYEt6jo4OwC4G7jEiig=; b=HNQbhFg2Xltk g1x80Ie9GP22VwDaoV0+5vVbuvM8DdhHtpuoUrvV7wjvmqBivG2aMrYBY4HrEpjA yOv6IxHWuNh/ZKSwo/hKc9T5ee0IUHfXzldZXeEHhkFz6XnW777+CZSJTBlmPE0B CJxsw0s0rL6uWMn2FGDeY77TusbkXHQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=5hJMcvfB8DgCciTiOfgChnkhvYEt6jo4OwC4G7jEi ig=; b=FSTdLBUBIymvzDmlyZenOPGH4H59qpCYw/ihR49+Jf56SFvs/MfZdSsnk 7rsTFPt/oZKO8ybtp0SmpjX+S4bx37KPjNjIdTqK7XSDjIy+FoAgg1+LcAdb2xEG +A/9jycw1A48JbVbUGYyfagv/72Cv3B19V0uREcFk4gvotkS7VlxkOpQsQ7dNpj+ Ccrlh40zoGyM2uOWUrMl34/omzdy8GRR5KIBZRLuXCd+qqs8LBC8vfqxGq9DN59I lFEUJOFt8BCQOdFjIzuwRgiQh/R4JFPVvL5GR1o+5wG4Qweq66LlOtCULiWfGTIV FMlNVkimJjV6sEZ1E2nkW//xhuJQw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeefgdefgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F035A103CB; Wed, 8 May 2019 07:07:40 -0400 (EDT) From: Thomas Monjalon To: Arnon Warshavsky Cc: dev@dpdk.org, Ferruh Yigit , Stephen Hemminger , "Burakov, Anatoly" , "Lu, Wenzhuo" , "Doherty, Declan" , Jerin Jacob , Bruce Richardson , ranjit.menon@intel.com, anand.rawat@intel.com, Pallavi Kadam , Harini Ramakrishnan , "O'Hare, Cathal" , Arnon Warshavsky Date: Wed, 08 May 2019 13:07:39 +0200 Message-ID: <5113628.MvIexMTWk3@xps> In-Reply-To: References: <1556463528-22853-1-git-send-email-arnon@qwilt.com> <3c8183ba-7140-784f-d690-a279e1aff30c@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change on eal and kni 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" Message-ID: <20190508110739.rllkGQ-fAGyObyiMrnnNhqrVbQ2oIaZLBd-fncB3AX0@z> 07/05/2019 11:57, Arnon Warshavsky: > > > > > > Changing 'kni_fifo_init()' return type shouldn't be a problem at all, > > perhaps it would be a problem if the content of the fifo changed but it is > > not > > the case. > > > > Should I move this patch to deferred or reject? It can be set to "rejected". I am preparing a deprecation notice for rte_eal_remote_launch and rte_metrics_init.