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 EFE411B849 for ; Wed, 31 Jan 2018 21:29:30 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2018 12:29:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,441,1511856000"; d="scan'208";a="27831964" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 31 Jan 2018 12:29:28 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 31 Jan 2018 20:29:27 +0000 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.101]) by IRSMSX156.ger.corp.intel.com ([169.254.3.153]) with mapi id 14.03.0319.002; Wed, 31 Jan 2018 20:29:27 +0000 From: "Mokhtar, Amr" To: Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" , "Burakov, Anatoly" , "De Lara Guarch, Pablo" , "Power, Niall" , "Macnamara, Chris" Thread-Topic: [dpdk-dev] [PATCH v5 0/5] Introducing Wirless Base Band Device (bbdev) abstraction library Thread-Index: AQHTixG72uByHM7G0EO7cn7LRw81qqN6Z3YAgBQlYYA= Date: Wed, 31 Jan 2018 20:29:27 +0000 Message-ID: <3D3765A8CDB52A4C8B410430AA19CB236EC82832@IRSMSX104.ger.corp.intel.com> References: <1515698603-20416-1-git-send-email-amr.mokhtar@intel.com> <1515698603-20416-6-git-send-email-amr.mokhtar@intel.com> <1596883.yZ5vjCyqb0@xps> In-Reply-To: <1596883.yZ5vjCyqb0@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDkzOTFjOGItNmEwMy00NTRkLTk2NzktZGU3YmRjMDA5MDNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJCc1pNbjFDdWNxSGphTXJVNlUyaXA4QjlMZUM0VUNzUVI0K3JzQ2lZWEE5MUZnT2xQY0F4d2JXVlFjbFBwOTkyIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 v5 0/5] Introducing Wirless Base Band Device (bbdev) abstraction library 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, 31 Jan 2018 20:29:31 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Friday 19 January 2018 00:45 > To: Mokhtar, Amr > Cc: dev@dpdk.org; Yigit, Ferruh ; Burakov, Anatol= y > ; De Lara Guarch, Pablo > ; Power, Niall ; > Macnamara, Chris > Subject: Re: [dpdk-dev] [PATCH v5 0/5] Introducing Wirless Base Band Devi= ce > (bbdev) abstraction library >=20 > 11/01/2018 20:23, Amr Mokhtar: > > Hello, > > Latest update for Wireless Device abstraction library. >=20 > Applied with few changes: > - fixed title formats > - moved bbdev between ethdev and cryptodev in lists > - added in test-build.sh > - fixed compilation as shared library (must be better fixed in RC2) > undefined reference to `bbdev_logtype', added to .map Can you explain more what shared library compilation problem were experienced? Is it the missing 'bbdev_logtype' ? >=20 > Thanks for the good work, and welcome in DPDK!