[v2] common/iavf: update version

Message ID 20200412125029.15508-1-qi.z.zhang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: xiaolong ye
Headers
Series [v2] common/iavf: update version |

Checks

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

Commit Message

Qi Zhang April 12, 2020, 12:50 p.m. UTC
  Update base code release version in readme

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
---
v2:
- correct commit log

 drivers/common/iavf/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Xiaolong Ye April 13, 2020, 7:49 a.m. UTC | #1
On 04/12, Qi Zhang wrote:
>Update base code release version in readme
>
>Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
>Acked-by: Beilei Xing <beilei.xing@intel.com>
>---
>v2:
>- correct commit log
>
> 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 b78e89bee..034c7d7ad 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.2019.08.19.tar.gz released by the team which develops
>+cid-avf.2020.04.09.tar.gz released by the team which develops
> basic drivers for any IAVF NIC. The directory of base/ contains the
> original source package.
> 
>-- 
>2.13.6
>


Applied to dpdk-next-net-intel, Thanks.
  

Patch

diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README
index b78e89bee..034c7d7ad 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.2019.08.19.tar.gz released by the team which develops
+cid-avf.2020.04.09.tar.gz released by the team which develops
 basic drivers for any IAVF NIC. The directory of base/ contains the
 original source package.