From patchwork Thu May 6 15:14:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 93029 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F2748A0524; Thu, 6 May 2021 17:14:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4198410EE; Thu, 6 May 2021 17:14:56 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 89534410DB for ; Thu, 6 May 2021 17:14:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620314094; 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: content-transfer-encoding:content-transfer-encoding; bh=Nsb4tieY0ToqSkTOhpDfR6pzXfRDQdKu/4hZkh83JSw=; b=PUuVx+XNqO3mrq6E6Tg9kmXT0P2BTaMV5+qQdca9xh9ld1w27cGXqFkae1kazRbUVkwqI9 JQkA9gaqnDfXY3caGjuz7f28SlM/KBE5pmT/O7w2Ozrp056jOM2FrEFhId88doiXO+b2mh gGoV1G6KJ8BQndJs5d+G+SIB2iH7KGk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-231-oIhbwzZuMYSanTBRqmhbdQ-1; Thu, 06 May 2021 11:14:50 -0400 X-MC-Unique: oIhbwzZuMYSanTBRqmhbdQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6506B801106; Thu, 6 May 2021 15:14:48 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.60]) by smtp.corp.redhat.com (Postfix) with ESMTP id 32A6B620DE; Thu, 6 May 2021 15:14:46 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: ian.stokes@intel.com, ktraynor@redhat.com Date: Thu, 6 May 2021 17:14:24 +0200 Message-Id: <20210506151426.28202-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [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" 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