From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 68D3D1B14F for ; Thu, 27 Sep 2018 05:42:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Sep 2018 20:42:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,308,1534834800"; d="scan'208";a="76257302" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 26 Sep 2018 20:40:51 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 26 Sep 2018 20:40:37 -0700 Received: from fmsmsx151.amr.corp.intel.com ([169.254.7.87]) by FMSMSX119.amr.corp.intel.com ([169.254.14.196]) with mapi id 14.03.0319.002; Wed, 26 Sep 2018 20:40:36 -0700 From: "Wang, Yipeng1" To: "Richardson, Bruce" CC: "dev@dpdk.org" , "Gobriel, Sameh" Thread-Topic: [PATCH v2 3/7] test/hash: fix rw test with non-consecutive cores Thread-Index: AQHUVYiHc5j7WfD0w0+hOXNeLHMiXqUDfH7w Date: Thu, 27 Sep 2018 03:40:35 +0000 Message-ID: References: <1536253745-133104-1-git-send-email-yipeng1.wang@intel.com> <1537550255-252066-1-git-send-email-yipeng1.wang@intel.com> <1537550255-252066-4-git-send-email-yipeng1.wang@intel.com> <20180926110224.GC20648@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20180926110224.GC20648@bricha3-MOBL.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWY0YjQzMTctNzAyNS00ZGE4LTk4YTYtZTEwMjZhODViMWFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWDBLSU94c0tKa0FoTHFcLzdzaFdSTHI2NHhFeDg4SnpTY0hwdlFkNmRSVjI2VWZDOEhuc1wvdDJpRUw3OUpWcUpiIn0= x-originating-ip: [10.1.200.108] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 3/7] test/hash: fix rw test with non-consecutive cores 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: Thu, 27 Sep 2018 03:42:13 -0000 I added another commit for this. Please test. Thanks! >-----Original Message----- > >When testing this patch, I see that the read-write autotests are not >currently in the meson.build file for the test binary. I think this >patchset should include this fix too, as a separate patch.