From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id ECB955A3E for ; Thu, 9 Jul 2015 02:56:05 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 08 Jul 2015 17:56:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,435,1432623600"; d="scan'208";a="758740982" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga002.fm.intel.com with ESMTP; 08 Jul 2015 17:56:04 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 9 Jul 2015 08:56:03 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Thu, 9 Jul 2015 08:56:01 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v3] doc: announce ABI changes planned for unified packet type Thread-Index: AQHQuNy6ZW99tIipBUq8F4YQhwIaJ53SUigw Date: Thu, 9 Jul 2015 00:56:01 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8C64492@SHSMSX104.ccr.corp.intel.com> References: <1435913354-20129-1-git-send-email-helin.zhang@intel.com> <1436291120-9547-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1436291120-9547-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: announce ABI changes planned for unified packet type 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, 09 Jul 2015 00:56:06 -0000 Acked-by: Jingjing Wu > -----Original Message----- > From: Zhang, Helin > Sent: Wednesday, July 08, 2015 1:45 AM > To: dev@dpdk.org > Cc: Liu, Jijiang; Wu, Jingjing; nhorman@tuxdriver.com; Zhang, Helin > Subject: [PATCH v3] doc: announce ABI changes planned for unified packet > type >=20 > The significant ABI changes of all shared libraries are planned to suppor= t > unified packet type which will be taken effect from release 2.2. Here > announces that ABI changes in detail. >=20 > Signed-off-by: Helin Zhang > ---