From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id BCDDE9AB6 for ; Tue, 1 Mar 2016 09:53:35 +0100 (CET) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 3DCE963147; Tue, 1 Mar 2016 08:53:35 +0000 (UTC) Received: from sopuli.koti.laiskiainen.org (vpn1-7-140.ams2.redhat.com [10.36.7.140]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u218rY95014280; Tue, 1 Mar 2016 03:53:34 -0500 To: Xutao Sun , dev@dpdk.org References: <1455867097-19173-1-git-send-email-xutao.sun@intel.com> <1456804032-1682-1-git-send-email-xutao.sun@intel.com> <1456804032-1682-2-git-send-email-xutao.sun@intel.com> From: Panu Matilainen Message-ID: <56D5588D.80205@redhat.com> Date: Tue, 1 Mar 2016 10:53:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1456804032-1682-2-git-send-email-xutao.sun@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 01 Mar 2016 08:53:35 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v6 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, 01 Mar 2016 08:53:36 -0000 On 03/01/2016 05:47 AM, Xutao Sun wrote: > Change the fields of outer_mac and inner_mac from pointer to struct > in order to keep the code's readability. > > Signed-off-by: Xutao Sun > Signed-off-by: Jijiang Liu > --- > app/test-pmd/cmdline.c | 6 ++++-- > doc/guides/rel_notes/deprecation.rst | 5 ----- > doc/guides/rel_notes/release_16_04.rst | 2 ++ > drivers/net/i40e/i40e_ethdev.c | 12 ++++++------ > lib/librte_ether/rte_eth_ctrl.h | 4 ++-- > 5 files changed, 14 insertions(+), 15 deletions(-) > Since this is the commit actually changing the ABI, its best to actually bump LIBABIVER right here as well lest it go forgotten, and also update the list of shared library versions in release notes. See commit d8c4ae275582784ec0ff3b2c54a4c861b55bc056 for an example. Oh and sorry for not noticing this earlier. - Panu -