From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot0-f193.google.com (mail-ot0-f193.google.com [74.125.82.193]) by dpdk.org (Postfix) with ESMTP id 0B83856A1 for ; Thu, 8 Mar 2018 11:56:37 +0100 (CET) Received: by mail-ot0-f193.google.com with SMTP id y11so5022509otg.0 for ; Thu, 08 Mar 2018 02:56:36 -0800 (PST) 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=oMz98iTQP76n5gCvCj5vmuwLjHUNr0g2G7L0YZAVOgk=; b=M/pOA7ngHsWz2WiY70kwSiS/cKYWD5Ht4yl6bZnrBmmw/bzTPn7I+jzLDh3BM0/+1H zE9h3lI0y0ua0qqZLDVEiHyoqsM2gOgA9awYZCDzN4q7zR1/QQ+pWiS+3rpsOJb0G3wS a0OkqF/PznZ2lbiIM2qVseK+0FFtctBA3jPzxwCi5cTqd0rEc3OJGXfAenPovdePotuy yHmLQJcSOArIywRauXHVpmN0QA4jcK4MX7WfmpHX8tL7RyMvb5TgtEsX1BE0ur/t+ozi rfJGIOV/969hN6VPV4omyVLPlEa8dzgzx3D1d/KbmfJyr68ZWcWdS2pqxln9OdxQHoc7 2f3A== 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=oMz98iTQP76n5gCvCj5vmuwLjHUNr0g2G7L0YZAVOgk=; b=LA0W2vLQN7qOkA8+39uknlbULcx9Ne13IqcmOEDe/sfg3kx28Qg1Q7ydHf5MVH/8Jo D4XjXjnJxVabSEETN23JinFh6E6aJxe0n3xbIZ2/R883QPg2ot2pWNq5netHlTtyLCfL VutDR8sbDun08TVrxLZoUeqbu5hdl0bfJlcfc1msulMtF9lZzdouFbJ1oYQEMsyuVtR9 9gm7hkx3Jp2hNyWAUUCbwYXfxF8GvRrpLCaZsQyjosbgKDlmzVDhDs1q/H6ZaFb+iDOu X0KgyZxck3QLmNnB+ODcVXl/40I41TRnz/H+ZfChtu+BBv+54f4hiPae9851GGVzptDX /ykw== X-Gm-Message-State: APf1xPDW1HL0N0kNFG/ZE1TW1f0STtRhdWK/RNrbTXvJr9j+WBuwBZz6 1oQxiuf5vuE9sB3IzS5OU2/gX24UB/BDbOkLYFY= X-Google-Smtp-Source: AG47ELuQv/GD6sQkjdoAtBWXosVJXHKyS3AZC6+LKt50v2iRD2ljWYDbJmvxlOpeL/YwGWOQKi9gin9drXepCJWlcrw= X-Received: by 10.157.50.245 with SMTP id u108mr16578077otb.181.1520506596357; Thu, 08 Mar 2018 02:56:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.74.198.16 with HTTP; Thu, 8 Mar 2018 02:56:35 -0800 (PST) In-Reply-To: <1517791895-3061-1-git-send-email-xiangxia.m.yue@gmail.com> References: <1517791895-3061-1-git-send-email-xiangxia.m.yue@gmail.com> From: Tonghao Zhang Date: Thu, 8 Mar 2018 18:56:35 +0800 Message-ID: To: "Xing, Beilei" , "Dai, Wei" , "Zhang, Helin" , "Lu, Wenzhuo" Cc: dev@dpdk.org, Tonghao Zhang 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: Thu, 08 Mar 2018 10:56:37 -0000 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 >