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 E4E4B58CB; Wed, 5 Dec 2018 17:47:03 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 08:47:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,318,1539673200"; d="scan'208";a="257053403" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga004.jf.intel.com with ESMTP; 05 Dec 2018 08:47:01 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 16:47:00 +0000 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.131]) by irsmsx112.ger.corp.intel.com ([169.254.1.93]) with mapi id 14.03.0415.000; Wed, 5 Dec 2018 16:47:00 +0000 From: "Mokhtar, Amr" To: David Marchand , "dev@dpdk.org" CC: "stable@dpdk.org" , "nhorman@tuxdriver.com" , "tredaelli@redhat.com" , "Yigit, Ferruh" Thread-Topic: [PATCH] bbdev: add missing experimental tags Thread-Index: AQHUjBQQFhZ4TT0+EUuJ8Yk+z4RQrKVwW+gg Date: Wed, 5 Dec 2018 16:46:59 +0000 Message-ID: <3D3765A8CDB52A4C8B410430AA19CB23709052A5@IRSMSX104.ger.corp.intel.com> References: <1543957065-20990-1-git-send-email-david.marchand@redhat.com> In-Reply-To: <1543957065-20990-1-git-send-email-david.marchand@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTEzYjU1MTQtMWQ5Mi00ZWVmLWJhNTctNWE5ZWM4ODM4OGViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidEpOKytkemZZbXM1RkFxWnVvYlVVRFFMeVpqb20zTGNkRXFnYlBCWkUyNnQwVDlqNGs1ME1wOUFNeG9ncURSbyJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] bbdev: add missing experimental tags 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: Wed, 05 Dec 2018 16:47:04 -0000 > -----Original Message----- > From: David Marchand [mailto:david.marchand@redhat.com] > Sent: Tuesday 4 December 2018 20:58 > To: dev@dpdk.org > Cc: stable@dpdk.org; nhorman@tuxdriver.com; tredaelli@redhat.com; > Yigit, Ferruh ; Mokhtar, Amr > > Subject: [PATCH] bbdev: add missing experimental tags >=20 > Those two symbols are missing the experimental tag in the library > header. > Because of this, a user can try to call this symbol without being aware > this is an experimental api (neither compilation nor link warning). >=20 > Fixes: 4935e1e9f76e ("bbdev: introduce wireless base band device lib") > Signed-off-by: David Marchand > --- Acked-by: Amr Mokhtar