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 3DBCCA0C4B; Tue, 31 Aug 2021 17:54:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2AF2E40686; Tue, 31 Aug 2021 17:54:51 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 8F72B40041 for ; Tue, 31 Aug 2021 17:54:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630425288; 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: in-reply-to:in-reply-to:references:references; bh=B4L4e2/q7nB8IAwxE91lX/5dlc/62aflgwTtQNtYTeA=; b=gc2fZT2Won783j9eqQ4OwD1MeGsW7QSDEI5FoF+209i60fRZFIULrPJUfwPQT0Bg3GS7/g nqGeU5czIOc+pMY46Zwvd/Pv4Y2MjEAdy/RQvLivpsZeaSkCabo1mQE7t6z/D0IVxfrWDS joB2NqxOdZFt8gOBjgZVBPLrYsszhPA= 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-13-V5DHVsT6NwmZgYVdIBpn6Q-1; Tue, 31 Aug 2021 11:54:46 -0400 X-MC-Unique: V5DHVsT6NwmZgYVdIBpn6Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4F349C73A5; Tue, 31 Aug 2021 15:54:45 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.182]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7049160C9F; Tue, 31 Aug 2021 15:54:35 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: ci@dpdk.org, Maxime Coquelin , Chenbo Xia Date: Tue, 31 Aug 2021 17:54:09 +0200 Message-Id: <20210831155411.17672-1-david.marchand@redhat.com> In-Reply-To: <20210830151313.25481-1-david.marchand@redhat.com> References: <20210830151313.25481-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 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 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-dev] [PATCH v2 0/2] virtio-user interrupt fixes 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" Trying to use virtio-user as a replacement for taps in OVS, I ended up with some fixes on the interrupt side. The patches for OVS are not ready yet, but sending the DPDK fixes in any case. @CI guys: Patch 2 probably means there is a hole in the virtio-user interrupt test plan in DTS (I could not find a setup with virtio-user+rx interrupts+multi queue). -- David Marchand David Marchand (2): net/virtio: reconfigure LSC handler when required net/virtio: fix virtio-user Rx interrupts with multi queue drivers/net/virtio/virtio_ethdev.c | 16 +++++++++------- drivers/net/virtio/virtio_user/virtio_user_dev.c | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) -- 2.23.0