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 BB3C441E25; Thu, 9 Mar 2023 13:38:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 56D3B40ED7; Thu, 9 Mar 2023 13:38:00 +0100 (CET) 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 CFEB5400D7 for ; Thu, 9 Mar 2023 13:37:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678365478; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KVorCh3lbA+VJF5AeK9VpMRVmqLIRJ70xRkuttvG2/Q=; b=SDelgSvxUKWTSOa3U+av5LeNpsbPQ1fo23BMU56NsOdps8aVVBUE4VmEoTLhIQFf2XVojd zWPXEVsFjydczfwQFI3Ndw8i9fFU5vN3X/CJxnXwAt8+5TAfKcLOpsIV1pSWFkPkhrWOJn fczFIHw5bvdrmidDHIJ4Xd5TtsKM2dc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-259-xkKv8L-LOWypdZ9g8s8qfA-1; Thu, 09 Mar 2023 07:37:57 -0500 X-MC-Unique: xkKv8L-LOWypdZ9g8s8qfA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D0288100F909 for ; Thu, 9 Mar 2023 12:37:56 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.224.63]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6747D4010E7B for ; Thu, 9 Mar 2023 12:37:56 +0000 (UTC) From: David Marchand To: dev@dpdk.org Subject: [PATCH 0/3] net/vhost pmd fixes for Rx interrupts Date: Thu, 9 Mar 2023 13:37:49 +0100 Message-Id: <20230309123752.2237828-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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 This series fixes Rx interrupts for net/vhost when a virtio driver is not connected at the time net/vhost starts. These fixes are a bit late for 23.03, probably a bit scary (wrt the amount of touched code) and I do not mind deferring them to the next release. The last patch may solve bugzilla 1135. However, since I did not manage to reproduce this test report logs, I preferred to skip mentionning it in the commitlog for now. -- David Marchand David Marchand (3): net/vhost: add missing newline in logs net/vhost: fix leak in interrupt handle setup net/vhost: fix Rx interrupt drivers/net/vhost/rte_eth_vhost.c | 355 +++++++++++++----------------- 1 file changed, 153 insertions(+), 202 deletions(-) -- 2.39.2