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 071F5A0562; Fri, 3 Apr 2020 14:32:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA8821C127; Fri, 3 Apr 2020 14:32:19 +0200 (CEST) Received: from mail-ed1-f65.google.com (mail-ed1-f65.google.com [209.85.208.65]) by dpdk.org (Postfix) with ESMTP id 00FF81C11B for ; Fri, 3 Apr 2020 14:32:17 +0200 (CEST) Received: by mail-ed1-f65.google.com with SMTP id a43so9060240edf.6 for ; Fri, 03 Apr 2020 05:32:17 -0700 (PDT) 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=bXuNd8ZtaSRbsiisaKK2GmWAdrgQChM+9MJMXtNYQ7s=; b=Ci1GnxWe/3moPQBpMChkeoy8NClY1oGLGvGNN5kLRrA+y/fh83P8/ahoqEy+2UOj4r PebWaOITOvWSMBijW4P44XVLKJKpvkjyw9oiVlv90K/HsjHJ2FrjD3N3ydgBsLBNVOjv 1wdJJqSfxBhjwghJHR7ibJCoqXrgRdObqYjQB9Phm1vFJuY8QyLmZvljJelkTgzrzB+f BNw2nbUVylmJ1aPhqRZAA7Zg9RiZmjA3iHSmmXr2129WUdWepVJG2Hv4aiHFHTq0b7q5 jcKtfvpTzY7JGbXcZwKOIPF1iRwSF7ooZ2XceMUzM1ep7dKW4J5+YHfQCIutHyr5hS2L 1a7g== 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=bXuNd8ZtaSRbsiisaKK2GmWAdrgQChM+9MJMXtNYQ7s=; b=rJrhdfqk6xne/pqMXJJ9bqPkMliDNo9mOo6rPMOpeO/0kwEhNehHHnuY/MOiBszl7D QGVcXy21asI1Q8oGK1YCkjBMcCNdGyJli2v5kE+4NeanHEQJ8wCeGkBp3/yemdw3B5bi jkipxNVTVtFRhO3vMjKIIPRPEhji73K4SP0oCDzt4iykFhqPNtPNVoYXbi++D3pUm3Tw e1vE9SXJLkK5K/thWUH8B1HUN9NfSIfYENnAEYEvBrKLUWN8SJl46zA2uOhfPss5POuy JjVbEasN3ineawPuAFFhkC3cNXFQpc68GLViMibjikueS77QsVvk14IC4QUF+F9yY0Xh LxAw== X-Gm-Message-State: AGi0PuZ3urm8/xyuhnsDroyl5CR8W2DW8ek/cPVZXLZkNdgnX5VTfSam smojjtjmg5Aw+PClrvbG9HRSVySlb3jsJsPwX+LTt5j2 X-Google-Smtp-Source: APiQypJJ1LaWGF8iHyx3IHRmnd5N1JP6dhT07OlpFJwfBVJWW4/neiNIzutyACEjuO3y4evuJU8wtQljYCgDcq0fnHY= X-Received: by 2002:aa7:d383:: with SMTP id x3mr7155438edq.222.1585917137669; Fri, 03 Apr 2020 05:32:17 -0700 (PDT) MIME-Version: 1.0 References: <20200401142127.13715-1-mk@semihalf.com> <20200401142127.13715-30-mk@semihalf.com> <59fd31c8-fcaa-d537-8248-7c4b2f97c8af@intel.com> In-Reply-To: <59fd31c8-fcaa-d537-8248-7c4b2f97c8af@intel.com> From: =?UTF-8?Q?Micha=C5=82_Krawczyk?= Date: Fri, 3 Apr 2020 14:32:06 +0200 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org, Marcin Wojtas , Maciej Bielski , "Tzalik, Guy" , "Schmeilin, Evgeny" , "Chauskin, Igor" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2 29/29] net/ena: update version of the driver to v2.1.0 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" czw., 2 kwi 2020 o 17:53 Ferruh Yigit napisa=C5=82= (a): > > On 4/1/2020 3:21 PM, Michal Krawczyk wrote: > > The v2.1.0 is refactoring Tx and Rx paths, including few bug fixes and > > is also adding a new features which are going to be available with the > > newest hardware: > > * Accelerated LLQ mode > > * Disabling meta descriptor caching is required for that > > * Handling Rx descriptor which length is 0 > > * Tx drops are now being reported as extended statistic > > * Support LLQ headers higher than 96B > > Can you put above list into the release notes > (doc/guides/rel_notes/release_20_05.rst), not as a separate patch but in = each > patch that adds above mentioned feature update release notes too to docum= ent it.. > Sure - I'll do that this way in v3. Thanks a lot for the review! Thanks, Michal > Thanks, > ferruh > > > > > Signed-off-by: Michal Krawczyk > > Reviewed-by: Igor Chauskin > > Reviewed-by: Guy Tzalik > > --- > > drivers/net/ena/ena_ethdev.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.= c > > index 53798b8af4..b467489cc2 100644 > > --- a/drivers/net/ena/ena_ethdev.c > > +++ b/drivers/net/ena/ena_ethdev.c > > @@ -27,8 +27,8 @@ > > #include > > > > #define DRV_MODULE_VER_MAJOR 2 > > -#define DRV_MODULE_VER_MINOR 0 > > -#define DRV_MODULE_VER_SUBMINOR 3 > > +#define DRV_MODULE_VER_MINOR 1 > > +#define DRV_MODULE_VER_SUBMINOR 0 > > > > #define ENA_IO_TXQ_IDX(q) (2 * (q)) > > #define ENA_IO_RXQ_IDX(q) (2 * (q) + 1) > > >