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 4D0E81B4EE for ; Thu, 27 Sep 2018 15:50:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 06:50:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,310,1534834800"; d="scan'208";a="266306216" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga005.fm.intel.com with ESMTP; 27 Sep 2018 06:50:00 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.248]) by IRSMSX102.ger.corp.intel.com ([169.254.2.67]) with mapi id 14.03.0319.002; Thu, 27 Sep 2018 14:49:59 +0100 From: "Singh, Jasvinder" To: "Babu Radhakrishnan, AgalyaX" , "dev@dpdk.org" CC: "alejandro.lucero@netronome.com" , "allain.legacy@windriver.com" , "Wiles, Keith" , "matan@mellanox.com" , "Richardson, Bruce" , "Pattan, Reshma" Thread-Topic: [PATCH 4/6] net/softnic: disable softnic build in FREEBSD Thread-Index: AQHUVmV4CRnrW5PLY0CaZqh/wbSLtqUEJJ4A Date: Thu, 27 Sep 2018 13:49:59 +0000 Message-ID: <54CBAA185211B4429112C315DA58FF6D336241B2@IRSMSX103.ger.corp.intel.com> References: <1538054652-20820-1-git-send-email-agalyax.babu.radhakrishnan@intel.com> <1538054652-20820-5-git-send-email-agalyax.babu.radhakrishnan@intel.com> In-Reply-To: <1538054652-20820-5-git-send-email-agalyax.babu.radhakrishnan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODBkYjFlZTItN2NmOC00YjgzLWIzNmYtZjAzZmNjNjVjYTY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQ2Uya1JMK1poYUNERkVvR1h0QVwvZWcyZ1psUlwvU0ZsZXE5NlZOa1wvY25taE52ZjFcL25IMVlvWTJlc3NMWERkbkgifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 4/6] net/softnic: disable softnic build in FREEBSD 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: Thu, 27 Sep 2018 13:50:30 -0000 > -----Original Message----- > From: Babu Radhakrishnan, AgalyaX > Sent: Thursday, September 27, 2018 2:24 PM > To: dev@dpdk.org > Cc: alejandro.lucero@netronome.com; allain.legacy@windriver.com; Singh, > Jasvinder ; Wiles, Keith ; > matan@mellanox.com; Richardson, Bruce ; > Pattan, Reshma ; Babu Radhakrishnan, AgalyaX > > Subject: [PATCH 4/6] net/softnic: disable softnic build in FREEBSD >=20 > Disabled softnic build in FreeBSD because it is not supported Added chang= es to > enable softnic build if it is Linux OS and disable in FreeBSD. >=20 > Fixes: 6e8a721044 ("vfio: export functions even when disabled") >=20 Above fixes line isn't correct.