From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f196.google.com (mail-ua0-f196.google.com [209.85.217.196]) by dpdk.org (Postfix) with ESMTP id 0DF931E90A for ; Mon, 11 Jun 2018 11:33:58 +0200 (CEST) Received: by mail-ua0-f196.google.com with SMTP id c23-v6so13070940uan.3 for ; Mon, 11 Jun 2018 02:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=xhkpUo6n1ilFr4uo2yltLlAn9X/uu8FX/ojv/5SzCuI=; b=bpA8j4Yb3Mh7KR3RBT0kShwwKYYEs1YtKdpCbUiuN89UF1RMay2/0+zdIkAeBzyceF 65YeP8lm57wZboBXo0T+QfNiE9LMYXE28AaL8QIZG4SUkqB3dLzzI1rVdZXqpfNObsof JOYPe85PdcqYIgIIHDTHY6D1NEP/x+JUYUQojIiTeCGmELdFtlSeJe36V45OeNMjIQCm aG0WKmVdtVjX2fY6xpGRL64A6PPW+cVO8twhzoLjMnjYN/DhjV5VSpcrPQXPXWd4qwP5 H/1bb9DZ4VRLEhXQ/ba0bL0g37G5fHTyKiKP6X3LU1Qr2G6nnky5oenxrzDk9OspqIf2 QeJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=xhkpUo6n1ilFr4uo2yltLlAn9X/uu8FX/ojv/5SzCuI=; b=f/SUtm+eH0gLN0UOtvYX1BbzWECgg0oZUwWSglcso6Au/VJANOfU1W3vmJkGg4Hk/B /FR/nAfeodmfa3fwMuaXkXOIQ8rvoI7RyrfGH3Mj2Mjwr1OrF/hDOBibjgHlf4teJFW7 d6kGhA4G5kzQN2dUkXEwQnl9+CZdwM09yNeVUWndyIgxUhHAKSAUbSxJZGyCIJoZZssb ZR3uk/IeKR8e6RTsw8OIlW+a2RvLkkvVFvh5Keo8KlwJAa9CMPfSOsWDc0jKtAx8vt7m sMMfd1yf5+kFDGKz/b9g1oD7lG+CzDDwqnTEbAsKfF5EtxcttC1qc2zLewu8vlf/AoVD Fv9w== X-Gm-Message-State: APt69E1L7NSFSOjtJiYxNyM9lLupM2kRD3MaLpdBKGT3YWAVnI7dwUgS vRj9uCE5BOg0pOYEOAtqhNad2kIUVigtDwMaMAPrJw== X-Google-Smtp-Source: ADUXVKLDxFRZ9cpSoma0enNNHU92M2DEOOlts2tKVwauc0eRDUXBl6UAlVtE1GkyZgOwni9aPh+/Z5T2r0Xtp5nJpvM= X-Received: by 2002:a9f:3b59:: with SMTP id j25-v6mr10926861uah.86.1528709637348; Mon, 11 Jun 2018 02:33:57 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a67:62c7:0:0:0:0:0 with HTTP; Mon, 11 Jun 2018 02:33:56 -0700 (PDT) In-Reply-To: <2dd37765-f47c-1093-953b-e96624bf3197@intel.com> References: <20180607094322.14312-1-mk@semihalf.com> <00f98a4c-ef56-5b1e-81f7-8dc3d5f9d47e@intel.com> <2dd37765-f47c-1093-953b-e96624bf3197@intel.com> From: =?UTF-8?Q?Micha=C5=82_Krawczyk?= Date: Mon, 11 Jun 2018 11:33:56 +0200 Message-ID: To: Ferruh Yigit Cc: Marcin Wojtas , Guy Tzalik , Evgeny Schemeilin , dev@dpdk.org, "Matushevsky, Alexander" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v3 01/27] net/ena: change version number to 1.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: , X-List-Received-Date: Mon, 11 Jun 2018 09:33:58 -0000 2018-06-11 11:26 GMT+02:00 Ferruh Yigit : > On 6/11/2018 9:45 AM, Micha=C5=82 Krawczyk wrote: >> 2018-06-08 21:45 GMT+02:00 Ferruh Yigit : >>> On 6/7/2018 10:42 AM, Michal Krawczyk wrote: >>>> The upcoming patches for the ENA PMD are part of 1.1.0 update of the P= MD >>>> and the version number is updated accordingly. >>> >>> Does it make sense to add a release notes update to announce driver upd= ate? >> >> Is it possible to move the patch at the end of the uploaded patches, >> so there won't be need to reupload everything? > > Yes release notes update can separate patch, to prevent a new version of = all > set, if you are asking this. That would be great, thanks. > Or is there any existing documentation patch I am missing? No, there was no documentation patch. > >> The new commit message could be: >> >> >> net/ena: change version number to 1.1.0 >> >> ENA PMD version 1.1.0 introduces: >> * Update of the ena_com to the newer version >> * Remove support of legacy LLQ >> * Watchdog and device reset >> * LSC interrupt >> * Rx out of order completion >> * Linearization of mbufs with too many fragments >> * Information about maximum number of Tx and Rx descriptors >> * Validation of requested id on Tx (for Tx OOO completion) >> * Likely/unlikely statements >> * Link speed is now set as none >> * Other minor bug fixes and changes >>> >>>> >>>> Signed-off-by: Michal Krawczyk >>> <...> >