From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tonghao Zhang Subject: Re: [PATCH v3 0/5] ixgbe: fix bugs or just improve. Date: Thu, 8 Mar 2018 18:56:35 +0800 Message-ID: References: <1517791895-3061-1-git-send-email-xiangxia.m.yue@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: dev@dpdk.org, Tonghao Zhang To: "Xing, Beilei" , "Dai, Wei" , "Zhang, Helin" , "Lu, Wenzhuo" 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) In-Reply-To: <1517791895-3061-1-git-send-email-xiangxia.m.yue@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 >