From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1631498 for ; Sat, 4 Mar 2017 22:04:08 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Mar 2017 13:04:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,243,1484035200"; d="scan'208";a="232309543" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.46.146]) ([10.254.46.146]) by fmsmga004.fm.intel.com with ESMTP; 04 Mar 2017 13:04:06 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1488438439-14776-1-git-send-email-arybchenko@solarflare.com> <1488438439-14776-2-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <872bc1d1-f07c-38ff-a77b-08504bd09deb@intel.com> Date: Sat, 4 Mar 2017 21:04:04 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488438439-14776-2-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 01/13] net/sfc: callbacks should depend on EvQ usage 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: Sat, 04 Mar 2017 21:04:09 -0000 On 3/2/2017 7:07 AM, Andrew Rybchenko wrote: > Use different sets of libefx EvQ callbacks for management, > transmit and receive event queue. It makes event handling > more robust against unexpected events. > > Also it is required for alternative datapath support. > > Signed-off-by: Andrew Rybchenko Can you please update patch titles to start with a verb to describe what patch does. Most of the patches in this patchset already this way, but some are not. For example, this patch title can be something like: "net/sfc: use different callbacks for EvQ" Thanks, ferruh