From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ferruh.yigit@linux.intel.com> Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7C137F11 for <dev@dpdk.org>; Wed, 16 Jan 2019 20:53:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 11:53:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,487,1539673200"; d="scan'208";a="126401414" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.22]) ([10.237.221.22]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jan 2019 11:53:40 -0800 To: Harman Kalra <harman.kalra@caviumnetworks.com>, "bruce.richardson@intel.com" <bruce.richardson@intel.com>, "david.hunt@intel.com" <david.hunt@intel.com> Cc: "dev@dpdk.org" <dev@dpdk.org>, "Jacob, Jerin" <Jerin.JacobKollanukkaran@cavium.com>, "Kalra, Harman" <Harman.Kalra@cavium.com> References: <1543504135-137867-1-git-send-email-harman.kalra@caviumnetworks.com> From: "Yigit, Ferruh" <ferruh.yigit@linux.intel.com> Message-ID: <51f4c084-077c-0417-e242-c45d9ea4ffa2@linux.intel.com> Date: Wed, 16 Jan 2019 19:53:40 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <1543504135-137867-1-git-send-email-harman.kalra@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] test/distributor: flush with worker shutdown test fails X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 16 Jan 2019 19:53:43 -0000 On 11/29/2018 3:09 PM, Harman Kalra wrote: > From: Harman Kalra <harman.kalra@cavium.com> > > On restarting worker 0 after shutdown, packets handled by > worker 0 must be incremented only when a packet is received by > it. > > Signed-off-by: Harman Kalra <harman.kalra@cavium.com> Hi Harman, The patchset doesn't apply cleanly because the relative path in the diff is not correct, can you please send a new version of it?