From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 7D1502A58 for ; Mon, 6 Jul 2015 15:17:11 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so153082399wib.1 for ; Mon, 06 Jul 2015 06:17:11 -0700 (PDT) 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=abbC8eFjZwYDfwiEqhGMDHxJ1Td8JsR/gnRemvEzRMY=; b=afQpgInMXxUjgdkkrSQlubGhJqgS7v56pE7Gnab31Zy9itmOmcHOUcbyBuIqDeM8yF JdjI7nGYgyHWO4sW+/qMrNGWjBCSUb0h2DqamVPetHgrUfnFx9FO894Xo7rbyo9kBD2W jGzpJ+ldwsnk+0y4VrnibUS3lLQleOwXW2I3JtY/dOHrZKcti8oh8tWEO7uhcpKQlQi/ DAliBcQUCYBKxAnpV2F895+ildsSV4oHenGjX3bxcnVEn68P61/1ooqc8xcoDdJJ7Bzd J/U3Z9a/VLC89HdtN/MSxFR8Lv1z4PuBnwdlfYDDiYnveCNt5ugLRHa9FbxShX5s6FhA BXvQ== X-Gm-Message-State: ALoCoQnST+W5lUdV1yjrKlKFgFDQFaFrxPuQphzQ04B4Y0U8VLnY5EQHLS2V2/cC1HcoZ4gqmoB6 X-Received: by 10.181.11.165 with SMTP id ej5mr54025707wid.32.1436188631238; Mon, 06 Jul 2015 06:17:11 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id e2sm28112327wjw.12.2015.07.06.06.17.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jul 2015 06:17:10 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org, nhorman@tuxdriver.com Date: Mon, 06 Jul 2015 15:16:01 +0200 Message-ID: <1597388.Dhvyq33s8s@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435850194-7024-8-git-send-email-john.mcnamara@intel.com> References: <1435585344-26652-1-git-send-email-john.mcnamara@intel.com> <1435850194-7024-1-git-send-email-john.mcnamara@intel.com> <1435850194-7024-8-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 7/7] abi: announce mbuf addition for ieee1588 in DPDK 2.2 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, 06 Jul 2015 13:17:11 -0000 2015-07-02 16:16, John McNamara: > --- a/doc/guides/rel_notes/abi.rst > +++ b/doc/guides/rel_notes/abi.rst > Deprecation Notices > ------------------- > + > +* In DPDK 2.1 the IEEE1588/802.1AS support in the i40e driver makes use of the > + ``udata64`` field in the mbuf to pass the timesync register index to the > + user. In DPDK 2.2 this will be moved to a new field in the mbuf. We need more acknowledgements for this decision, as stated here: http://dpdk.org/browse/dpdk/tree/doc/guides/guidelines/versioning.rst#n51