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 EF8D0A0350; Mon, 11 May 2020 22:56:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8DFF41BF87; Mon, 11 May 2020 22:56:17 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 1FDBB1BF57 for ; Mon, 11 May 2020 22:56:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589230575; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=nah2Mk3Azhnklcai6NOl7aHfvbDfYoUBybp+h5QVPtY=; b=dNW6kPrJmbtBjJBuVAY0sZCb31lDqs7nNwZoGI08tItDTBcfATECeYwsNgqWh2Ei2IiuqL Gzy3PQhvtOo2LIDobj9IviORGSAQVFdbs7T7/GylCL9QkrOeDJ2Id9cOZqy46WQ51nwvbk 3erRnssQDoXQf4QJnECjf0mLqGBHus8= Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-265-YK85uMA5PPukTV3W5MCKRQ-1; Mon, 11 May 2020 16:56:13 -0400 X-MC-Unique: YK85uMA5PPukTV3W5MCKRQ-1 Received: by mail-il1-f199.google.com with SMTP id g17so10542350iln.13 for ; Mon, 11 May 2020 13:56:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nah2Mk3Azhnklcai6NOl7aHfvbDfYoUBybp+h5QVPtY=; b=iqV6HYB5N2S2QlVC8kJO3LagEtRPPlM+uMmuTEWHuMcGvoL0C2FceJwogJuSrHr3Ml gwGscm84ROuFLTTQERi3bOWZtecchQ0scT4e5bEdsDI5y1HDlJscTLddE5IkVObm8FYB T/QV8eZhy/RihI8CHJ6DH/Bp4cgLtwkJHIc6GSo/XtvBIJP8aAb51olEwYjbVzgBPGwu 8piGfwL6c0Jo2lfvMjBRp0S6uijisDv/B3RTSaGg1P8PTyHgczrZtVpmsU7rwLuZexmV LYB3fMCMw8103bb0m+fEaT8nJ/yBG8yLLAKgpsBKf+BcxRMMuV8CawCNyTd2Hg++4ZFh XVXA== X-Gm-Message-State: AGi0Pua4Nt15lpLvu5U+tNL+Z3Ur+BWBLZzMtTr7Pajia9Za+eHKU/1S hArSmYP3SdbfA7Xsg6bH6/osfUer9RikvI/HqSXU1l5hA+mAXZ6+fuwIHYY8xYC8e593s1jANQ4 Drt+hjy08g1btZZqfGss= X-Received: by 2002:a6b:5d08:: with SMTP id r8mr8231917iob.180.1589230572536; Mon, 11 May 2020 13:56:12 -0700 (PDT) X-Google-Smtp-Source: APiQypK42yeBpPTy6mEsC/qa2QY0R0jK8mTjpCqHQtIlr1Gj1JMyJzr6WF7GSZe6sftadqMYITwZOj7a/beOkcoITp0= X-Received: by 2002:a6b:5d08:: with SMTP id r8mr8231888iob.180.1589230572207; Mon, 11 May 2020 13:56:12 -0700 (PDT) MIME-Version: 1.0 References: <20200501110814.67384-1-harry.van.haaren@intel.com> In-Reply-To: <20200501110814.67384-1-harry.van.haaren@intel.com> From: David Marchand Date: Mon, 11 May 2020 22:56:00 +0200 Message-ID: To: Harry van Haaren Cc: dev , "Iremonger, Bernard" , "Yigit, Ferruh" , dpdk stable X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] test/flow-classify: fix failure on dual socket systems 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" On Fri, May 1, 2020 at 1:07 PM Harry van Haaren wrote: > > This commit fixes failures of the flow_classify_autotest when > ran on dual-socket servers, as the sample application does not > support more than a single socket. Increasing the NB_SOCKETS > value allows the test to run successfully. > > Fixes: 9c9befea4f57 ("test: add flow classify unit tests") Cc: stable@dpdk.org > Signed-off-by: Harry van Haaren Tested-by: Ferruh Yigit Tested-by: Bernard Iremonger Acked-by: Bernard Iremonger Applied. -- David Marchand