From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B63AAA04F9; Fri, 10 Jan 2020 10:39:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 713741E96F; Fri, 10 Jan 2020 10:39:39 +0100 (CET) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by dpdk.org (Postfix) with ESMTP id E4C181E96D for ; Fri, 10 Jan 2020 10:39:38 +0100 (CET) Received: by mail-ed1-f44.google.com with SMTP id bx28so947652edb.11 for ; Fri, 10 Jan 2020 01:39:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=DBx6z+dYNEFrsD5p8L6S6vHoD6P4gGEe09+Tuh7ykbw=; b=rXfEa4Iw//dQWAVxJh42s0JwqvEhKqWt4zlDXdMSWCd55kEfZoSFw8cIOXZPdva8aR F/LyHFx897EzqURS9suPV8D9wlhH/AZ3c4fzriX23UGxQqzeJU77vTCX0icElrErypVh 9/iboUds8W8FPF+79fOsUaZkNQmHucc09i69I29NDhpnol0y4+JVYf6xTMzD4bBQFgVM CPPXz4M73IsFR2X8mq5YESf4Miw7DqR6QYgyIjkdO+W8OZqmRjmy9msX/OLtzMcwEtK/ y60snmPM4SjEhIBoqgEBqMHuBBPcq6mfIFwBJnQyvE3YAxUJt9mkHU5G5sRpUY3L1Mg7 lTfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=DBx6z+dYNEFrsD5p8L6S6vHoD6P4gGEe09+Tuh7ykbw=; b=Hz50uyKqGr/0ssWn/ubbHuel7cvk4P90JHwYfLnPgVuVcayVIEy3noEh+Ovex0nDTZ gay54uwFO7Chw64iHeqhOY1XeAsdXvwEzBkPXx4F6fqhRiKimiGW3RwTkWQgc3Q16If1 eX4bolRzNclu8i5Oz0fl/cuK6drYahUIY3YJp3/nTsFDemtxrrGOarh+2ETH4JPr0t2c YWrsdGHRLtLEZG5dcLAWiwAk8lXvXj2Lia2afx1vTevaUNU8d1U0o9UHiLmAAhIirA96 QxnAfDJtNY79Pgkrwvo3U/tngXMB2E0m37tiaMr7VkPH7h0LI0B+tkjrrTEBLf9UPR2v 07hA== X-Gm-Message-State: APjAAAUzPb4RNl+OY3M90L9fKjpQLFuYQf8vAefMp390HnvmoPUHlhh2 ucKOegt+eVylSGmVAdRmuEmSv0I1xJRGNMC0HhX+D3it X-Google-Smtp-Source: APXvYqyH+wExIJXtBc2/xYW9qu/tUehpZjzaSExQFAzbsisADQy4M9qhzrOfLYnOd0aQsCSqCEfjbS1og3WxOqr/5PI= X-Received: by 2002:a17:906:2596:: with SMTP id m22mr2105434ejb.167.1578649178592; Fri, 10 Jan 2020 01:39:38 -0800 (PST) MIME-Version: 1.0 References: <5605ef14-eb5b-e6d1-c224-fc4d2fa532ca@intel.com> <20200109153912.5263-1-mk@semihalf.com> <037cf6f5-2e39-2cfb-678d-cba1dfd72e86@intel.com> In-Reply-To: <037cf6f5-2e39-2cfb-678d-cba1dfd72e86@intel.com> From: =?UTF-8?Q?Micha=C5=82_Krawczyk?= Date: Fri, 10 Jan 2020 10:39:27 +0100 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org, "Tzalik, Guy" , Marcin Wojtas , "Matushevsky, Alexander" , mba , "Chauskin, Igor" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/ena: upgrade HAL for new HW features 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" pt., 10 sty 2020 o 10:04 Ferruh Yigit napisa=C5=82= (a): > > On 1/9/2020 3:39 PM, Michal Krawczyk wrote: > > This version of the HAL allows to use the latest HW features, like > > rx offsets. > > > > Driver was adjusted to the new version to fix the build. > > > > Signed-off-by: Michal Krawczyk > > Signed-off-by: Maciej Bielski > > --- > > v2: > > * Fix compilation with debug options enabled by using PRIu64 for > > printout variable type specifier > > Hi Micha=C5=82, > > Next time can you please send the new versions as patchset, dealing with = the > individual patches in patchets is difficult and error prone in this volum= e of > patches. > Also it breaks CI chekcs and some tooling like patchwork which supports s= eries > (patchset). Hi Ferruh, Sorry for that - I'll upgrade the whole patchsets in the future. Thank you for letting me know about this. Thanks, Michal