From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 580B971B5 for ; Fri, 12 Jan 2018 11:19:29 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jan 2018 02:19:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,348,1511856000"; d="scan'208";a="9853087" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga007.jf.intel.com with ESMTP; 12 Jan 2018 02:19:27 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 12 Jan 2018 10:19:25 +0000 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by IRSMSX156.ger.corp.intel.com ([169.254.3.33]) with mapi id 14.03.0319.002; Fri, 12 Jan 2018 10:19:26 +0000 From: "Kovacevic, Marko" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "Chilikin, Andrey" , "nhorman@tuxdriver.com" , "thomas@monjalon.net" Thread-Topic: [dpdk-dev] [PATCH] doc: ethdev ABI change deprecation notice Thread-Index: AQHTiuskSek3zrj1uEK9cRSeZFCUC6NwBw8A Date: Fri, 12 Jan 2018 10:19:25 +0000 Message-ID: <6DC05C7C5F25994B81B3F2F214251F66331ADE@IRSMSX104.ger.corp.intel.com> References: <1515682031-20152-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1515682031-20152-1-git-send-email-kirill.rybalchenko@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTAzMjdmNTctNGY4Yi00NDhmLWFkMWYtOGE0MDBjMjFmZmE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InRjTHJMTks2K0s2NTVhXC94ZGRYMmlnclMyQmJ1NXpHMjJDME5iZDNSVXNVPSJ9 x-ctpclassification: CTP_NT x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: ethdev ABI change deprecation notice 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: , X-List-Received-Date: Fri, 12 Jan 2018 10:19:29 -0000 > Signed-off-by: Kirill Rybalchenko > +* ethdev: anounce ABI change ^^^^^^^^ One small typo announce > + The size of variables flow_types_mask in rte_eth_fdir_info structure, > + sym_hash_enable_mask and valid_bit_mask in rte_eth_hash_global_conf > structure > + will be increased from 32 to 64 bits to fulfill hardware requirements. > + This change will break existing ABI as size of the structures will inc= rease. > + > * i40e: The default flexible payload configuration which extracts the fi= rst 16 > bytes of the payload for RSS will be deprecated starting from 18.02. I= f > required the previous behavior can be configured using existing flow You can add my ack when changed. Acked-by: Marko Kovacevic