From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id D16E92BB4 for ; Wed, 9 Mar 2016 00:21:42 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id p65so48364133wmp.0 for ; Tue, 08 Mar 2016 15:21:42 -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=H0h6gR/760wP9dq0aNXn4Zj3MGcR7KXgjNTvHQXAQmQ=; b=VI7giRLqTl0/+1U0UkP46aw5+BBi86djRszhS49kzkYa2e4RdGM3zt906VihhTkHlf niheGRZm2fgHF1/ima3bGpyoNgq0r5T9cwTo0qnFhrKd7C+WyfpFwUOENEOISF6ASxOv kZDDOfWE7Xzx15WjVqnhuyMwW1B0bClrSOOWdbrTIrzkNeEJQwNVDiuB9nw3C3IceeCg Laz94tWziAe05ITC9Uuc7nUc0MSr0eLpVt4e+MZX0iINJrkPSRRRpFsb5rv/yEEMam3l HJIn/19ul9OuV6+AlFjIDMlygmqi/7bVKY9y6q7bf8d4pGMuehhp/xbncT5rAbNLtnLx O96A== 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=H0h6gR/760wP9dq0aNXn4Zj3MGcR7KXgjNTvHQXAQmQ=; b=HCYR7bCoMzhyBXoyLVKMotY4ubMzPxyiVUBtKxZcKcXBTJ/CqOO6Swz3AvMpTq7JU0 lUEKKsxa879njm2nz3ikm6Gff83CcUX5Htb3Em/Vl///+bC020f3v+R00cscU6nQDPWC fDYcKueJYHC4GxG24Cz1pC4YX2ImPI/BaaTKUBxnL2RBnRrOAyAqgsuSGmqKDvgVGnh2 S56MmmQP+zGqwyAQPXSX3TfWmfpH392DNyUeC1zUsPtHNEfEWv3hCRIzB/Ccl0woUaoT lhSBS+cDM/tCvSzrCCc6+4PwFeW1jqjK8LXMl2RiC0cUNQE9cy6apt018/JuRE5sTK05 TrKg== X-Gm-Message-State: AD7BkJK75p1E7u8Ddrpik/W7rPwIlpNLzgbyqc0yBgkFRgdm+fPACcXf9zhPpkLLnZx18upc X-Received: by 10.194.47.237 with SMTP id g13mr32038309wjn.142.1457479302732; Tue, 08 Mar 2016 15:21:42 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id 202sm5588493wmo.7.2016.03.08.15.21.41 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Mar 2016 15:21:42 -0800 (PST) From: Thomas Monjalon To: Xutao Sun Date: Wed, 09 Mar 2016 00:20:04 +0100 Message-ID: <2289873.4jna6JPa7N@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <3772502.CAyHCzg1hr@xps13> References: <1456804032-1682-1-git-send-email-xutao.sun@intel.com> <1456821665-21831-2-git-send-email-xutao.sun@intel.com> <3772502.CAyHCzg1hr@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v7 1/4] lib/ether: optimize the'rte_eth_tunnel_filter_conf' structure 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, 08 Mar 2016 23:21:43 -0000 2016-03-09 00:08, Thomas Monjalon: > Hi, > > 2016-03-01 16:41, Xutao Sun: > > --- a/doc/guides/rel_notes/release_16_04.rst > > +++ b/doc/guides/rel_notes/release_16_04.rst > > @@ -123,6 +123,8 @@ ABI Changes > > the previous releases and made in this release. Use fixed width quotes for > > ``rte_function_names`` or ``rte_struct_names``. Use the past tense. > > > > +* The fields of outer_mac and inner_mac were changed from pointer > > + to struct in order to keep the code's readability. > > It is an API change. Proof: you changed the testpmd code. Please move it and reword to precise the ethdev context. Also the fields should be enclosed with backquotes as in the template.