From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Maximets Subject: [PATCH v3 0/2] IOPL related fixes Date: Fri, 23 Nov 2018 18:39:18 +0300 Message-ID: <20181123153920.12398-1-i.maximets@samsung.com> References: <20181123143620.10480-1-i.maximets@samsung.com> Content-Type: text/plain; charset="utf-8" Cc: Maxime Coquelin , Tiwei Bie , Zhihong Wang , Thomas Monjalon , Ferruh Yigit , Ian Stokes , Kevin Traynor , Bruce Richardson , Ilya Maximets To: dev@dpdk.org, David Marchand Return-path: Received: from mailout1.w1.samsung.com (mailout1.w1.samsung.com [210.118.77.11]) by dpdk.org (Postfix) with ESMTP id 345111B57B for ; Fri, 23 Nov 2018 16:39:38 +0100 (CET) Received: from eucas1p2.samsung.com (unknown [182.198.249.207]) by mailout1.w1.samsung.com (KnoxPortal) with ESMTP id 20181123153938euoutp0160c70ef16d2253119178f74deea519be~pywb2rblY0551305513euoutp01Z for ; Fri, 23 Nov 2018 15:39:38 +0000 (GMT) In-Reply-To: <20181123143620.10480-1-i.maximets@samsung.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patches primary targeted to fix OVS unit test failures with DPDK 18.11 due to following error: 'IOPL call failed - cannot use virtio PMD'. We can avoid test failures in OVS by filtering the output like this: https://patchwork.ozlabs.org/project/openvswitch/list/?series=77706 but it still looks very inconvenient for me to have this message in the output of every command for the DPDK linked app. Version 3: * Splitted in two patches. [David Marchand] * Fixed typo in commit message. [David Marchand] Version 2: * Fixed possible fd leak on BSD. Ilya Maximets (2): eal/bsd: fix possible IOPL fd leak net/virtio: avoid annoying IOPL call related errors drivers/net/virtio/virtio_ethdev.c | 11 ++++++----- lib/librte_eal/bsdapp/eal/eal.c | 6 ++++-- 2 files changed, 10 insertions(+), 7 deletions(-) -- 2.17.1