From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6120C9E3 for ; Thu, 6 Apr 2017 13:32:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491478346; x=1523014346; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=02EK3QX+mxXf6WDYiMkmEiQV3AgSzicCC/xgWIp8/YE=; b=U9UahKMYzZcCzrMF2GRJzOXWb4EqqlVrnPib+urfD18KLA2vDsz9Gje/ irDFoQzYIBVstSLpwbw9RAWXPSw4sQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2017 04:32:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,159,1488873600"; d="scan'208";a="85596745" Received: from sivswdev01.ir.intel.com ([10.237.217.45]) by fmsmga006.fm.intel.com with ESMTP; 06 Apr 2017 04:32:23 -0700 From: Bruce Richardson To: helin.zhang@intel.com Cc: dev@dpdk.org, ferruh.yigit@intel.com, Bruce Richardson Date: Thu, 6 Apr 2017 12:32:15 +0100 Message-Id: <20170406113217.28236-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20170403143944.17719-1-bruce.richardson@intel.com> References: <20170403143944.17719-1-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH v2 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 11:32:26 -0000 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. V2: Eliminate one checkpatch warning, and remove #ifdef block from new altivec driver code. 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_altivec.c | 11 ------- 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 | 49 +++++++++++++++----------------- 6 files changed, 23 insertions(+), 62 deletions(-) -- 2.9.3