From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f193.google.com (mail-io0-f193.google.com [209.85.223.193]) by dpdk.org (Postfix) with ESMTP id F1A6B7EC0 for ; Thu, 26 Apr 2018 23:41:24 +0200 (CEST) Received: by mail-io0-f193.google.com with SMTP id a10-v6so210861ioc.9 for ; Thu, 26 Apr 2018 14:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=qwilt-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=l4RKB7l2663qBJs3pDo6Wk6Hb16oVZbsSf1eM/zlbPQ=; b=BC3xofToOK/74mFCcZmTaIrnmHYvGEGt9vQZbnf/N/23W6A86GzJU2sXXXWp/zxn/o E/werTfgK3OwmjkRWEycV7rMgpP3pTwBxhow2MPf04OxbgUXP1KBzdKXJASEpCYT1VKN MlTQPY4JAziEz9ywq0FVgvDU/GhoGE7398JG0vQDHZaZtFb4qW4zNRgZ4Bub2JNlxGD8 OlkrgSlSR+gd2VqEzeSc08AVJbHkEG3xd8gDqXdghDvr+B8VoqmFkrp/+vp041a0w9FG UoO5J9J+PIgKyy7K7sfzUYFZjwOx/QwwjqJiZ2JMHw2MqrYxb1LrWck5pTN6tUVSUpQZ 2RiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=l4RKB7l2663qBJs3pDo6Wk6Hb16oVZbsSf1eM/zlbPQ=; b=W/27wX/tyVMHXGiNzumy/MThL5kFsaPnms4vXsO/1LpRG1zsY0p0oKioZy4Wa0Eykw vnx1mD3GMUuO+WbvLjGK6EhhlmTnaSjrMFfgF+Upc25Li751RRXN728EZkBO2t8ovcqH 4f61cL9v/fokBKirNK2g5nzvkCvTsbdr6LOCG7noCcuYYUbI+li8k/vu4ArWOoqQc2Tv cNqlsUTbIYZ+6sMpGWO390w48O1eU5wVdPkJvVMfQsVown5B+X6PQXhAj3JjPMkzmW/T eiuEEI0AFVb/wDbVFhEorAdVkFjqxUWJqH4gyrUP9TUgLWcUGBsbcStKdFDNaGkMSe51 UnMw== X-Gm-Message-State: ALQs6tDEgwuKz5Y8VrEZMEoHDYsKjxkFO3aMLSZ1DLqZCK83eI3ck8f8 RKPjlQxowUSyBbTxS3sLziaonYAc+pYp3tw8yEjtbg== X-Google-Smtp-Source: AB8JxZpk8yyOkIdQik0TkKX3COHRBk5LyvMUR4KxcPWiOoiqFkRoaqXVCbl3y4bNI330ZW+vgejYMQLgEtBUjYZ5h6E= X-Received: by 2002:a6b:2293:: with SMTP id i141-v6mr31591777ioi.283.1524778884342; Thu, 26 Apr 2018 14:41:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.142.145 with HTTP; Thu, 26 Apr 2018 14:41:23 -0700 (PDT) In-Reply-To: <1db20a32-5e21-4142-75cc-7366c64d3bbe@redhat.com> References: <1524518942-1998-1-git-send-email-arnon@qwilt.com> <1524518942-1998-6-git-send-email-arnon@qwilt.com> <1db20a32-5e21-4142-75cc-7366c64d3bbe@redhat.com> From: Arnon Warshavsky Date: Fri, 27 Apr 2018 00:41:23 +0300 Message-ID: To: Kevin Traynor Cc: Thomas Monjalon , "Burakov, Anatoly" , "Lu, Wenzhuo" , "Doherty, Declan" , jerin.jacob@caviumnetworks.com, Bruce Richardson , "Yigit, Ferruh" , dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v5 05/11] eal: replace rte_panic instances in eventdev 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, 26 Apr 2018 21:41:25 -0000 > > Similar to 1/11 in that there is some allocate before this and maybe you > should jump to the release at the end of the function > > > > Same as I wrote in 1/10 - I want to handle this not in this patchset