From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas.monjalon@6wind.com> Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 81B14924A for <dev@dpdk.org>; Fri, 30 Oct 2015 16:42:36 +0100 (CET) Received: by wicfv8 with SMTP id fv8so13483175wic.0 for <dev@dpdk.org>; Fri, 30 Oct 2015 08:42:36 -0700 (PDT) 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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=v443Tu2VKX0UqVkO7OcBaAytOLtZ04Wvz+L19zDo4Lw=; b=G+kXfL9hk8746pAsJCwlaF85AFCUXrcJRdceOqmYFPT8cyZYc+ITfkDLLyrg5T338E oisrlYCzBn07fM4tj7dux9+lHCWO0KQ7XO7dzu6xAZ3VRz0ZgGkraA/riEhNoBnIXXVp emUF0e40Pm52HY4vHrXBVucFJ+K1p7ghgB2ILOrxgxTiNzL3HMhGh1mUu/Jk37uMbaqX vJfRVdXl+RxpCymwzn5CmEhjBf7eIdL610TpAIZMGOuiTiaC4Nb+8fP5I4iWpn5OGQbV flFQBpi8wzA1Xz90XB16fATchudlP02Tw1tNnaHwlKDgiWd9Uiq66Tw4YnAISbIbZc75 ixag== 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=v443Tu2VKX0UqVkO7OcBaAytOLtZ04Wvz+L19zDo4Lw=; b=E8zQfGj2/4y5iaiakS7m1DkvVUlwGs0/BTfQH1aCDhAjoTq70BIbHqRnBH+uLLBs0N 9zoFf7CIMGdOOIYt5znJz5ccbeEXblyU4Ib3TgihyDXJA6piKKB1B3jJ2tGfSav/kDW0 +K3XHTzlksg2R3gjDdJAP4zhuSOcFq6YSXShg0p+UKhCQSz0K0klGK+EGq39+h0YsCTh r3EteOr6QuTb482LWpoEi9oJS/xgk64kVhAuUvcfRz6CUJC5H87IBIH/oynQB8m9Q1gD t++Fl0zvVZfUXrjSwnVhlK9PIu2mfU5dyIeDsvfGS2GlAFlLeC1HzXbeDtixRP50zlDV hh/A== X-Gm-Message-State: ALoCoQkDlWsSB9zPZ7/YvEhDdGS4uDs9uj4LcoisNsSzogWewKOsWVU0D2Wm83KfwQ1muppdxGIN X-Received: by 10.194.71.16 with SMTP id q16mr8892995wju.49.1446219756327; Fri, 30 Oct 2015 08:42:36 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id q204sm3467600wmg.4.2015.10.30.08.42.35 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Oct 2015 08:42:35 -0700 (PDT) From: Thomas Monjalon <thomas.monjalon@6wind.com> To: "Liang, Cunming" <cunming.liang@intel.com> Date: Fri, 30 Oct 2015 16:41:25 +0100 Message-ID: <2491976.turUsLhBdV@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <D0158A423229094DA7ABF71CF2FA0DA312D94296@shsmsx102.ccr.corp.intel.com> References: <1446210115-13927-1-git-send-email-zhe.tao@intel.com> <1446214599-14669-1-git-send-email-zhe.tao@intel.com> <D0158A423229094DA7ABF71CF2FA0DA312D94296@shsmsx102.ccr.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 0/4 v4] i40e: add vector PMD support for FVL X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <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: Fri, 30 Oct 2015 15:42:36 -0000 2015-10-30 14:24, Liang, Cunming: > > add vector PMD RX for FVL > > add vector PMD TX for FVL > > add vector PMD scatter RX for FVL > > add RX and TX selection function for FVL > > Acked-by: Cunming Liang <cunming.liang@intel.com> Cunming, before accepting some patches, you should run checkpatch and check the wording of the titles. There are some things which do not comply with the coding style but I cannot block the patches for that reason because nobody care. Today, it seems more important to ack every patches.