From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id CF35F5690 for ; Fri, 20 Mar 2015 22:10:35 +0100 (CET) Received: by wixw10 with SMTP id w10so2359729wix.0 for ; Fri, 20 Mar 2015 14:10:35 -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=8PIQd8HZgxt7AT1r3R51Il5ocHFX42DXB8mVaqbwDS0=; b=WyUmwINjz1D7nbk5K8qlKulE0EWTfvShaXQKHDYv3suVMeRnU6v69VYKm1ouXQIN7c RlEl1WBzoer5RfW7+5OtQSsXRqkZLmoOFFDL50wLfuFpij9CVRcVW1HEAzbQf8EOTc0m PrV+AU0ddNrxVvcvyty5zyDa3mJ5t17tLCnTHNNYRY1LMuUshjrnZ+CH40cT8BxK7oui QEFK88qfzkAeeXVVpjoG4unLevmgU59sJ2/s08fVelmlF+sjFDkNyrGq9zPU/4N3plUv 7Gm5bEaImaasz56nu0WB42Hv+0ZlILqCfvT0mrJTh+WDkwipdZ3ObIApHEncNhQPFccl 7TQQ== X-Gm-Message-State: ALoCoQkbnj9fNXtG0+FW/V5M7CWPs4y1iGs2SNLVQkUR/HGv4ioG2lZ7+4YPxr7RWDUqYIC0e68+ X-Received: by 10.194.62.167 with SMTP id z7mr166175391wjr.106.1426885835723; Fri, 20 Mar 2015 14:10:35 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gd6sm492883wib.17.2015.03.20.14.10.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Mar 2015 14:10:34 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Fri, 20 Mar 2015 22:09:54 +0100 Message-ID: <1902022.g8VfJZRnWk@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1426698495-5322-1-git-send-email-konstantin.ananyev@intel.com> References: <1426698495-5322-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] [PATCHv2] EAL: rename rte_common_vect.h into arch/x86/rte_vect.h 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: Fri, 20 Mar 2015 21:10:36 -0000 > Signed-off-by: Konstantin Ananyev Applied, thanks