From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D969F10CEB for ; Thu, 22 Dec 2016 08:16:55 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP; 21 Dec 2016 23:16:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,387,1477983600"; d="scan'208";a="45905275" Received: from yliu-dev.sh.intel.com ([10.239.67.162]) by fmsmga006.fm.intel.com with ESMTP; 21 Dec 2016 23:16:54 -0800 From: Yuanhan Liu To: dev@dpdk.org Cc: Yaron Illouz , Yuanhan Liu Date: Thu, 22 Dec 2016 15:18:40 +0800 Message-Id: <1482391123-8149-1-git-send-email-yuanhan.liu@linux.intel.com> X-Mailer: git-send-email 1.9.0 Subject: [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 07:16:56 -0000 Here is a temp to fix few multiple process issues: only did some basic test, not positive sure (though it's likely) it will fix the issue reported by Yaron. Yaron, please help testing. Thanks! --- 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 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(-) -- 1.9.0