From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B57831C91A for ; Mon, 14 May 2018 17:29:43 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3A42922158; Mon, 14 May 2018 11:29:43 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 May 2018 11:29:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=pmNzasNKvoE8wzxMcQkIK5DMpP vPl353Y9QhPfa5OTY=; b=L5Qk3Jpz/hGgU44FMncz+WvCm9ceYFDOp8FrBfsVuD /aGxO8lg5/i/J0Hh/o2udEMA7BNwVDp1zo8vgfkjLJr9LorRukrq5I13rrmDh6dU 4rdhbwucWVBF2BVc1i68TKpDEkdiRTKiY1E3i+3wx+de/xaaGO11jNw74blSYHvz 4= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=pmNzas NKvoE8wzxMcQkIK5DMpPvPl353Y9QhPfa5OTY=; b=CRcii/LzCjSY2TC24x+RqX dIgUCQ5iyFI71//Sc5edrW5EjUkUACLoqoZiKFl8KgKUFvO6X5UZHd/ULmm+rhYW ICo5hlHcbRi24/YbQum/Aedlimjz+2PKueoKOZM1nldHfxWtf6ZEkqIijdmsmg0F 7mx+TSZtxwsresSu1EQSo/WRAtJA4/6uAH41pB2WeZLRygLty7YfqJaFm3KpiD8M uGEMEQEy9dC2ALQgaTaEKm7rm/GR+tXjfDYgT9FHpj0lU0GkpgXEK8vbeuJb3gpr FZ+4xAtWhPuthkKcDZCkQ7FtCZrpxV3Z5I1v7a/nOj8Y0e4D5sGkxgb8wt7R6Yhw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 55AFBE4350; Mon, 14 May 2018 11:29:42 -0400 (EDT) From: Thomas Monjalon To: "Pattan, Reshma" Cc: "Parthasarathy, JananeeX M" , "dev@dpdk.org" , "Burakov, Anatoly" , "Jain, Deepak K" Date: Mon, 14 May 2018 17:29:41 +0200 Message-ID: <27756474.fd2W5nfMBH@xps> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A2F0B5C@irsmsx110.ger.corp.intel.com> References: <1524835241-12778-1-git-send-email-reshma.pattan@intel.com> <2992140.TScDacoaO3@xps> <3AEA2BF9852C6F48A459DA490692831F2A2F0B5C@irsmsx110.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] app/test: enhance sanity script 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: Mon, 14 May 2018 15:29:43 -0000 14/05/2018 17:26, Pattan, Reshma: > Hi Thomas, > > > > 2. Fixed in autotest_test_funcs.py to handle test cases which returns > > > "Skipped" as result. > > > The issue was skipped test cases got timed out, causing delay in > > > sanity script execution. > > > 3. Enhanced support for FreeBSD, > > > as FreeBSD doesn't support socket-mem, file-prefix options. > > > > Please do 3 patches. > > Why do we need 3 patches here? Any reason? Because it's easier to review and better for the history to have patches with only one goal. It is a basic rule: one fix = one patch. It is also easier to backport.