From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D03FEC282E1 for ; Thu, 23 May 2019 13:55:21 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 912712133D for ; Thu, 23 May 2019 13:55:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 912712133D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BBB3C1B945; Thu, 23 May 2019 15:55:19 +0200 (CEST) Received: from mail-vs1-f49.google.com (mail-vs1-f49.google.com [209.85.217.49]) by dpdk.org (Postfix) with ESMTP id C05EE1D7 for ; Thu, 23 May 2019 15:55:17 +0200 (CEST) Received: by mail-vs1-f49.google.com with SMTP id y6so3645479vsb.0 for ; Thu, 23 May 2019 06:55:17 -0700 (PDT) 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=/KySzurS84hNCxEstUFDS0etVupQN6M1mYwN2lzp+c8=; b=ul2wyLVNXbcrM5pJjwDpCXuv993LaA7H0WA03mmU9qX/QEbPNpIOdSSipRbOsNDjn4 LmimUAhss+xsCK2Dna0+VnYzUSk6E75OIFP4yq+vPpwv1MY0OhCRlau40DFJO/UwVU7K mBJItZh3i2ZG9Tkk6vaFU+gcgf1mUa44HYrryV2N9OUmOtXGHdPRpa0iXp7S3Wfoaq/1 qUMUL85YZ7N3YRpxdAVpE7ft0IdepQknjuhS/hlxleXYHJ65l4PZLfjLxSC+vk3HsC/U 6NI4pGx74tqXuJXCgzhfg0aH3RlYHz9fvqTfIeW95+gJvZIcSFENdDelxUneWqP7mIHK HR3g== X-Gm-Message-State: APjAAAXo3doMQRxquZgaGoT3Dkh7ewb/IN0iqEA9Cv4KM1zGyrLcHGU2 wc2wUn9oy2ZBah9r5BDrIWZc/M8jbBax5ui1Ncxgbw== X-Google-Smtp-Source: APXvYqxzGTPM0aGM0jUWjsubBtoFL6FGLbGcfHk+LzN42AK6+Qw0PcM00/jPC02N3/EtylRzrMrxB/INWdmmgHjdeZI= X-Received: by 2002:a67:61c6:: with SMTP id v189mr30561201vsb.198.1558619717102; Thu, 23 May 2019 06:55:17 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Thu, 23 May 2019 15:55:06 +0200 Message-ID: To: "Stokes, Ian" Cc: dpdk-dev , Thomas Monjalon , Jerin Jacob , "Akhil, Goyal" , "Dumitrescu, Cristian" , "Xu, Qian Q" , Yongseok Koh , Maxime Coquelin , "Zhang, Qi Z" , Shahaf Shuler , "De Lara Guarch, Pablo" , "Yigit, Ferruh" , "Mcnamara, John" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] DPDK Release Status Meeting 23/5/2019 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, May 23, 2019 at 1:47 PM Mcnamara, John wrote: > Minutes 23 May 2019 > ------------------- > > [snip] OvS > --- > > * 18.11.2 RC1 is out. > * Need to look at the impact of the rte_prefix. > It has an impact on OvS (checked with dpdk-latest) even if the fix should be not that difficult and concentrated on lib/netdev-dpdk.c. -- David Marchand