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=-14.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1,USER_IN_DEF_DKIM_WL autolearn=no 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 9DBF7C433E1 for ; Sun, 23 Aug 2020 12:15:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7A0252075B for ; Sun, 23 Aug 2020 12:15:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="h5QfkoZr" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727080AbgHWMPq (ORCPT ); Sun, 23 Aug 2020 08:15:46 -0400 Received: from linux.microsoft.com ([13.77.154.182]:40562 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726090AbgHWMPp (ORCPT ); Sun, 23 Aug 2020 08:15:45 -0400 Received: from [192.168.1.10] (cpe-74-75-124-136.maine.res.rr.com [74.75.124.136]) by linux.microsoft.com (Postfix) with ESMTPSA id B0F5320B4908; Sun, 23 Aug 2020 05:15:43 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B0F5320B4908 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1598184944; bh=W6OdOYYk3KX/UrKHpyx/jL6lQ1p+oI5w9nfU0wBp9mM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=h5QfkoZrEHMl3gJ1brQOQewcz31P7zjXa95lhSYqKLvRkDJqKvCISAtA9kYlvFPgu IAROShzcT9K1Pz4g+N4TbikFWDHLVOc+3MU6dNVeE8A9F/Etqka/IiPEfb6ULwI3Fg C9kjf98gi4MdA/woNR9yOpJTq5sT3vI/artemBRw= Subject: Re: [PATCH v2] hv_utils: drain the timesync packets on onchannelcallback To: Wei Liu Cc: Haiyang Zhang , Stephen Hemminger , "K . Y . Srinivasan" , linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200821152849.99517-1-viremana@linux.microsoft.com> <20200822085504.ryowfhild67ktu57@liuwe-devbox-debian-v2> From: Vineeth Pillai Message-ID: <4780afef-76ab-d4c6-5d9f-8e49875419b4@linux.microsoft.com> Date: Sun, 23 Aug 2020 08:15:41 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200822085504.ryowfhild67ktu57@liuwe-devbox-debian-v2> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org > Typo "packaet". > > No need to resend. I can fix this while committing this patch. Thanks Wei.