From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by dpdk.org (Postfix) with ESMTP id 5AB1C69D8 for ; Tue, 4 Feb 2014 14:09:45 +0100 (CET) Received: by mail-we0-f177.google.com with SMTP id t61so3944824wes.8 for ; Tue, 04 Feb 2014 05:11:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=xHC3qte0o72/K+AoqOBLGouN1iHA4N9td9CzWdICWd4=; b=T5Wxih0bMiLpT9bV9Y2pZVnzJLnONfoS+Urr2K6PHKkIhLItySFf0fTfkkpdsQzJDg 1Wram5q7lNdW5Flrs09FT3vF7ZBVsfLrBig9suS3EvAbRysPjG5liLFcKOtqFnwOVpLL fLV5JZB2Sfu1X7CMt8Eg9x64zASuiTb9spNLXgGecHc4+N4kHzyb24lCQ4iXKs2ydate pCFMFeTT7lMx4QwG91PoGGEh4aJYxnQFXa8CLTwBGTcdHg8ECW+tuZyAoyP7CUG9edn8 yT2XRDtvr2Ne5BdlUbM+k4znclazDS2nqv4Jl+5wysIF0QKWoAhnKJvES8TvmL3WgS1t Um9Q== X-Gm-Message-State: ALoCoQnh+giqNrndxiDzbZ2itJIcjGi1FZYfst2vDUuSb43fpLRmvkx2JPvwn5U+N43aaPm1J+mO X-Received: by 10.180.12.43 with SMTP id v11mr12329902wib.33.1391519466085; Tue, 04 Feb 2014 05:11:06 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id q5sm35722900wia.2.2014.02.04.05.11.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Feb 2014 05:11:05 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Hiroshi Shimamoto Date: Tue, 4 Feb 2014 14:11:03 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <7F861DC0615E0C47A872E6F3C5FCDDBD0102D004@BPXM14GP.gisp.nec.co.jp> In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD0102D004@BPXM14GP.gisp.nec.co.jp> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201402041411.03139.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [memnic PATCH 2/3] pmd: remove useless includes 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: Tue, 04 Feb 2014 13:09:45 -0000 30/01/2014 12:30, Hiroshi Shimamoto: > > Signed-off-by: Thomas Monjalon > > I'm not sure, but you're not seeing error, it's okay. > I put it for uintxx_t series, originally. > > others, fine to me. Applied, thanks. -- Thomas