From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by dpdk.org (Postfix) with ESMTP id 4899714EC for ; Thu, 17 Jan 2019 22:35:04 +0100 (CET) Received: by mail-ot1-f45.google.com with SMTP id a11so12497702otr.10 for ; Thu, 17 Jan 2019 13:35:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LyUsVCWK2ixi41xgFlop49+Kf7kFwvt41IT8T+oTqNE=; b=AdlTVAL4bDsC2rdw5Zp5rhsITUmQCgUBisVKbaw6fNl+7fir0mioLDKRQv+0YU+GLF 1b2byw9lxHYQ+dxLHX8vWH7XFfkpMO98fS7UhjSJJ/YRGHYE/s4AYTLvH/EbKk4ku4dI BWG4wi7Oc+0hTGkxpBqDtOgf3ew8dbjXGLmGM= 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=LyUsVCWK2ixi41xgFlop49+Kf7kFwvt41IT8T+oTqNE=; b=W3tZrdWWs8HYc5/sLYu/OyalTkBO7pvcawnzF9KtWbg7lph/0J2okME6LNRWxCCGpi vp6/GBVw2RX3lTwNFuN/EOjDgqXTVwxLckM6e40wunXXd5CobYVGmsYymitD3U4pzaov lMpFitZ9tYeWoubab/Y7h3jEEZxk9/A6Kh17PY9RuaTfNtc5FTbKc0/NJgfoTcgP9jpk go9Fz5VkgNO1OMreZOUDtCvjrSYbMT1BlmuHMf13n9/+DDQbUcIliv/jmWxCkxeE/Dmy iiNlJMCGtD8Nni53AJm+HAiBs2x/qNFS8s7J8h8KPxfaIm+1f1FxpaG/xqt5UvYV4Vbe AIpA== X-Gm-Message-State: AJcUukdfMMds8GP7I1YGizJdOYXYyuu2sQr+X4aI2c9RJ/uvRW+sLu0/ IHDjaNrbm0Gp4OrsgJNDpwK9pCJpu+IaZ0CHuq/WoQ== X-Google-Smtp-Source: ALg8bN5ZbkDx5eO1GfmAi3xGg+vOtJ2u6vrIo8XE+w+4h8IN+MVa9Qwb7h4l20huuhjKEHByEf3/ZcEGjyggR77aEgI= X-Received: by 2002:a9d:6f09:: with SMTP id n9mr9399871otq.87.1547760903501; Thu, 17 Jan 2019 13:35:03 -0800 (PST) MIME-Version: 1.0 References: <1545141782-31841-1-git-send-email-arnon@qwilt.com> <18411484.mQl3YRKo9N@xps> <6031115.LDTPQO7Que@xps> In-Reply-To: From: Ajit Khaparde Date: Thu, 17 Jan 2019 13:34:47 -0800 Message-ID: To: David Marchand Cc: Thomas Monjalon , Arnon Warshavsky , dev@dpdk.org, "Yigit, Ferruh" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2] devtools: fix error propagation from check-forbidden-tokens.awk 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, 17 Jan 2019 21:35:04 -0000 On Thu, Jan 17, 2019 at 9:26 AM David Marchand wrote: > On Thu, Jan 17, 2019 at 4:33 PM Thomas Monjalon > wrote: > >> 17/01/2019 13:20, David Marchand: >> > On Fri, Dec 21, 2018 at 2:00 AM Thomas Monjalon >> wrote: >> > >> > > 18/12/2018 16:19, Arnon Warshavsky: >> > > > Bugzilla ID: 165 >> > > >> > >> > Thomas, >> > >> > I just noticed that the bz is still opened. >> > Who is supposed to close bug reports ? >> >> I think we never formally described this workflow. >> >> I suggest to expect the bug reporter to close the bug. >> > > Well, the reporter is most likely able to reproduce an issue and confirm > it is fixed. > So +1 for me. > Unless I miss an update, I generally try to assign the BZ back to the reporter to get an agreement, or confirmation as needed and get the BZ closed. So +1 for me as well. Thanks Ajit > > > -- > David Marchand >