From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot0-f194.google.com (mail-ot0-f194.google.com [74.125.82.194]) by dpdk.org (Postfix) with ESMTP id 09E38DED for ; Mon, 9 Apr 2018 02:53:18 +0200 (CEST) Received: by mail-ot0-f194.google.com with SMTP id h26-v6so6818403otj.12 for ; Sun, 08 Apr 2018 17:53:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9OZqn/dPGg2u0AbFCWGbhoDWZ4vs+A2FoD81dKPZWGE=; b=Ql/7UD6tVZ3mhemVm7p68FW7NEP4A9Ie//2XafhePEKNlQJfPYppcgyjxFINoXgHe8 EXWjKhxbmoaDEylLXU6ZEkdL0nQbDGVqMX74mTfynhTbTUVcx7jq8EKVpP1yGB0+YBEo 3abh0Cpj4LB5KBfX8Npydttc3dGn3y4JcT7yT7wgfdCV87mcuxX63SrtwaX+FdqLlUcL 5mL3jV/7JSFdJqxN4qucYxnHCxqgyChmZh6pVs+IevDv1nDGupZdDrAM9SYtx9pOoqA+ wUOBXGL1lloHOu2bIBs32x7q3BuW2J27t4eQPBUEBdAxZjKk5zVL2Z1Nirj5SrTlQI+S MSPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=9OZqn/dPGg2u0AbFCWGbhoDWZ4vs+A2FoD81dKPZWGE=; b=EH7M4Kpr5BM6aoqFYcUEuzkxezK1JpcItB/eVOkkKjD/O0d+S3a2Jo/AmeXDhopktY SIm53rOvmirnpg2g8QSv66lJz6xf1tI3dIuIMm8rtOLQVNa9lwD0/53xuhEVY9aW/XbN RGcyiZDYtK0J79mRY/ke7YFk9vl06Ta7ijxh2opzqcEA0XHq3eBRu+nGcQ+tTalqpUBP MM8f4n02/POajjAau4zgb1G7iv8X6lGwjrBPIer3GCFdvCX9b6LM2Js+8R1rHYi9fNK7 5fh0wmMHkdYA5bEXpoj3Sl2Ej5vvUjm9XupJiG+InoHWPCl4TN35i5fBonvw5wU1/jS+ KzhA== X-Gm-Message-State: ALQs6tCraRCw6UPcqA3V2Q04eQFKEzKh5DbmVblAJ3G19yVh/mvWuOyO cFQ9+0jKv2ULkOAaMqXAEQKOK+M6Jsm/zrCy6qA= X-Google-Smtp-Source: AIpwx4/1AZKutnEsJBnac/F50fZdLlG0a87m8ym1ceMF1QyV/OD0X53BF6/ZJBo0y21KE4gGVfE3zb4nl+687NGaKmI= X-Received: by 2002:a9d:3398:: with SMTP id u24-v6mr14373671otc.193.1523235197411; Sun, 08 Apr 2018 17:53:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.146.137 with HTTP; Sun, 8 Apr 2018 17:53:17 -0700 (PDT) In-Reply-To: <039ED4275CED7440929022BC67E706115318107C@SHSMSX103.ccr.corp.intel.com> References: <1517791895-3061-1-git-send-email-xiangxia.m.yue@gmail.com> <039ED4275CED7440929022BC67E706115318107C@SHSMSX103.ccr.corp.intel.com> From: Tonghao Zhang Date: Mon, 9 Apr 2018 08:53:17 +0800 Message-ID: To: "Zhang, Qi Z" Cc: "Xing, Beilei" , "Dai, Wei" , "Zhang, Helin" , "Lu, Wenzhuo" , "dev@dpdk.org" Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 00:53:18 -0000 On Wed, Apr 4, 2018 at 10:48 AM, Zhang, Qi Z wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tonghao Zhang >> Sent: Thursday, March 8, 2018 6:57 PM >> To: Xing, Beilei ; Dai, Wei ; Zhang, >> Helin ; Lu, Wenzhuo >> Cc: dev@dpdk.org; Tonghao Zhang >> Subject: Re: [dpdk-dev] [PATCH v3 0/5] ixgbe: fix bugs or just improve. >> >> ping .... >> >> On Mon, Feb 5, 2018 at 8:51 AM, wrote: >> > From: Tonghao Zhang >> > >> > The patches in the patchset have no dependency. But all of them is >> > about ixgbe or ixgbevf. The patch 1 and 2 add the itr configuration >> > for ixgbe and ixgbevf, the user and developer can configure it for >> > their platform. Other patches refine the ixgbe or ixgbevf. >> > >> > v2 --> v3: >> > remove the patch: http://dpdk.org/dev/patchwork/patch/33698 >> > >> > Tonghao Zhang (5): >> > net/ixgbevf: set the inter-interrupt interval for EITR. >> > net/ixgbe: set the ITR via configuration. >> > net/ixgbe: write disable to ITR counter. >> > net/ixgbevf: save IXGBE_VTEIMS to intr->mask for performance. >> > net/ixgbe: remove the unnecessary call rte_intr_enable. >> > >> > config/common_base | 2 + >> > drivers/net/ixgbe/ixgbe_ethdev.c | 79 >> > +++++++++++++++++++++++----------------- >> > drivers/net/ixgbe/ixgbe_ethdev.h | 12 ++++++ >> > drivers/net/ixgbe/ixgbe_rxtx.c | 3 +- >> > 4 files changed, 61 insertions(+), 35 deletions(-) >> > >> > -- >> > 1.8.3.1 >> > > > Review-by: Qi Zhang > > Minor typo error in patch1 need to be fixed. Should I sent v4 ?