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 ECAA2A046B for ; Tue, 23 Jul 2019 13:28:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4A9951BFF1; Tue, 23 Jul 2019 13:28:52 +0200 (CEST) Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id C47861BF8A for ; Tue, 23 Jul 2019 13:28:50 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us5.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTPS id B297558005C; Tue, 23 Jul 2019 11:28:48 +0000 (UTC) Received: from [192.168.1.11] (85.187.13.152) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 23 Jul 2019 12:28:43 +0100 To: Stephen Hemminger , CC: Bruce Richardson References: <20190709150257.GB497@bricha3-MOBL.ger.corp.intel.com> <20190719165631.9235-1-stephen@networkplumber.org> From: Andrew Rybchenko Message-ID: <6f248d5e-22b1-da4a-00f1-972bf51a3a30@solarflare.com> Date: Tue, 23 Jul 2019 14:28:37 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190719165631.9235-1-stephen@networkplumber.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [85.187.13.152] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24788.000 X-TM-AS-Result: No-0.681800-8.000000-10 X-TMASE-MatchedRID: ZrceL/U8jXTy8WyPX+8RTfZvT2zYoYOwC/ExpXrHizzxO7utA8Uvlflg F+Kg8U8Rj5vFt7iE12CRk6XtYogiau9c69BWUTGwfYXIYFyZ9yPZs3HUcS/scCq2rl3dzGQ1+c2 vgR9n9cMm20glpfGFvnpLyn01h2nYblHTVgrSVKgT9IFEj+bixYVyAlz5A0zC7xsmi8libwVi6n HReNJA8sM4VWYqoYnhs+fe0WifpQo= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--0.681800-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24788.000 X-MDID: 1563881329-zp5dPWHGYBSA 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" On 7/19/19 7:56 PM, Stephen Hemminger wrote: > 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