From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 3/3] ethdev: eliminate interim variable Date: Tue, 13 Nov 2018 11:51:07 +0000 Message-ID: <91793616-688c-0fe8-4850-b426eeb79103@intel.com> References: <1541642954-37497-1-git-send-email-wenzhuo.lu@intel.com> <20181113111238.80107-1-ferruh.yigit@intel.com> <20181113111238.80107-3-ferruh.yigit@intel.com> <824d74df-bd6d-d974-c6e6-098972081354@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org, Wenzhuo Lu , Luca Boccassi To: Andrew Rybchenko , Thomas Monjalon Return-path: In-Reply-To: <824d74df-bd6d-d974-c6e6-098972081354@solarflare.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/13/2018 11:22 AM, Andrew Rybchenko wrote: > On 11/13/18 2:12 PM, Ferruh Yigit wrote: >> `local_conf` variable was needed for offload conversions but no more >> required. No functional difference, only interim variable eliminated. >> >> Fixes: ab3ce1e0c193 ("ethdev: remove old offload API") >> Cc: stable@dpdk.org >> >> Signed-off-by: Ferruh Yigit > > I guess it will be easier to backport the fix if it is the first fix in the series. I thought this is the less important one and that is why put it as last. Didn't want this patch cause any conflict while getting other fixes. Which patch do you mention to be easier to backport if this is the first, this one or others? > > Reviewed-by: Andrew Rybchenko >