From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f181.google.com (mail-yw0-f181.google.com [209.85.161.181]) by dpdk.org (Postfix) with ESMTP id 4FF4768F7 for ; Thu, 6 Apr 2017 07:53:34 +0200 (CEST) Received: by mail-yw0-f181.google.com with SMTP id p77so15635474ywg.1 for ; Wed, 05 Apr 2017 22:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=XPiGVaouCnMkhibnTaKSo9n5rlhwobLCtRwBYUjZtoc=; b=XXHCL7/li2AmPcvSgqaRfqCn4ORmx9qRGQrgeGd8IZzusZ6bpe2Q0F8RHW+IKf0kgH mR5BaK00dyTzVRPOvGxWj9VbtDOFnF9n19wbXypj9JZdW+DL9PV+AedGLeNkLJw4P5sZ XHtHpE/U8pP2CHZ4uhv4rTn8ihje/ODaD6Mko= 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=XPiGVaouCnMkhibnTaKSo9n5rlhwobLCtRwBYUjZtoc=; b=an7+Soku8ZWPb2cYZPgtJ8c4RDlHEyyOgEhsTqDV0w1NmTCz0lecPNUaqgyXaObKCf NlLxM8i2o4ju+DYM0j/1J3zxSh9Nmeiwxi7zSXotIpeN8fN/uLkhGikNu4fk7frYByHd HRrZeuHDh62Klh4encob8Gd72T/HASUqHWqz2tNY6BMOQEc7nk2IXvNN4b3vEQp0s3Q2 Xk64Ryfg6onM3x7+/8rzFWydgx0Xl2fpxoisToRdls6DE8oVDSPL/yr8Obc7wcf07Ocb /zZPzEyasjtjyYUgBGtZbG77CWxxUn7HT3qmn/6YNRx+2fEYLq/cWqndq26P8dWb0jJg z/Bg== X-Gm-Message-State: AFeK/H1CzYIPU9KIcfGNNENpH1Pysk4+DaOxOWqZ1Kf2SCAg2vtvgbMCdljs4XoQaJCBk6lqSU5iSVlZAWrMy1Zb X-Received: by 10.129.119.84 with SMTP id s81mr21539901ywc.222.1491458013243; Wed, 05 Apr 2017 22:53:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.173.103 with HTTP; Wed, 5 Apr 2017 22:53:32 -0700 (PDT) In-Reply-To: <20170403143944.17719-1-bruce.richardson@intel.com> References: <20170403143944.17719-1-bruce.richardson@intel.com> From: Jianbo Liu Date: Thu, 6 Apr 2017 13:53:32 +0800 Message-ID: To: Bruce Richardson Cc: "Zhang, Helin" , "Wu, Jingjing" , dev@dpdk.org, Jerin Jacob Content-Type: text/plain; charset=UTF-8 Subject: Re: [dpdk-dev] [PATCH 0/2] reduce writes in i40e driver 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, 06 Apr 2017 05:53:34 -0000 On 3 April 2017 at 22:39, Bruce Richardson wrote: > this set is based upon Olivier's mbuf rework patchset, and makes some > improvement to the i40e driver taking account of the rework. It also > removes a build-time option that seems unnecessary. > > Bruce Richardson (2): > net/i40e: eliminate mbuf write on rearm > net/i40e: remove option to disable offload flags > > config/common_base | 1 - > doc/guides/nics/i40e.rst | 5 ---- > drivers/net/i40e/i40e_rxtx_vec_common.h | 8 ------ > drivers/net/i40e/i40e_rxtx_vec_neon.c | 11 -------- > drivers/net/i40e/i40e_rxtx_vec_sse.c | 50 ++++++++++++++++----------------- > 5 files changed, 24 insertions(+), 51 deletions(-) > > -- > 2.9.3 >