From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH 0/3] AVF optimization Date: Thu, 11 Jan 2018 14:52:34 +0800 Message-ID: <1515653557-63430-1-git-send-email-wenzhuo.lu@intel.com> Cc: dev@dpdk.org, Wenzhuo Lu To: ferruh.yigit@intel.com 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) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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