From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44])
 by dpdk.org (Postfix) with ESMTP id 3B64F108F
 for <dev@dpdk.org>; Tue, 17 Jan 2017 21:57:35 +0100 (CET)
Received: by mail-wm0-f44.google.com with SMTP id r126so218383469wmr.0
 for <dev@dpdk.org>; Tue, 17 Jan 2017 12:57:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=AJjNxOX/dPSV2vV5yS/FiGPDCKzVpfHSoBA52YeiX9Y=;
 b=AccRsy/t8PpWsbGQwUg5loVUCB/GnwqzwdDkw2nfh9ewD3+E7T/yS9uBI9659CaTXC
 W9W7C92veQR6eRS3VWxqEjYayRWIsGtivv1Q0jfXvGFliJeRI3mvg9atIJ2XBuc01wc9
 pemV5anOH+VYdbP5TeIbajHio2CmTMcX9g4Ac2xaDbJeleLp2Qh7QeEFDwxscVT89E2f
 FokCYZw61rJj+eEKh+znjEyqEQm/qOaaUmz9BwEKtIEWI2c4lt9xOnsh7ZTXaoC3R+hc
 rfMFKztmHCT/n9Njm73L5Z9BUpDc6ghQ/aHfNYXwO0a1DnURoin95GpLG2GM80LNnNpf
 jZmw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=AJjNxOX/dPSV2vV5yS/FiGPDCKzVpfHSoBA52YeiX9Y=;
 b=iEVrhygiqZIh0xAyE+aD6rSaM1dNyzyHT9lEkqGnvF8oiyquhys0lV9i/C5Pf1ow3b
 AosJv50JdyKZJwt/0iQJ981EFAo+g96gdzXHSQx5gt40slyx1SDVkcPH7FPd2GK2sJmU
 bPwkoMz85sn7QDNkshZymiPjQ6rvOj8OOUARvsGXv11DoV1AdhlrFkopx0NQdFJ0EO5V
 2IQYJM44IK/J48UFcOyAzdzF+nDx/wPKS+WC/QVzWzZ2MldaF0BxrO17Ih3P08Oulm6L
 Twb9Q3FPDBRJqHvF0k54g0JILg22Rc1VF+Ekmwziwh9swsq+EoDa+pyVHeu8/k4oJdYa
 kT3w==
X-Gm-Message-State: AIkVDXKHxeHF8Djg/lpzZFbjlj1EvGw0CTWvByJpuHyMiDacTbIfl+ClGvElf2LU4E3vCFIR
X-Received: by 10.223.147.100 with SMTP id 91mr5480951wro.60.1484686654951;
 Tue, 17 Jan 2017 12:57:34 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id 81sm39628410wmw.7.2017.01.17.12.57.33
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 17 Jan 2017 12:57:34 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>,
 Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org
Date: Tue, 17 Jan 2017 21:57:33 +0100
Message-ID: <5354059.6TmPeAZviq@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <ac1bbfd4-5718-9046-d16f-b8f2f5917bde@intel.com>
References: <20170112191212.22710-1-stephen@networkplumber.org>
 <20170116132739.30872-1-ferruh.yigit@intel.com>
 <ac1bbfd4-5718-9046-d16f-b8f2f5917bde@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] net/bnxt: make eth dev ops struct const
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Jan 2017 20:57:35 -0000

2017-01-16 13:44, Ferruh Yigit:
> On 1/16/2017 1:27 PM, Ferruh Yigit wrote:
> > Reported-by: Stephen Hemminger <sthemmin@microsoft.com>
> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> 
> Both applied to dpdk-next-net/master, thanks.

I must admit it is the force of Stephen:
he sends just a cover letter and do not reply, so you do the patch for him :)