From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update supported features of virtio Date: Tue, 05 Apr 2016 10:31:33 +0200 Message-ID: <3160772.qjzghPti3m@xps13> References: <1459799915-113388-1-git-send-email-jianfeng.tan@intel.com> <2863375.3saiRxips1@xps13> <5703779E.5010009@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, huawei.xie@intel.com, yuanhan.liu@linux.intel.com To: "Tan, Jianfeng" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id C36842BF8 for ; Tue, 5 Apr 2016 10:33:11 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id 191so16123162wmq.0 for ; Tue, 05 Apr 2016 01:33:11 -0700 (PDT) In-Reply-To: <5703779E.5010009@intel.com> 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" 2016-04-05 16:30, Tan, Jianfeng: > 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 OK Please send a v2 and get a review from a virtio maintainer. Thanks