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 A23A72C57 for ; Thu, 11 Jan 2018 15:24:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 06:24:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,344,1511856000"; d="scan'208";a="18440318" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 11 Jan 2018 06:24:05 -0800 To: Wenzhuo Lu Cc: dev@dpdk.org References: <1515653557-63430-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <41e793be-abad-5816-d99d-6d3de746e3d0@intel.com> Date: Thu, 11 Jan 2018 14:24:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1515653557-63430-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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 14:24:08 -0000 On 1/11/2018 6:52 AM, Wenzhuo Lu wrote: > 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 Series squashed into relevant commit in next-net, thanks. Please double check latest patches.