From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id D7C2D1DB1 for ; Mon, 11 Apr 2016 19:07:45 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id a140so21456415wma.0 for ; Mon, 11 Apr 2016 10:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=YE06UxnUIBw1exli0VlGG6/drH4vDOb5R7XVzXQxzcE=; b=JPq882uS312Lq6MFgVbCYNLVqfC010JjxA0ZySX11h9v86AEl/+JfdVNgZ9Bn6YM1M KsR8oX2o9idx3CssDZ/epkV+2+UrSwdz4mnQYWtBq2JcO+XpLaGxqei4KUgEcT2r+sy/ /b12ScWdV7wP0PL4ig7sztPKPaBbjCfQBZQtSetZDWQyElE55zczO2GKvsyLoGPkS3eF /tModlU61Ou0sB6Pz0ekG+smWzmiOe1nCP3qWmXW+kFjH2wW3E18Fu1Ngy+R3S2MJ3ws 81w+d4gjcKQ1VM5nhMZb5ZWDCODU9w+xJ8//fVcLzSiWaQuy6APwjpPwhA74tJHswRZJ 1MTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=YE06UxnUIBw1exli0VlGG6/drH4vDOb5R7XVzXQxzcE=; b=A/nUO3O9UIcDBG3PW11Bat27Jy/H8PjfrA8Oqo+O5Lt1XtY1GqgnJrDkFqyVKurP2l cyKjfXxE3WoyAkUQDqxDwrjn5MqzBd72gpFmp24bL0JVgXfap5DW0zKJJ1rOF8RK2Xgu 0Qfb2s5mLjujku1itlEGyFxMDBfNcnMbKpnBJzbMS3S15izyrcWpyW28mNHupa0oGvQQ 7A0MWp6pEXv7jg1jlMUFb2pJwZb2vYPvSAsG13FNXFGPi2z1i2AWUKLi27d7VRuCocD2 DJBrwEQJKrL5z99INpCusDXa0IowfHpVSq4Uq0Ipgrw2mlj/0gnhoCcllGOjE4IHIZNT n97w== X-Gm-Message-State: AD7BkJIPfMrwrocpGimS6u++cfVFDG2ExmW5jI9DSAzj5A1MLLEDd6Q0e/M+YulHghF0adel X-Received: by 10.194.134.227 with SMTP id pn3mr26900361wjb.129.1460394465699; Mon, 11 Apr 2016 10:07:45 -0700 (PDT) Received: from xps13.localnet (245.111.75.86.rev.sfr.net. [86.75.111.245]) by smtp.gmail.com with ESMTPSA id d1sm18344933wmh.18.2016.04.11.10.07.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2016 10:07:44 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Cc: "Yigit, Ferruh" , dev@dpdk.org, "Mcnamara, John" Date: Mon, 11 Apr 2016 19:07:43 +0200 Message-ID: <11874060.SP5ECZ82Pk@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160411095232.28cf6a58@xeon-e3> References: <1460132630-857-1-git-send-email-ferruh.yigit@intel.com> <1749775.pvWY8GPfrJ@xps13> <20160411095232.28cf6a58@xeon-e3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: fill nics features matrix for pcap 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, 11 Apr 2016 17:07:46 -0000 2016-04-11 09:52, Stephen Hemminger: > I wonder if this matrix would be better if auto-generated some how. > Either statically from source scan, or dynamically via simple app? It would be a good exercise. But I'm afraid the AI would be too complex to judge if the support is enough to be valid (e.g. link speed capabilities for sub-devices, support on architectures, content in the doc, etc).