From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Zk4rF-0003rk-7A for mharc-grub-devel@gnu.org; Thu, 08 Oct 2015 02:39:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhrLD-0003oU-Oz for grub-devel@gnu.org; Thu, 01 Oct 2015 23:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhrLA-0004ak-Io for grub-devel@gnu.org; Thu, 01 Oct 2015 23:49:03 -0400 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:35838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhrLA-0004aW-Bl for grub-devel@gnu.org; Thu, 01 Oct 2015 23:49:00 -0400 Received: by laer8 with SMTP id r8so85741145lae.2 for ; Thu, 01 Oct 2015 20:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=tcS3yG5RXEpw3ql6dH4JwJQO6UR/mQr2LJhTy/NsQCY=; b=hFFi2Q2dMVHFFHifUNSSg2w8//5M0+O1XfUZdR5lI9tquqDsbmUdt5NxBSESWxLW40 XPGA7hw5N4TY04pMzHLPGF+/ABvP4CBZsd/exOZoAaYLhvnTDTT0r4MJ0XkZVlPkpWe8 MMQUXB0+zaD6g+cwl0FZICVkv4Jxu6q7L3h2Uug00Mh7cpU4Di8bX3szT+2EmEKyktdg XFdUY49REPsqfELQs6i2AJ4RZ/bJG4KEWbViCRHwl/jT4xmXKwcf5dgVRIjoBbiFUGq8 dOPv6TIsaO0/PcuP9YhWrQnM/mFQPzg8QFs7joF5DXqHd3PU1E9XapDT4tEp5AdoLlYW qX0w== X-Received: by 10.25.19.73 with SMTP id j70mr2906965lfi.29.1443757739562; Thu, 01 Oct 2015 20:48:59 -0700 (PDT) Received: from [192.168.1.43] (ppp91-76-142-206.pppoe.mtu-net.ru. [91.76.142.206]) by smtp.gmail.com with ESMTPSA id r66sm1145886lfd.49.2015.10.01.20.48.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Oct 2015 20:48:58 -0700 (PDT) Subject: Re: [grub PATCH] efinet: disable MNP background polling To: The development of GNU GRUB References: <20151001.182655.371384337.d.hatayama@jp.fujitsu.com> <560D1E07.3090902@redhat.com> <560D7328.5050009@gmail.com> From: Andrei Borzenkov Message-ID: <560DFEA9.2070907@gmail.com> Date: Fri, 2 Oct 2015 06:48:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::236 Cc: Laszlo Ersek , HATAYAMA Daisuke , glin@suse.com, edk2-devel-01 , Mark Salter X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 03:49:04 -0000 02.10.2015 01:04, Yinghai Lu пишет: > On Thu, Oct 1, 2015 at 10:53 AM, Andrei Borzenkov wrote: >> >> Hatayama-san, would you consider implementing MNP-based driver for GRUB? >> Having at least proof of concept available for testing would be good. > > There is one solaris grub2 that does support MNP. > Unfortunately it does not really help unless someone is going to submit it here.