From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id AECF21B1E1 for ; Thu, 11 Jan 2018 07:50:40 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 22:50:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,343,1511856000"; d="scan'208";a="165878874" Received: from dpdk26.sh.intel.com ([10.67.110.152]) by orsmga004.jf.intel.com with ESMTP; 10 Jan 2018 22:50:38 -0800 From: Wenzhuo Lu To: ferruh.yigit@intel.com Cc: dev@dpdk.org, Wenzhuo Lu Date: Thu, 11 Jan 2018 14:52:34 +0800 Message-Id: <1515653557-63430-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dpdk-dev] [PATCH 0/3] AVF optimization 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, 11 Jan 2018 06:50:41 -0000 The optimization for AVF code. As the AVF patches is in the next-net repo but not merged to the master branch, proposed these patches that can be merged to the previouse ones. Sorry for the inconvenience. Wenzhuo Lu (3): net/avf/base: add spinlock functions net/avf: remove spinlock functions net/avf: remove useless code drivers/net/avf/avf.h | 3 --- drivers/net/avf/avf_ethdev.c | 24 ------------------------ drivers/net/avf/base/avf_osdep.h | 23 +++++++++++++++++++++++ 3 files changed, 23 insertions(+), 27 deletions(-) -- 1.9.3