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 3A8F9A32A4 for ; Fri, 25 Oct 2019 22:33:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 46D2C1DFEF; Fri, 25 Oct 2019 22:33:37 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 2461C1C222 for ; Fri, 25 Oct 2019 22:33:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 5F14254B; Fri, 25 Oct 2019 16:33:33 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 16:33:33 -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=JsM5nKod6eWE4Wu2bq/z3Nqmfz8TVM1tPEi5nqK5YzE=; b=cYz9mldBzMVh RgZMclhIK+OGwSdLjX8pjId6LdO0Ol54O0o60r+ksOS9DTDRG5dAljAvDgJj2SWA wcLPLXtWcWJMoEHyDi80C/g4AtQB0ZtiWDiyRwQnaWT5I1tVx57G+KK3nqA1BO4z pnVJl0O/uTe/xQiQH7ghBqEgwCSIiZE= 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=fm1; bh=JsM5nKod6eWE4Wu2bq/z3Nqmfz8TVM1tPEi5nqK5Y zE=; b=sdNNw7nQXAuN8Jj2ne0c9n0BSYuncDAxrcSbCqeEcByVs3zmWe9T+7Q26 6SjQ9Oea5NUS2p+cCYloCVAvYx/wKq0IBDFaSaN3IwbvDKrBQQNXQ611k3a7Ogon l0B80KQs4lLuI/VKurEEWnt0ae2arhw3OVoc4RccxR/QyOxu4riP08qwc1Cys5AL Zw3H3IXKOKn5gG2PiyDnvGeOI8biIx6suuF6jiz0ykIECjsW6YeUv+wwXtqYMtOm r23miSny8YHaK9ETs44e3bN3bJfx46vtsxuUCaVgJafrTL9K/8JpzPq+m34I7WCK RB6Jf0KOVECRuMUh+fRN/e0iUeDfQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleefgdduhedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 67B65D6005B; Fri, 25 Oct 2019 16:33:31 -0400 (EDT) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org, michel@digirati.com.br, olivier.matz@6wind.com, anatoly.burakov@intel.com, vipin.varghese@intel.com Date: Fri, 25 Oct 2019 22:33:29 +0200 Message-ID: <2305854.ry14jpCTbi@xps> In-Reply-To: <20190927135054.20845-1-konstantin.ananyev@intel.com> References: <20190816125304.29719-1-konstantin.ananyev@intel.com> <20190927135054.20845-1-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/3] move mbuf definition into a separate file 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" 27/09/2019 15:50, Konstantin Ananyev: > Konstantin Ananyev (3): > eal: move CACHE and IOVA related definitions > mbuf: move mbuf definition into a separate file > examples/bpf: remove duplicate mbuf definition Applied, thanks