From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 53868593A for ; Thu, 22 May 2014 17:32:44 +0200 (CEST) Received: by mail-wg0-f45.google.com with SMTP id m15so3499854wgh.28 for ; Thu, 22 May 2014 08:32:54 -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=eRXwbb+37QktqXyR3rOxUtR7SOjXzujtw/xSS0aAsh8=; b=Dzn8VQS/3cRsZDfLydx82tH2T+RtPExl7KLrXeMJY1JnHmb3t42mElEGUYLkDnewEs B5RgvV02zYmCkZCy/OaMfvTq2jI+xpPEKxRBHZDJRi7H2fu0YjFKSH+dWUQdhUEDGpWC DnVa4lAvmr/llNdo7D1iFQ6W0jS8z9xggNKXGuQeE7uAlf4+nhoKhuBgmdMF4iG+b6uJ op2nV+tfUg/NpalJDJ+nXAxipQ+czpIaSdw4vzFrhccloc9oIOwCcN10AZ1Il9M2Oh1P Ddj2ix1NgK18GQPl4Lr468E2FlIQC8wTXOSw5bYbQmN6goNU01FsTrtCOfb68wSrm3cP ogKg== X-Gm-Message-State: ALoCoQly3Xp+Pn3CPnUz/5j51OnxFIharD4VDut12QCftwl3KkEuBfSaGT13MQ0K8x9oP6FxC36O X-Received: by 10.194.89.168 with SMTP id bp8mr2863056wjb.73.1400772774061; Thu, 22 May 2014 08:32:54 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id q2sm8537681wix.5.2014.05.22.08.32.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 May 2014 08:32:53 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Thu, 22 May 2014 17:32:50 +0200 Message-ID: <3547167.KEMbUWkUGP@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <1399375719-18327-1-git-send-email-konstantin.ananyev@intel.com> References: <1399375719-18327-1-git-send-email-konstantin.ananyev@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:32:44 -0000 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. -- Thomas