From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from minas.ics.muni.cz (minas.ics.muni.cz [147.251.4.46]) by dpdk.org (Postfix) with ESMTP id CD7D591AC for ; Mon, 31 Aug 2015 14:47:11 +0200 (CEST) Received: from [147.251.17.24] (dhcp17-24.ics.muni.cz [147.251.17.24]) (authenticated user=98998@is.muni.cz bits=0) by minas.ics.muni.cz (8.14.4/8.14.4/Debian-4) with ESMTP id t7VCl9kE055406 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 31 Aug 2015 14:47:10 +0200 References: <55E40A4F.3030406@ics.muni.cz> <4354342.IqQZSKtSMX@xps13> <55E42F25.4020406@ics.muni.cz> <2119986.60i7VtTGDM@xps13> Cc: dev@dpdk.org From: =?UTF-8?Q?Martin_Dra=c5=a1ar?= X-Enigmail-Draft-Status: N1110 Message-ID: <55E44CC6.1030209@ics.muni.cz> Date: Mon, 31 Aug 2015 14:47:02 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <2119986.60i7VtTGDM@xps13> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Muni-Envelope-From: drasar@ics.muni.cz X-Muni-Spam-TestIP: 147.251.17.24 X-Muni-Local-IP: yes X-Muni-Local-Auth: yes X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.9 (minas.ics.muni.cz [147.251.4.35]); Mon, 31 Aug 2015 14:47:10 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.98.7 at minas X-Virus-Status: Clean Subject: Re: [dpdk-dev] Removal of IP version from packet offload feature flags 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, 31 Aug 2015 12:47:12 -0000 Dne 31.8.2015 v 14:22 Thomas Monjalon napsal(a): > It does not appear in doxygen (patch welcome) but it is documented. > Check RTE_PTYPE_* in lib/librte_mbuf/rte_mbuf.h Thanks! I was looking, but not good enough. Indeed the defines are there and everything is working again :-) However, I have no idea why the documentation does not show up in html, when it is in the code... Martin