From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by dpdk.org (Postfix) with ESMTP id 37A2A593A for ; Thu, 22 May 2014 17:44:00 +0200 (CEST) Received: by mail-we0-f181.google.com with SMTP id w61so3550572wes.26 for ; Thu, 22 May 2014 08:44:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ccAh/OPBfDyJ4Hz/lJVqsCIUgQ9bW6BBCojHX9rxVdw=; b=SI9e01gSUDqMs572lLdYY/n17b/qSpR1O3I1+5Yuso6Rw87pH6qrHVBJ7hEkvOtaEj LSV4ddnEXvfXQd2IF63PZbadQENx+pJKYIiw9Z7w5psiGBR3+aHUoqeCvEPXLo4NpOBa xKR80BP+HaP4Y+k4Zq0BgJ34I27ZdGJtlMZL46mMS1Wpze4AZTOxq5SyY1IrhbbPssc2 DiiY77nmQ3HshVOFW807nemZ3ADCZQGmfSo3EqKy/Dal4ZOiD6686l0joc7DafpnXTVW qiCJRU0YnKV3x3mlFKsZ9bzBO9Bp9LkcFdNJnDdcjAlAIuAjWWGOIiwNOWivNlbM/kvd rmeg== X-Gm-Message-State: ALoCoQnnrMNCGtpwOnv2XVCLeUZ0UzXBTnrgbgtFDjIlYn3KIjs3T/bzO4dhlngdEFSEyWMJyM38 X-Received: by 10.194.222.197 with SMTP id qo5mr2881638wjc.78.1400773449939; Thu, 22 May 2014 08:44:09 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id f6sm8565650wiy.19.2014.05.22.08.44.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 May 2014 08:44:08 -0700 (PDT) From: Thomas Monjalon To: "Ananyev, Konstantin" Date: Thu, 22 May 2014 17:44:05 +0200 Message-ID: <4014584.NXV4smuYrb@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <2601191342CEEE43887BDE71AB9772580EFA818A@IRSMSX105.ger.corp.intel.com> References: <1399375719-18327-1-git-send-email-konstantin.ananyev@intel.com> <3547167.KEMbUWkUGP@xps13> <2601191342CEEE43887BDE71AB9772580EFA818A@IRSMSX105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] Use proper mac type for 82576 VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 15:44:00 -0000 2014-05-22 15:39, Ananyev, Konstantin: > Hi Thomas, > I believe I already resent it with signed-off-by. Oh yes, you're right. Sorry for the noise. > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, May 22, 2014 4:33 PM > To: Ananyev, Konstantin > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] Use proper mac type for 82576 VF > > Hi Konstantin, > > 2014-05-06 12:28, Konstantin Ananyev: > > e1000_vfadapt type corresponds to 82576 VF devices, > > check e1000_set_mac_type() for more details. > > You forgot "Signed-off-by:" line. > Please resend.