From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 187648E96 for ; Mon, 14 Dec 2015 15:55:49 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id p66so47774079wmp.0 for ; Mon, 14 Dec 2015 06:55:49 -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 :content-type; bh=69QFoZuhDe4MQvE19p3y+ztTtafx6Y2BjuUrMHrJ9Ko=; b=jdb5CAlIkzAkrcVARIhp8/BrLhv1XBJ9T5dI/ysbZ3fyg7lYJIpVLXn3IzM+S0H0Cc lvSVaOiRX3agkTaRR3P2koNr8WArIzrwfEGIaihx3+159EeMsbsQP9LhcMFFUbG2mox8 eveFsTGCxR/4V0+2+V59QW0GMkQhVJnWcC44kRbWOCrytFoFlZdZOFYFhx0qSNq0MrUD uXh8Dp81zTwaLJ/280mbx4/VDpmXTTVT/tJmIQxcxmbgfYEeZYSa1Fem7qJy4Ic2X0cX NdTeCpwqfyegZRzPWDMY0elkMROMtArNLieXeHljD7kipbhycmUV6RB52TnuHSYQ0AkT GwwA== 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:content-type; bh=69QFoZuhDe4MQvE19p3y+ztTtafx6Y2BjuUrMHrJ9Ko=; b=ZKMe6X7jkljVvseAiYhuLlV/qzqWKQxUFh2Mo9tLz9zmpoShjjMoAE4YoRuzZMCLrc WNVDF4yreX1atn1eqIBQbN2cI3/YpeHAvovdnB15ijFr4Sin4XJQAc1FMgQKec4rR+2J uFd0N95uNL4J+sPTEXU+BYcsGOM/rR9ZOBoIt/AClMLDM3lJw/O9xoCZUR1snboHDa1s HzPLSq4kOT81DVgmeFsfo+QxDinslse3MYrQ/YTaAz8ZGOX1udmuQr98qGCqVRRvRq7M rGstqfPYISRFRPABm5AcdNP6vUoW1TrFCD7gwETqnBNttDrEfDFuSdbCYUM5twjB9951 ayoQ== X-Gm-Message-State: ALoCoQm1/qV5XVVb6pTFg2KwePgRpznxsSYNSxF6MCDOsbhWxVGD2BSkXLzqGeSruycsQ0sX6mTcptxEc6dWrw5Mcq9tQaMtVA== X-Received: by 10.28.226.86 with SMTP id z83mr26553802wmg.77.1450104922929; Mon, 14 Dec 2015 06:55:22 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id xs9sm2581040wjc.43.2015.12.14.06.55.21 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Dec 2015 06:55:22 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 14 Dec 2015 15:54:06 +0100 Message-ID: <2618453.kF8WIUB5uB@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449790022-24126-1-git-send-email-stephen@networkplumber.org> References: <1449790022-24126-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: announce API change for rte_ether.h 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, 14 Dec 2015 14:55:49 -0000 2015-12-10 15:27, Stephen Hemminger: > Plan to change to version of struct ether_addr in > DPDK 2.3. The change in DPDK source is trivial but it will impact > source compatablilty therefore notification is necessary. [...] > +* librte_ether: The structure ether_addr in DPDK will be replaced > + by using the standard header file . The structure > + size will be the same (no ABI impact), but the structure field name > + will change from addr_bytes[] to ether_addr_octet[]. Acked-by: Thomas Monjalon Any other votes for this API cleanup?