From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F92BECE587 for ; Tue, 1 Oct 2019 18:59:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B5EB215EA for ; Tue, 1 Oct 2019 18:59:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569956380; bh=w5e1NN947ltzsklCHEE38yaUZaBqgwUZghQ81esLHu8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=PRHd8qAGTrWcmbbwiV+heereDdF/6UmD6W+g6qPsWp27VOExFc/wYmhccPYvS6F21 /gIGsXnnrqifSYlSWXH5kdFqq84l0T56NC+DHZwQ9xKT/wthnya+ety8ioon7KuZc7 BV8iFdPAezGWP9+ejGJzaOrL2Vjdm2ecQciPZas8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726626AbfJAS7j (ORCPT ); Tue, 1 Oct 2019 14:59:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:40508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726682AbfJAS7j (ORCPT ); Tue, 1 Oct 2019 14:59:39 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C524020B7C; Tue, 1 Oct 2019 18:59:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569956379; bh=w5e1NN947ltzsklCHEE38yaUZaBqgwUZghQ81esLHu8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hDZqHxKi7dGO+mOkWsZvnY7Sbmf1iR43bCqb1jQvTjnObaOMXqWsubGzJk+pBR3PD 7iW1sWCxhJuGABdiPb38piNg16UL5I9h/Cc6nt2h6QtB2HyrWrSFC76xLh3BPE6SGz kQjF0V0vW0R03JA+aL3mlOVA4Zsb5Y4lVSPCl9D8= Date: Tue, 1 Oct 2019 14:59:37 -0400 From: Sasha Levin To: Haiyang Zhang Cc: Dexuan Cui , KY Srinivasan , Stephen Hemminger , "davem@davemloft.net" , "linux-hyperv@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Michael Kelley Subject: Re: [PATCH v2][PATCH net] hv_netvsc: Add the support of hibernation Message-ID: <20191001185937.GA17454@sasha-vm> References: <1569449034-29924-1-git-send-email-decui@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Wed, Sep 25, 2019 at 10:23:28PM +0000, Haiyang Zhang wrote: > > >> -----Original Message----- >> From: Dexuan Cui >> Sent: Wednesday, September 25, 2019 6:04 PM >> To: KY Srinivasan ; Haiyang Zhang >> ; Stephen Hemminger >> ; sashal@kernel.org; davem@davemloft.net; >> linux-hyperv@vger.kernel.org; netdev@vger.kernel.org; linux- >> kernel@vger.kernel.org; Michael Kelley >> Cc: Dexuan Cui >> Subject: [PATCH v2][PATCH net] hv_netvsc: Add the support of hibernation >> >> The existing netvsc_detach() and netvsc_attach() APIs make it easy to >> implement the suspend/resume callbacks. >> >> Signed-off-by: Dexuan Cui > >Reviewed-by: Haiyang Zhang Queued up for hyperv-next, thanks! -- Thanks, Sasha