From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8742D10CE2 for ; Thu, 22 Dec 2016 09:30:02 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 22 Dec 2016 00:30:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,387,1477983600"; d="scan'208";a="45698589" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 22 Dec 2016 00:29:57 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Dec 2016 00:29:57 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Dec 2016 00:29:57 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Thu, 22 Dec 2016 16:29:54 +0800 From: "Xu, Qian Q" To: Yuanhan Liu , "dev@dpdk.org" , Yaron Illouz CC: "Yao, Lei A" Thread-Topic: [dpdk-dev] [PATCH 0/3] net/virtio: a temp to fix few multiple process issues Thread-Index: AQHSXCNy6MKSUWoZj0OzNXGGXAccmKETopoQ Date: Thu, 22 Dec 2016 08:29:54 +0000 Message-ID: <82F45D86ADE5454A95A89742C8D1410E3B4B3E90@shsmsx102.ccr.corp.intel.com> References: <1482391123-8149-1-git-send-email-yuanhan.liu@linux.intel.com> In-Reply-To: <1482391123-8149-1-git-send-email-yuanhan.liu@linux.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/3] net/virtio: a temp to fix few multiple process issues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 08:30:03 -0000 Yaron Could you also share your test case step by step here? I want to learn from= u on the cases.=20 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yuanhan Liu > Sent: Thursday, December 22, 2016 3:19 PM > To: dev@dpdk.org > Cc: Yaron Illouz ; Yuanhan Liu > > Subject: [dpdk-dev] [PATCH 0/3] net/virtio: a temp to fix few multiple pr= ocess > issues >=20 > Here is a temp to fix few multiple process issues: only did some basic te= st, not > positive sure (though it's likely) it will fix the issue reported by Yaro= n. >=20 > Yaron, please help testing. Thanks! >=20 > --- > Yuanhan Liu (3): > net/virtio: fix crash for secondary process > net/virtio: fix multiple process support > net/virtio: fix wrong Rx/Tx method for secondary process >=20 > drivers/net/virtio/virtio_ethdev.c | 27 ++++++++++++++++++++++++++- > drivers/net/virtio/virtio_pci.c | 4 ++-- > drivers/net/virtio/virtio_pci.h | 4 ++++ > drivers/net/virtio/virtio_user_ethdev.c | 2 +- > 4 files changed, 33 insertions(+), 4 deletions(-) >=20 > -- > 1.9.0