From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id C5BFA2A6C for ; Tue, 1 Mar 2016 09:00:51 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p65so21530339wmp.0 for ; Tue, 01 Mar 2016 00:00:51 -0800 (PST) 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=cYx7OYIoJIoPI+Drd6c1q2Y9UGD/CUoZMRg80D+ydaQ=; b=N4bkAz1t28dfICcqFGp6oi+UimOxBMkNcWYjRIrLba7dupnWcf0oZyWvpAa6cDeZfX EtIwIx+a75QlgP+o4oPRevpBChmruSUZ9Lr/gw1iSykTxW3reT/1yszN9KVo/PhmYunr fKn0VMSVVity2qSWCPRJabkyJ6Q29sPV1ytm+yNPUhpSr95AbljFQu54vvz/qK9XUkaj 4D2vxzEohCXdCS8adig1/HrhaDfNTEbKGtlbM7RxmUFZh62vGDGi2IOcvOzSTZ3WBhVk 6bA9VUbfMUVXh+mgxcl4i/m+r/NC0WsQc+hl/s1g+gydvPckoy7H6Ab2eYH5XnCdJhW+ hREA== 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=cYx7OYIoJIoPI+Drd6c1q2Y9UGD/CUoZMRg80D+ydaQ=; b=lrt9zSGzrpEcxCYzBxzPEpVknjx0USk+skiYfbbebfWx+JrUQ7A4KCL/L1Pv+T4UKI DchcyWiI94t3yV/VUPbwoHINRMl8HQ9HscfBZCYzEjJfI36/32GTgqX4wqTm+YyhvBVT QHMyqTC75ShimnLTgBAMV6wQiIHh5w3rNx1NglskPgOz3GjFRhjaKvH/nC/MydRwERXu x3MQ3VdWffJ3RcjrIH0X0eBvbMH5W04GI/QY3G8BQgH/ZuaieweinktEnkJ0ujlPYr2l 1QiK9tI/aTPVCbcHBStyjMLgdK831mW+VuHoiE4rgbeEWyDNjdDDaPaifOa7OYD2A/l9 8KAQ== X-Gm-Message-State: AD7BkJKxqpc1RCrsFkPDkV02wk8/k26fNff1oX4WphMb+iStqgvjpT3bj0BE8V7X08qAV2Ra X-Received: by 10.28.9.19 with SMTP id 19mr2224387wmj.87.1456819251652; Tue, 01 Mar 2016 00:00:51 -0800 (PST) Received: from xps13.localnet (180.20.90.92.rev.sfr.net. [92.90.20.180]) by smtp.gmail.com with ESMTPSA id i5sm29524596wja.23.2016.03.01.00.00.50 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Mar 2016 00:00:51 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Tue, 01 Mar 2016 08:59:14 +0100 Message-ID: <1930479.jzh9uaPbc9@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <56D536B3.3080104@redhat.com> References: <1451544799-70776-1-git-send-email-jianfeng.tan@intel.com> <56D474C0.9090300@intel.com> <56D536B3.3080104@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 01/11] ethdev: add API to query packet type filling info 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, 01 Mar 2016 08:00:51 -0000 2016-03-01 08:29, Panu Matilainen: > DPDK_2.3 { > global: > > rte_eth_dev_get_ptype_info; > > local: *; > } DPDK_2.2; > > ...but if there are no other reasons to respin the series perhaps Thomas > can fixup that while applying. > > Then there's the actual version, which should optimally be DPDK_16.04 > but that's purely cosmetical. There are a number of patches floating > around with DPDK_2.3 {} and librte_eal actually has one on board, so > clearly the dust from versioning change has not yet settled. Yes it must be 16.04. I've just sent a patch for EAL: http://dpdk.org/ml/archives/dev/2016-March/034266.html Thanks