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 C9E1EC63E for ; Fri, 31 Jul 2015 23:24:37 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 31 Jul 2015 14:24:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,586,1432623600"; d="scan'208";a="775467616" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by orsmga002.jf.intel.com with ESMTP; 31 Jul 2015 14:24:37 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.224.2; Sat, 1 Aug 2015 05:24:35 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.45]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.18]) with mapi id 14.03.0224.002; Sat, 1 Aug 2015 05:24:33 +0800 From: "Zhang, Helin" To: Thomas Monjalon , "Ananyev, Konstantin" , "Richardson, Bruce" Thread-Topic: [PATCH 3/3] config: remove kni options for bsd Thread-Index: AQHQy9XBcBmBqJsugUqg8jZr9CuKJZ32FsUg Date: Fri, 31 Jul 2015 21:24:32 +0000 Message-ID: References: <2490473.jjJga3lrlm@xps13> <1438377090-22232-1-git-send-email-thomas.monjalon@6wind.com> <1438377090-22232-4-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1438377090-22232-4-git-send-email-thomas.monjalon@6wind.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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 3/3] config: remove kni options for bsd 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: Fri, 31 Jul 2015 21:24:38 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, July 31, 2015 2:12 PM > To: Zhang, Helin; Ananyev, Konstantin; Richardson, Bruce > Cc: dev@dpdk.org > Subject: [PATCH 3/3] config: remove kni options for bsd >=20 > KNI is a Linux-only kernel module. >=20 > Signed-off-by: Thomas Monjalon Acked-by: Helin Zhang