From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 38273A00E6 for ; Tue, 6 Aug 2019 13:27:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 22DF81BE58; Tue, 6 Aug 2019 13:27:02 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id D6A1E1BE55 for ; Tue, 6 Aug 2019 13:27:00 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id AF60A484; Tue, 6 Aug 2019 07:26:59 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 06 Aug 2019 07:27:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=0zl2CDwPVPNfZXvApBqiuBgPDTzKhnVM9RNwsdkXd0A=; b=nqlaZ1YlYMTu 4EDqFsNsTIjGo0eYaxCpqCPP4ftRZpGuiaL+4un+U4yUxjYI9sIbcI6VPWhUboFo Yv1ZxZQMkdj8zdk9C8RBVcrlqTj6fOiiSWtZO+Sa3oQWY4Hi0Z9DzvZuT4jXY59a VeArubgMLuciJFOyHbZpBxEluBcHjeM= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=0zl2CDwPVPNfZXvApBqiuBgPDTzKhnVM9RNwsdkXd 0A=; b=SKMWfKxHobTDnAlCxTf5MOgAYkAIa4+Fjlrn1ajUm1iqSxsY/Pwp5Gd7g Rukrq28VxJPSh8mvdtu1gTMY9jc1uiAabXIR0xO2OGez/ddJEG8lwrmvxiIL1J/w oTfYPulpq07318vinfmMT8nIvLbJZ5/b8L3vp6z4B0MLrvvL458ENH7SlZaDlsYY uymnKnuAg/zff6ADOv4dAcPD0vVztPXAcXn6z59XW5gG88Fe2E6BL3Xxbvaua/LZ pQv0u5RbcOv2Mmk3uh0gc7mg5RdIt49mDX380E4oKa3yFroueis7oqb5etsYX4KV QuXeHxTMitrc8XuT4IQyUpPbSQ9Vw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddutddggedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 7E4E280068; Tue, 6 Aug 2019 07:26:57 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Ferruh Yigit , Andrew Rybchenko , Bruce Richardson Date: Tue, 06 Aug 2019 13:26:56 +0200 Message-ID: <2867050.c5YEz0n1jX@xps> In-Reply-To: <200e4702-5c00-f62c-6538-ae64f76c1014@intel.com> References: <20190709150257.GB497@bricha3-MOBL.ger.corp.intel.com> <6f248d5e-22b1-da4a-00f1-972bf51a3a30@solarflare.com> <200e4702-5c00-f62c-6538-ae64f76c1014@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice about changes to ethernet structures X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > >> Tell users about upcoming changes to rte_ether_addr and > >> rte_ether_header. > >> > >> Signed-off-by: Stephen Hemminger > >> Acked-by: Bruce Richardson > > > > Acked-by: Andrew Rybchenko > > Acked-by: Ferruh Yigit Acked-by: Thomas Monjalon