From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f176.google.com (mail-qt0-f176.google.com [209.85.216.176]) by dpdk.org (Postfix) with ESMTP id 73402326C for ; Tue, 4 Apr 2017 22:58:40 +0200 (CEST) Received: by mail-qt0-f176.google.com with SMTP id n21so150089542qta.1 for ; Tue, 04 Apr 2017 13:58:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atomicrules-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=S0PEH/R2fKH5KFODlt7PUs1zZtLaLEVYhuBF2qBl8xg=; b=PWC60QJWacrbPW6ZnNIm/aOMMbMv4mOkflw7w4jU5+wSWPLQT0Vx4qHQveU/tih9pM KAVtVRHGGyUyvhwoyePPipFWH4c7j0ggnx3KJJtTg492eEj6j2GKutEHFIf3FKAGGbfx skOWmRDnC/RV8uQxP3rwJE+ZAbisnoZpufhOXk5jXrn0zFyqm+4oqPPi2Hzryf6mHQ8R /ib3zW9+YuySYUgWEA9EwkJ06nvU6G6wI4TQlDgg956FlNoxP7bNiTWHcA4TMeqjWotV TE+yLPQNJ9dYXkex+6Mo5R+7sZfSSfpwa48I8kVPjqz7ujFMTjJDv1vfNyg2bJS2ArAm n01Q== 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=S0PEH/R2fKH5KFODlt7PUs1zZtLaLEVYhuBF2qBl8xg=; b=cO7nUWxfsRnl7VOV3tYKSnsMckVgfT58jW5ON8gxATq9kxi5OuXcQlfAAK1PT5/OPj IBqin7oTOP64jlcE2vDvxqCfYz8Q3qeUy/Bloys6wWjuhCoKzcvoFseXIGEvdRjjHpPd 9Wl7DFBoyrZOGRdU+i3usk925VMmZ6qnuEpb8D0mWgi2zhmdYtdVt9+z7zMqbvOiL5Ue YJlLEMZSuPOba4f8Y7GZs3FS7K/RiyMTNvWUv1d2Ky4IatppI2QGES8tETwBxGVaZUpf +qrkS6P1FwpdxS7w6kShBxXK/75j09qnk4HN6+olAdFG35eFr9HxSwEGBX32zsKM3hVL puWw== X-Gm-Message-State: AFeK/H0mzO3u65sWzielSc5pkcdcZgjjHvAVlAgtJsu2TrOjc9M2TfEJfssXnRlqioV2A/OTsjfKdUJLQwnwtQ== X-Received: by 10.200.53.237 with SMTP id l42mr24549716qtb.264.1491339519802; Tue, 04 Apr 2017 13:58:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.1.131 with HTTP; Tue, 4 Apr 2017 13:58:19 -0700 (PDT) In-Reply-To: <6cfeef15-f882-fd47-ed81-6aecf5da2097@intel.com> References: <1490749485-1407-1-git-send-email-ed.czeck@atomicrules.com> <1490823145-13012-1-git-send-email-ed.czeck@atomicrules.com> <6cfeef15-f882-fd47-ed81-6aecf5da2097@intel.com> From: Ed Czeck Date: Tue, 4 Apr 2017 16:58:19 -0400 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org, John Miller , Shepard Siegel , Stephen Hemminger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v7 1/7] net/ark: stub PMD for Atomic Rules Arkville 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: Tue, 04 Apr 2017 20:58:40 -0000 Hi Ferruh, The patch series was updated to apply on the latest dpdk-next-net (d7f06ea2) On Fri, Mar 31, 2017 at 10:51 AM, Ferruh Yigit wrote: > > On 3/29/2017 10:32 PM, Ed Czeck wrote: > > Enable Arkville on supported configurations > > > Can you please update release notes [1] to announce the ARK PMD? Release note have been updated in patch 7/7. > Apart from that, overall PMD looks good to me. > > Still I suggest pushing the PMD integration to RC2 phase, to give more > chance for reviews. We at Atomic Rules are fine with moving this in RC2. When do you expect that to occur? > If PMD gets acked before that time, we can integrate earlier. If there > is no objection till RC2, it gets merged in RC2. > > This means less time for testing after integration, is merging on RC2 > will leave you enough time for testing? We have been continually testing with the latest code from dpdk-next-net. Aside from occasional merge issues, the core dpdk code which we depend upon remains stable. > Thanks, > ferruh > > > [1] > doc/guides/rel_notes/release_17_05.rst > >