Message ID | 20191203070318.39620-18-qi.z.zhang@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | xiaolong ye |
Headers | show |
Series | iavf base code update | expand |
Context | Check | Description |
---|---|---|
ci/travis-robot | warning | Travis build: failed |
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
diff --git a/drivers/net/iavf/base/README b/drivers/net/iavf/base/README index f57e1048f..e8c49c36f 100644 --- a/drivers/net/iavf/base/README +++ b/drivers/net/iavf/base/README @@ -1,12 +1,12 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2017 Intel Corporation + * Copyright(c) 2019 Intel Corporation */ Intel® IAVF driver ================= This directory contains source code of FreeBSD IAVF driver of version -cid-avf.2018.01.02.tar.gz released by the team which develops +cid-avf.2019.08.19.tar.gz released by the team which develops basic drivers for any IAVF NIC. The directory of base/ contains the original source package.
Update base code version info in readme. Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> --- drivers/net/iavf/base/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)