From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24A6DA0A0E; Tue, 11 May 2021 15:40:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C465410F4; Tue, 11 May 2021 15:40:21 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id A5EEC41104 for ; Tue, 11 May 2021 15:40:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620740419; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gSDgAFbubIEDwMq4ia7mgUXKqrlH5GlG2t+XKoHpYME=; b=i1nKiHujaGbVPzp/oI592CWUgsF3GD3vMVxgrqUJ459kgCNAy+FcqhtoDh2l9S55LyTCbP SavDQv5E0IJeBen8GaPXgqxe9N1UzHK7Y+2+51HCeaEobQl9YAIiPwUQEVThIflztqLMGY 3czi4lh80xTSKq96eKf+PqrLJAo4Dd0= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-24-4hgbl_dhN0asc5HwiSa-Aw-1; Tue, 11 May 2021 09:40:14 -0400 X-MC-Unique: 4hgbl_dhN0asc5HwiSa-Aw-1 Received: by mail-vs1-f72.google.com with SMTP id g28-20020a67d49c0000b0290226baf5716bso9692419vsj.12 for ; Tue, 11 May 2021 06:40:14 -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=gSDgAFbubIEDwMq4ia7mgUXKqrlH5GlG2t+XKoHpYME=; b=YwdFhrsosAvMc4nNZL53CHZkD3S6yCh37cs6igUDfKgpGHhSbQZBgmcT2VgbRzBiMf RpAY4MJIxuyiiJc4t+9MQ6pzN1K1FmBsOUNJBoW/pC0gsowwZuDUsGUep18eoc1i1IqO BKLZPNb/AVymxo8954+xy48k77dXnklihQlvlZpXNvn/llxGag6X/dCK3B7ViZ/vHBkP 24P1p/Z9l9+NqiQm7++8Nh+dj/mRqMp9rowaq95iLUSsnOfUiAWDmsN9uWd08KV2DrxU uE3h5BmpnPJ+jmEFMuPtyMOFBBprLiaI6Rz678xt0NfFes+Qfs7rVOZpF6TPc9/Q/5ik +e9w== X-Gm-Message-State: AOAM532zihQlEoyWjIfVGaJVlp+A4Yl6ApZaOe9PoSqd+4Jh0YBl6BEn 4tLDPJLOZFwk2EQkSYMiIvL2AeXx3wPgIdkKe1ij4/gYmHw87eVBpDozEf/UipwsZImc1nbEajU EJEQZH1QyVKx7Ap1nf7M= X-Received: by 2002:a9f:368f:: with SMTP id p15mr25786042uap.41.1620740413828; Tue, 11 May 2021 06:40:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyg7x5Tz+fYP7PLejNSC2TatG8qoiNMiBL322E4/S0lMlA/vfFMbqYMc+oVftRCAOS83HWSAR03ncZch7CINMo= X-Received: by 2002:a9f:368f:: with SMTP id p15mr25786019uap.41.1620740413630; Tue, 11 May 2021 06:40:13 -0700 (PDT) MIME-Version: 1.0 References: <20210506151426.28202-1-david.marchand@redhat.com> In-Reply-To: <20210506151426.28202-1-david.marchand@redhat.com> From: David Marchand Date: Tue, 11 May 2021 15:40:02 +0200 Message-ID: To: dev Cc: Ian Stokes , Kevin Traynor , Olivier Matz , Aaron Conole Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 0/2] 21.05 fixes for OVS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 6, 2021 at 5:15 PM David Marchand wrote: > > Testing OVS build against 21.05-rc2 revealed some issues. > Bits were also missing on OVS side, so for people interested, a > rebased dpdk-latest OVS branch is available at: > https://github.com/david-marchand/ovs/commits/dpdk-latest Series applied, thanks. -- David Marchand