From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] doc: announce API change for rte_ether.h Date: Mon, 14 Dec 2015 15:30:56 +0000 Message-ID: <20151214153055.GA37304@bricha3-MOBL3> References: <1449790022-24126-1-git-send-email-stephen@networkplumber.org> <2618453.kF8WIUB5uB@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C855391AA for ; Mon, 14 Dec 2015 16:30:59 +0100 (CET) Content-Disposition: inline In-Reply-To: <2618453.kF8WIUB5uB@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Dec 14, 2015 at 03:54:06PM +0100, Thomas Monjalon wrote: > 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? > Are the structures and contents of net/ethernet.h the same on both Linux and FreeBSD? /Bruce