From owner-svn-src-head@freebsd.org Tue Apr 25 17:07:43 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81E4FD50893; Tue, 25 Apr 2017 17:07:43 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pg0-x241.google.com (mail-pg0-x241.google.com [IPv6:2607:f8b0:400e:c05::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50FA6881; Tue, 25 Apr 2017 17:07:43 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-pg0-x241.google.com with SMTP id t7so8866355pgt.1; Tue, 25 Apr 2017 10:07:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=JWJfDBE+eGixj6bn58iIU6D9+wA8k8cEZWpN1stYAfg=; b=rPyB7jtl01QSVGqmXHQPEMsvwLAx4eF82YGbGgTMGw8uY9CzZEiewRhpLEMeEPc5Y8 16ULvcJvmtR6hYDDtDaoCAiyV/qnSqkuK8VYwY014tz2shDSJ1MEo+mZ057VGR9LDQaR p+raldVmgxrnaD6MHjMzNi2X9pzZgZ2GWrRVX8FzC/Omd1mGfWykOV4o8e2b6u42y6PJ miNggwmvq//OU232DWtOTK0RPHtGly949MqJvkREOeM6iv/xJch5yLboaqwlNCR2TGeA NFIXz4VCkKYv79WeOHlkDSiwFXMtNGNoltee7TWJO3H+h/xdRWoa0tEBnxVFQNTz2fEt DEjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=JWJfDBE+eGixj6bn58iIU6D9+wA8k8cEZWpN1stYAfg=; b=bT4tFw+CStAZ6Nu45a+MXnt4I2gX/hke+/QhYNCxwBHyr+juqbxJ6YaKBofNRu9BOd Ws42v0meRxpoEhYoHWHPQTdL3a7G4UGXz9uaTGqPAQps1T3KYUcpdHtGAAB6bOtFwAee 4Pfr6cjJXlzax4SAkNZH9jIFVlK+yg3FYkoWsNVJObRBTz7I1pcw0iMsp9fnQhbdFL5q QsErC756YoRGr//Vv+wHSJNOyT3RnVqCcFj7utu8QmDSgLIPt5Brr3jtjnudSmIfVI17 fu/Qp2pis6BI8CdglKcfD5M5Btyj6XEK8clS0YvZzc8P8dp6kT5gNOoEMqWX1HVAyZRz Yhuw== X-Gm-Message-State: AN3rC/6GwqeELFil+I1eeZ1/sGQc10Qxkqo0oxT4o8jQeQzghk3YL/VF cZG91aNNeucq9+6w X-Received: by 10.99.56.66 with SMTP id h2mr29656545pgn.40.1493140062727; Tue, 25 Apr 2017 10:07:42 -0700 (PDT) Received: from [10.192.166.0] (stargate.chelsio.com. [12.32.117.8]) by smtp.googlemail.com with ESMTPSA id 133sm24940253pfv.127.2017.04.25.10.07.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Apr 2017 10:07:42 -0700 (PDT) Sender: Navdeep Parhar Subject: Re: svn commit: r317410 - head/sys/dev/cxgbe/iw_cxgbe To: Alexey Dokuchaev Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201704251654.v3PGsROU078228@repo.freebsd.org> <20170425170220.GA52705@FreeBSD.org> From: Navdeep Parhar Message-ID: <8ab954e2-2f7f-ea4b-1bee-107749a55a1f@FreeBSD.org> Date: Tue, 25 Apr 2017 10:07:41 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170425170220.GA52705@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Apr 2017 17:07:43 -0000 On 04/25/2017 10:02, Alexey Dokuchaev wrote: > On Tue, Apr 25, 2017 at 04:54:27PM +0000, Navdeep Parhar wrote: >> New Revision: 317410 >> URL: https://svnweb.freebsd.org/changeset/base/317410 >> >> Log: >> cxgbe/iw_cxgbe: Pull in some updates to c4iw_wait_for_reply from the >> iw_cxgb4 Linux driver. > > Don't these changes deserve more elaborate commit message? > > ./danfe > Sure, this one could have had a more elaborate commit message. My bad. Regards, Navdeep