From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 14/14] net/avf: enable Rx interrupt support Date: Mon, 4 Dec 2017 12:02:02 -0800 Message-ID: <9b5eb532-967f-444d-bdac-8d2e172b5b4b@intel.com> References: <1508488012-82704-1-git-send-email-jingjing.wu@intel.com> <1511505206-97333-1-git-send-email-jingjing.wu@intel.com> <1511505206-97333-15-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: wenzhuo.lu@intel.com To: Jingjing Wu , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 44B861C00 for ; Mon, 4 Dec 2017 21:02:04 +0100 (CET) In-Reply-To: <1511505206-97333-15-git-send-email-jingjing.wu@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/23/2017 10:33 PM, Jingjing Wu wrote: > Signed-off-by: Jingjing Wu > --- > MAINTAINERS | 6 ++ Maintainers file update can be part of first patch. > doc/guides/nics/features/avf.ini | 38 +++++++ > doc/guides/nics/features/avf_vec.ini | 38 +++++++ > doc/guides/nics/intel_vf.rst | 16 ++- The patch title is misleading for documentation update, can you please separate doc updates into another patch. And distribute the .ini file updates to the patches that actually adds the feature. Also can you please add a release notes updates to announce the PMD? <...>