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 D7A80A0471 for ; Thu, 18 Jul 2019 22:42:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C6E3514E8; Thu, 18 Jul 2019 22:42:42 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 68AA6F04 for ; Thu, 18 Jul 2019 22:42:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id E161B38E; Thu, 18 Jul 2019 16:42:39 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 18 Jul 2019 16:42:40 -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=kfImWIW2zRHBLE6BpZPR29Uk3ZL/go425ivehPYmKOw=; b=n8JXHYTABJx2 7mUs01gs4P4fYFf9ug/w9xXjdfcHnFJz5rr1ly+YTpz5NXX+NwD0fotwsWbKyqIy TdslL2OY+wCu4iD3K5Uv1ztrBLe8MUtVjOHEHH3yLHui/sG3XfZJq2AfKCen1iM8 hRdJcdUzJgQpc3PPeGRJzFBkBG4JDvE= 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=fm3; bh=kfImWIW2zRHBLE6BpZPR29Uk3ZL/go425ivehPYmK Ow=; b=hW7U9fIiza7ItffKf8GhTdl/LfsDQ1A2X0LBj82QGd5ywR68nnKSw8Izx NtvCkZCASNElAH+J0hzurfPZoJTlp6B9oTUJJIH7CuAQNXEjmz9kYsfL9kltfXP5 gmUP9G0802BJmp1G2+5SQ872zaxnhYY7fHjSsiNxY5pDrpXef421FMuh9tXkhgPb 4iO+c2NttST2tQYb6QQ4NW3m9fFT9H2CTkHhCBzwSMOKa8HEWRFNuTrDoBsLYMw6 5OVEXIkRbwiPkwTgeWBiKsZ58HnxIYbbYAvXw2QnyjWca+TZ4VIE8tCveMnLflVT Xs4pXhZjFcQmKij7lW0S7zO/tT79g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieehgdduheeiucetufdoteggodetrfdotf 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 4FF48380076; Thu, 18 Jul 2019 16:42:38 -0400 (EDT) From: Thomas Monjalon To: Marcin Zapolski Cc: dev@dpdk.org Date: Thu, 18 Jul 2019 22:42:36 +0200 Message-ID: <1654641.FihGlZhsUx@xps> In-Reply-To: <20190717075806.2320-1-marcinx.a.zapolski@intel.com> References: <20190715095623.579-1-marcinx.a.zapolski@intel.com> <20190717075806.2320-1-marcinx.a.zapolski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [v2 0/3] examples: fix use of internal struct 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" > Marcin Zapolski (3): > examples/l3fwd*: fix use of internal struct > examples/ip_fragmentation: fix use of internal struct > examples/ipsec-secgw: fix use of internal struct Applied, thanks