From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rcdn-iport-6.cisco.com (rcdn-iport-6.cisco.com [173.37.86.77]) by dpdk.org (Postfix) with ESMTP id 396912BB9 for ; Thu, 28 Jul 2016 04:35:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=363; q=dns/txt; s=iport; t=1469673320; x=1470882920; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=ANwWb17GoygulMcrKdFGgnyTVnCSQfoQ5MWrBKA8VNo=; b=ekHXDf88+8Exai+PsxCWxDFgczLDkdxI4hYCUmKR0I75fQNKYoIDaxeY lnGMmwxL2PsvbvIauelsiiV+FHxB2f0qVzdPKww6FciQ1GgcEV+QL9dTG jUGBlVstD38VUbnC0Pp/QUk6duJAejtBP3Rf08KcLms0aQezfJ0Y4rP94 E=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0D3AQA/bplX/5tdJa1dgz9WfAa2W4IPg?= =?us-ascii?q?X0khXkCgTU4FAEBAQEBAQFdJ4RcAQEEAScTPxACAQg2EDIlAgQBDQUIAYggCA6?= =?us-ascii?q?7VQEBAQEBAQEBAQEBAQEBAQEBAQEBARyGKoRNiX4dBZkxAY50gVwBjWiQJAEeN?= =?us-ascii?q?oN4bogJfwEBAQ?= X-IronPort-AV: E=Sophos;i="5.28,432,1464652800"; d="scan'208";a="130814185" Received: from rcdn-core-4.cisco.com ([173.37.93.155]) by rcdn-iport-6.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2016 02:35:19 +0000 Received: from XCH-RCD-009.cisco.com (xch-rcd-009.cisco.com [173.37.102.19]) by rcdn-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id u6S2ZJ9N017390 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Thu, 28 Jul 2016 02:35:19 GMT Received: from xch-rcd-007.cisco.com (173.37.102.17) by XCH-RCD-009.cisco.com (173.37.102.19) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Wed, 27 Jul 2016 21:35:18 -0500 Received: from xch-rcd-007.cisco.com ([173.37.102.17]) by XCH-RCD-007.cisco.com ([173.37.102.17]) with mapi id 15.00.1210.000; Wed, 27 Jul 2016 21:35:18 -0500 From: "John Daley (johndale)" To: Olivier Matz , "dev@dpdk.org" CC: "jerin.jacob@caviumnetworks.com" , "thomas.monjalon@6wind.com" , "bruce.richardson@intel.com" Thread-Topic: [dpdk-dev] [PATCH v2] doc: announce ABI change for mbuf structure Thread-Index: AQHR4lajiZQtLPQvQkag8Zot/mayXqAtK9zw Date: Thu, 28 Jul 2016 02:35:18 +0000 Message-ID: References: <1468936875-1652-1-git-send-email-olivier.matz@6wind.com> <1468998974-3040-1-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1468998974-3040-1-git-send-email-olivier.matz@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.19.145.148] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: announce ABI change for mbuf structure 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: Thu, 28 Jul 2016 02:35:20 -0000 >=20 > For 16.11, the mbuf structure will be modified implying ABI breakage. > Some discussions already took place here: > http://www.dpdk.org/dev/patchwork/patch/12878/ >=20 > Signed-off-by: Olivier Matz > --- Acked-by: John Daley Also, definitely +1 on trying to get m->next into the first cache line.