[3/3] common/iavf: update version

Message ID 20201015004325.1016100-4-qi.z.zhang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Qi Zhang
Headers
Series iavf update base code |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/travis-robot warning Travis build: failed
ci/iol-mellanox-Performance success Performance Testing PASS

Commit Message

Qi Zhang Oct. 15, 2020, 12:43 a.m. UTC
  Update base code release version in readme

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
 drivers/common/iavf/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit Oct. 15, 2020, 9:06 p.m. UTC | #1
On 10/15/2020 1:43 AM, Qi Zhang wrote:
> Update base code release version in readme
> 
> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
> ---
>   drivers/common/iavf/README | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README
> index f301ff665a..5a42750465 100644
> --- a/drivers/common/iavf/README
> +++ b/drivers/common/iavf/README
> @@ -6,7 +6,7 @@ Intel® IAVF driver
>   =================
>   
>   This directory contains source code of FreeBSD IAVF driver of version
> -cid-avf.2020.04.09.tar.gz released by the team which develops
> +cid-avf.2020.10.14.tar.gz released by the team which develops
>   basic drivers for any IAVF NIC. The directory of base/ contains the
>   original source package.
>   
> 

Since previous patch seems the main update for this drop and there is no more 
patches, so may not need a separate patch to update version, what do you think 
merging this patch with previous one?
  

Patch

diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README
index f301ff665a..5a42750465 100644
--- a/drivers/common/iavf/README
+++ b/drivers/common/iavf/README
@@ -6,7 +6,7 @@  Intel® IAVF driver
 =================
 
 This directory contains source code of FreeBSD IAVF driver of version
-cid-avf.2020.04.09.tar.gz released by the team which develops
+cid-avf.2020.10.14.tar.gz released by the team which develops
 basic drivers for any IAVF NIC. The directory of base/ contains the
 original source package.