From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DF5C558F6 for ; Fri, 19 Apr 2019 23:06:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7173A21448; Fri, 19 Apr 2019 17:06:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 19 Apr 2019 17:06:25 -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=fi2i4Cg29dpPHowN1Ra3wh9O1b5En6RFXVj1EFkEFAY=; b=T3rQCbgmzkYR 700AJJuCe478iJCIIX4JO6xF2iJ/BU/6pXDGeKmRarGAyoYbcmkbgMhtPDdqMchA YVH/puLFdCJA5PRzkxWfFGxG5kmSy0IRtV65D9mBLqCFHE+RK00uMUROg2Vmfixh q2wB/6csmUZ1IpHW5AAossZJtS4csDY= 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=fi2i4Cg29dpPHowN1Ra3wh9O1b5En6RFXVj1EFkEF AY=; b=hmTwEv8uIMl9y2OIbrCDXlQDq63WUOOhfM2bBe4aijnbMnV2fcMMXKCuz kuPv4eudaVmDRMI0RfgkSBfEbbaafXRDe+m5x1f7JHM5ANouQR6kwX9xJmyb+H+K BLnVoTR8sQsTZ2B96796dmXLk2e9Al4F+7e983ig38m1wzXnBO4MgJGTON8gccc9 lUFTqVuPRd9HGzHvzqfCW4OPOVPGl7RZlibzErOt7VvZIY22t8oerpkXqkOAQKfD INjlQUafteW/zdTSyw/zLUoFGoJVvjKW6hCWhsj6/bvzFCtUBX29SFNj9+KtDCmr +WIyhedJILGqCLQ4k0IVnWVAyVXnA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeekgdegtdcutefuodetggdotefrodftvf 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 6EDCDE415C; Fri, 19 Apr 2019 17:06:23 -0400 (EDT) From: Thomas Monjalon To: Fiona Trahe Cc: dev@dpdk.org, david.marchand@redhat.com, tomaszx.jozwiak@intel.com, yskoh@mellanox.com, bruce.richardson@intel.com Date: Fri, 19 Apr 2019 23:06:22 +0200 Message-ID: <2809834.xCz271MfQq@xps> In-Reply-To: <1555692768-17046-1-git-send-email-fiona.trahe@intel.com> References: <1555674338-4887-1-git-send-email-tomaszx.jozwiak@intel.com> <1555692768-17046-1-git-send-email-fiona.trahe@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] test/compress: fix max mbuf size test case 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: , X-List-Received-Date: Fri, 19 Apr 2019 21:06:26 -0000 19/04/2019 18:52, Fiona Trahe: > Fixed the compilation error: > > ../app/test/test_compressdev.c:1949:11: note: previous > definition of 'i' was here > > ../app/test/test_compressdev.c:1992:2: error: 'for' loop > initial declarations are only allowed in C99 mode > > ../app/test/test_compressdev.c:1992:2: note: use option > -std=c99 or -std=gnu99 to compile your code > > ../app/test/test_compressdev.c:1996:19: warning: assignment > from incompatible pointer type [enabled by default] > > Fixes: 355b02eedc65 ("test/compress: add max mbuf size test case") > > Signed-off-by: Tomasz Jozwiak > Signed-off-by: Fiona Trahe > --- > v3 changes: > - moved idx variable to improve code clarity and consistency > with other tests > > v2 changes: > - added compile error to commit msg Applied, thanks 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 59D3CA00E6 for ; Fri, 19 Apr 2019 23:06:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 00F0C1B9D4; Fri, 19 Apr 2019 23:06:27 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DF5C558F6 for ; Fri, 19 Apr 2019 23:06:25 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7173A21448; Fri, 19 Apr 2019 17:06:25 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 19 Apr 2019 17:06:25 -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=fi2i4Cg29dpPHowN1Ra3wh9O1b5En6RFXVj1EFkEFAY=; b=T3rQCbgmzkYR 700AJJuCe478iJCIIX4JO6xF2iJ/BU/6pXDGeKmRarGAyoYbcmkbgMhtPDdqMchA YVH/puLFdCJA5PRzkxWfFGxG5kmSy0IRtV65D9mBLqCFHE+RK00uMUROg2Vmfixh q2wB/6csmUZ1IpHW5AAossZJtS4csDY= 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=fi2i4Cg29dpPHowN1Ra3wh9O1b5En6RFXVj1EFkEF AY=; b=hmTwEv8uIMl9y2OIbrCDXlQDq63WUOOhfM2bBe4aijnbMnV2fcMMXKCuz kuPv4eudaVmDRMI0RfgkSBfEbbaafXRDe+m5x1f7JHM5ANouQR6kwX9xJmyb+H+K BLnVoTR8sQsTZ2B96796dmXLk2e9Al4F+7e983ig38m1wzXnBO4MgJGTON8gccc9 lUFTqVuPRd9HGzHvzqfCW4OPOVPGl7RZlibzErOt7VvZIY22t8oerpkXqkOAQKfD INjlQUafteW/zdTSyw/zLUoFGoJVvjKW6hCWhsj6/bvzFCtUBX29SFNj9+KtDCmr +WIyhedJILGqCLQ4k0IVnWVAyVXnA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeekgdegtdcutefuodetggdotefrodftvf 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 6EDCDE415C; Fri, 19 Apr 2019 17:06:23 -0400 (EDT) From: Thomas Monjalon To: Fiona Trahe Cc: dev@dpdk.org, david.marchand@redhat.com, tomaszx.jozwiak@intel.com, yskoh@mellanox.com, bruce.richardson@intel.com Date: Fri, 19 Apr 2019 23:06:22 +0200 Message-ID: <2809834.xCz271MfQq@xps> In-Reply-To: <1555692768-17046-1-git-send-email-fiona.trahe@intel.com> References: <1555674338-4887-1-git-send-email-tomaszx.jozwiak@intel.com> <1555692768-17046-1-git-send-email-fiona.trahe@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3] test/compress: fix max mbuf size test case 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: <20190419210622.3b_LwSjn2qOTqFA5cr9be3P6ZHp8q_4K2OR9TKvGxjo@z> 19/04/2019 18:52, Fiona Trahe: > Fixed the compilation error: > > ../app/test/test_compressdev.c:1949:11: note: previous > definition of 'i' was here > > ../app/test/test_compressdev.c:1992:2: error: 'for' loop > initial declarations are only allowed in C99 mode > > ../app/test/test_compressdev.c:1992:2: note: use option > -std=c99 or -std=gnu99 to compile your code > > ../app/test/test_compressdev.c:1996:19: warning: assignment > from incompatible pointer type [enabled by default] > > Fixes: 355b02eedc65 ("test/compress: add max mbuf size test case") > > Signed-off-by: Tomasz Jozwiak > Signed-off-by: Fiona Trahe > --- > v3 changes: > - moved idx variable to improve code clarity and consistency > with other tests > > v2 changes: > - added compile error to commit msg Applied, thanks