From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tan, Jianfeng" Subject: Re: [PATCH] doc: update supported features of virtio Date: Tue, 5 Apr 2016 16:30:22 +0800 Message-ID: <5703779E.5010009@intel.com> References: <1459799915-113388-1-git-send-email-jianfeng.tan@intel.com> <2863375.3saiRxips1@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, huawei.xie@intel.com, yuanhan.liu@linux.intel.com To: Thomas Monjalon 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) In-Reply-To: <2863375.3saiRxips1@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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