From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 075E928F2 for ; Tue, 5 Apr 2016 10:30:38 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 05 Apr 2016 01:30:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,443,1455004800"; d="scan'208";a="938493056" Received: from shwdeisgchi083.ccr.corp.intel.com (HELO [10.239.67.193]) ([10.239.67.193]) by fmsmga001.fm.intel.com with ESMTP; 05 Apr 2016 01:30:23 -0700 To: Thomas Monjalon References: <1459799915-113388-1-git-send-email-jianfeng.tan@intel.com> <2863375.3saiRxips1@xps13> Cc: dev@dpdk.org, huawei.xie@intel.com, yuanhan.liu@linux.intel.com From: "Tan, Jianfeng" Message-ID: <5703779E.5010009@intel.com> Date: Tue, 5 Apr 2016 16:30:22 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <2863375.3saiRxips1@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: update supported features of virtio 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: Tue, 05 Apr 2016 08:30:39 -0000 Hi, On 4/5/2016 4:20 PM, Thomas Monjalon wrote: > 2016-04-05 03:58, Jianfeng Tan: >> - ethertype filter X X >> + ethertype filter X X X X > Are you sure about ethertype filter in virtio? I do not see it. Sorry, I mistake it for mac filter. ethertype filter is not supported in virtio. > >> - Power8 X X >> - TILE-Gx >> + Power8 X X X X >> + TILE-Gx X X > I don't think DPDK virtio is currently supported on these architectures. Sorry, I forget to exclude these two. config/common_base:CONFIG_RTE_LIBRTE_VIRTIO_PMD=y config/defconfig_ppc_64-power8-linuxapp-gcc:CONFIG_RTE_LIBRTE_VIRTIO_PMD=n config/defconfig_tile-tilegx-linuxapp-gcc:CONFIG_RTE_LIBRTE_VIRTIO_PMD=n