From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D615EAFDB for ; Mon, 16 Jun 2014 13:10:18 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 16 Jun 2014 04:05:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,486,1400050800"; d="scan'208";a="529156996" Received: from sie-lab-212-143.ir.intel.com (HELO silpixa00385294.ir.intel.com) ([10.237.212.143]) by orsmga001.jf.intel.com with ESMTP; 16 Jun 2014 04:10:32 -0700 From: Alan Carew To: dev@dpdk.org Date: Mon, 16 Jun 2014 12:10:25 +0100 Message-Id: <1402917026-2886-1-git-send-email-alan.carew@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dpdk-dev] [PATCH 0/1] librte_pmd_virtio: Fix incorrect device specific header offset when MSI-X is disabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 11:10:19 -0000 Following discussion with Stephen Hemminger and Neil Horman: http://dpdk.org/ml/archives/dev/2014-June/003139.html http://dpdk.org/ml/archives/dev/2014-June/003333.html http://dpdk.org/ml/archives/dev/2014-June/003295.html There is no need for sysfs entries, instead localise the logic to virtio_ethdev, I am basing this on Stephens effort to include FreeBSD support. Suggested-by: Neil Horman Suggested-by: Stephen Hemminger Alan Carew (1): librte_pmd_virtio: Fix incorrect device specific header offset when MSI-X is disabled config/common_bsdapp | 2 +- lib/librte_pmd_virtio/virtio_ethdev.c | 28 +++++++++++++++++++++++++++- lib/librte_pmd_virtio/virtio_pci.h | 5 ++--- 3 files changed, 30 insertions(+), 5 deletions(-) -- 1.9.3