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 59B1B695D for ; Wed, 22 Mar 2017 15:25:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490192759; x=1521728759; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=62Exxr0xIim1TASoX2LVJzqICXh4h9mHNes4bC5wwpQ=; b=xJWOyfSh4QLOwkKpo5gZ8iA6Au0pjBhkNMTe6viGP/Pqbz6PKdtBYuxG qI1Sf/Loz5R1aovxkxwaVEpetxQ0gw==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Mar 2017 07:25:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,205,1486454400"; d="scan'208";a="69704758" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga004.jf.intel.com with ESMTP; 22 Mar 2017 07:25:43 -0700 To: alexz@att.com, dev@dpdk.org, "Ananyev, Konstantin" , "Zhang, Helin" , Wenzhuo Lu References: <1490142185-10661-1-git-send-email-alexz@att.com> Cc: liang-min.wang@intel.com, daniels@research.att.com From: Ferruh Yigit Message-ID: Date: Wed, 22 Mar 2017 14:25:42 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490142185-10661-1-git-send-email-alexz@att.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] notify VF when PF link status changes 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: Wed, 22 Mar 2017 14:25:59 -0000 On 3/22/2017 12:23 AM, alexz@att.com wrote: > From: Alex Zelezniak > Hi Alex, Thank you for the patch. Can you please send a new version of the patch with a sign-off? More details related sign-off: http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body Overall DPDK contribution guide can be found at: http://dpdk.org/doc/guides/contributing/patches.html And adding ixgbe maintainers in the mail loop helps a lot for patches get reviewed. (already added into this mail thread) Thanks, ferruh