From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <arnon@qwilt.com>
Received: from mail-io0-f182.google.com (mail-io0-f182.google.com
 [209.85.223.182]) by dpdk.org (Postfix) with ESMTP id D3FD8D090
 for <dev@dpdk.org>; Fri, 27 Apr 2018 19:16:48 +0200 (CEST)
Received: by mail-io0-f182.google.com with SMTP id a10-v6so3272796ioc.9
 for <dev@dpdk.org>; Fri, 27 Apr 2018 10:16:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=qwilt-com.20150623.gappssmtp.com; s=20150623;
 h=mime-version:references:in-reply-to:from:date:message-id:subject:to
 :cc; bh=5hYVA14YXhmU8USi9MxP5hzOGmAY/buRf3Zt1HI2J4Q=;
 b=CmhmhMGut/mSGLwh5T8wHJAQYRhzUzYrq5hNmtReylyV6+5zR/zlHJvDZ1jeu6O2Ux
 HF2AbBDVrIhf0OexnagIerAdGg+ZU/eL4Au+DJ/SXdv2z3SMaQu+osnXsMemqGtmgDW0
 mGfQGzFjhJpBtdIH2zPttAG9jvkNeedl6xpfAAu6l6NiXdBEtRJPN2KMvYJ6E6stVRy0
 BLjNDkWJVGSbZMyg6ju0fFA7esTPVwXS0MGUlQ3KwP+hdN9gQKxP5C6cghUSy0zrkkV5
 eUrxvxFFWvS+aQEBSErYh1J83pa/Yc6OalAJob5wrz4k9KJe83ukQbPEsAgk7OIgKq4a
 lfQQ==
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=5hYVA14YXhmU8USi9MxP5hzOGmAY/buRf3Zt1HI2J4Q=;
 b=pCZXzju4XWDSs1dMx58uQpbl+aEfPUbMmvg4Ll2+Nwno0uXNs4vnrwXa0Begibh+ER
 3xJpOg/eI9Gt9giBksZV1PC1oVw++9l2qWHyekb209DBVHRs07Zu+2+iQdEtBgmL6SQP
 SDUbubQmtpG+jvE4yfVhf2GB0ea+Uz8RIZYXMMOMQN+4PFMxl9HdrpSTvgAzATAUwUyC
 40ADquLZamaDoHr+Q+iLTbl1k+rRJjyEDRDTcG9MwMqck9pDOaDq+2kMxh9P9YLWjnAw
 6hCat7i0Tb9AaeyLABs2SL9DBSPchRMOM9RdIX/6Mz/zIsXap98Donw+cteJzIPSF/W8
 iDiQ==
X-Gm-Message-State: ALQs6tDp31fLySAW48nPfpl/RykYTT8rURsLFpw1hF3GFn0ke8+dV5N2
 HweubCiVVcxhxmQnKUdlbihTq0vX0cnkCxrXRKaD4Q==
X-Google-Smtp-Source: AB8JxZpFgUtFOTBIr5TFY+/wx6eaSKjtbX9Mh1XZYD1xtkSi6UNY6varA7M2oAfY2zZ1ErfXiozjz+zEsLkrJ37KCVk=
X-Received: by 2002:a6b:a89b:: with SMTP id
 e27-v6mr3029008ioj.180.1524849407936; 
 Fri, 27 Apr 2018 10:16:47 -0700 (PDT)
MIME-Version: 1.0
References: <1524663944-30376-11-git-send-email-arnon@qwilt.com>
 <2992884.f5kbt66Nfe@xps>
 <CAKy9EB2Sx31-ebMR2QA-aie5zp3PE_RoyDfZxCr0oSv0GsxuBQ@mail.gmail.com>
 <2687436.XNaodg91aW@xps>
In-Reply-To: <2687436.XNaodg91aW@xps>
From: Arnon Warshavsky <arnon@qwilt.com>
Date: Fri, 27 Apr 2018 17:16:37 +0000
Message-ID: <CAKy9EB1BV7gXdj2gSghB75MEGJ6ZKd88QSzcfjRdetM1yJLeng@mail.gmail.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: anatoly.burakov@intel.com, bruce.richardson@intel.com, 
 declan.doherty@intel.com, dev@dpdk.org, ferruh.yigit@intel.com, 
 jerin.jacob@caviumnetworks.com, wenzhuo.lu@intel.com
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-dev] [PATCH v9 00/10] eal: replace calls to rte_panic and
 refrain from new instances
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://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Apr 2018 17:16:49 -0000

On Fri, Apr 27, 2018, 19:40 Thomas Monjalon <thomas@monjalon.net> wrote:

> 27/04/2018 18:31, Arnon Warshavsky:
> > On Fri, Apr 27, 2018, 17:22 Thomas Monjalon <thomas@monjalon.net> wrote:
> > > What is the status of this patchset?
> > > It seems not ready for RC1 (today).
> > > I don't want to push it in RC2 because it changes too many things.
> > > So it's today or wait for 18.08. What do you think?
> > >
> > > The last patch for check tooling can be separated and pushed at
> anytime.
> > >
> >
> > Yes,unfortunately its 18.08.I am away the entire weekend from any means
> of
> > getting  the code fixed, so only on Sunday I will split the last patch
> from
> > the rest.
>
> So you are OK with considering this patchset for 18.08?
> And take the tool in 18.05?
>
> Yes, it looks like the best option here.

Thanks
/Arnon

>
>
>