DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1] common/iavf: update README documentation
@ 2024-09-17 11:45 Soumyadeep Hore
  2024-09-17 13:40 ` Bruce Richardson
  0 siblings, 1 reply; 4+ messages in thread
From: Soumyadeep Hore @ 2024-09-17 11:45 UTC (permalink / raw)
  To: bruce.richardson, aman.deep.singh; +Cc: dev, shaiq.wani

Updating README documentation to have the latest
version for IAVF Base driver.

Signed-off-by: Soumyadeep Hore <soumyadeep.hore@intel.com>
---
 drivers/common/iavf/README | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README
index 89bdbc827e..d91e4b1e09 100644
--- a/drivers/common/iavf/README
+++ b/drivers/common/iavf/README
@@ -1,14 +1,12 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2019-2021 Intel Corporation
+ * Copyright(c) 2019-2024 Intel Corporation
  */
 
 Intel® IAVF driver
 =================
 
-This directory contains source code of FreeBSD IAVF driver of version
-cid-avf.2021.08.16.tar.gz released by the team which develops
-basic drivers for any IAVF NIC. The directory of base/ contains the
-original source package.
+This directory contains source code of BSD-3-Clause iavf driver of version
+2024.09.17 released by the team which develops basic drivers for IAVF.
 
 Updating the driver
 ===================
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] common/iavf: update README documentation
  2024-09-17 11:45 [PATCH v1] common/iavf: update README documentation Soumyadeep Hore
@ 2024-09-17 13:40 ` Bruce Richardson
  2024-09-17 14:20   ` Hore, Soumyadeep
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Richardson @ 2024-09-17 13:40 UTC (permalink / raw)
  To: Soumyadeep Hore; +Cc: aman.deep.singh, dev, shaiq.wani

On Tue, Sep 17, 2024 at 11:45:02AM +0000, Soumyadeep Hore wrote:
> Updating README documentation to have the latest
> version for IAVF Base driver.
> 
> Signed-off-by: Soumyadeep Hore <soumyadeep.hore@intel.com>
> ---
>  drivers/common/iavf/README | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README
> index 89bdbc827e..d91e4b1e09 100644
> --- a/drivers/common/iavf/README
> +++ b/drivers/common/iavf/README
> @@ -1,14 +1,12 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2019-2021 Intel Corporation
> + * Copyright(c) 2019-2024 Intel Corporation
>   */
>  
>  Intel® IAVF driver
>  =================
>  
> -This directory contains source code of FreeBSD IAVF driver of version
> -cid-avf.2021.08.16.tar.gz released by the team which develops
> -basic drivers for any IAVF NIC. The directory of base/ contains the
> -original source package.
> +This directory contains source code of BSD-3-Clause iavf driver of version
> +2024.09.17 released by the team which develops basic drivers for IAVF.

My suggested rewording:
"This directory contains a snapshot of the iavf shared, or base, driver code.
The snapshot was generated on 2024.09.17."

It's shorter and simpler, yet probably contains enough details. What do you
think? Future updates then only need modify the snapshot date.

>  
>  Updating the driver
>  ===================
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH v1] common/iavf: update README documentation
  2024-09-17 13:40 ` Bruce Richardson
@ 2024-09-17 14:20   ` Hore, Soumyadeep
  2024-09-17 14:23     ` Bruce Richardson
  0 siblings, 1 reply; 4+ messages in thread
From: Hore, Soumyadeep @ 2024-09-17 14:20 UTC (permalink / raw)
  To: Richardson, Bruce; +Cc: Singh, Aman Deep, dev, Wani, Shaiq

Hi Bruce,

The below wording looks fine. We can proceed with it.

On Tue, Sep 17, 2024 at 11:45:02AM +0000, Soumyadeep Hore wrote:
> Updating README documentation to have the latest version for IAVF Base 
> driver.
> 
> Signed-off-by: Soumyadeep Hore <soumyadeep.hore@intel.com>
> ---
>  drivers/common/iavf/README | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README 
> index 89bdbc827e..d91e4b1e09 100644
> --- a/drivers/common/iavf/README
> +++ b/drivers/common/iavf/README
> @@ -1,14 +1,12 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2019-2021 Intel Corporation
> + * Copyright(c) 2019-2024 Intel Corporation
>   */
>  
>  Intel(r) IAVF driver
>  =================
>  
> -This directory contains source code of FreeBSD IAVF driver of version 
> -cid-avf.2021.08.16.tar.gz released by the team which develops -basic 
> drivers for any IAVF NIC. The directory of base/ contains the 
> -original source package.
> +This directory contains source code of BSD-3-Clause iavf driver of 
> +version
> +2024.09.17 released by the team which develops basic drivers for IAVF.

My suggested rewording:
"This directory contains a snapshot of the iavf shared, or base, driver code.
The snapshot was generated on 2024.09.17."

It's shorter and simpler, yet probably contains enough details. What do you think? Future updates then only need modify the snapshot date.

>  
>  Updating the driver
>  ===================
> --
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] common/iavf: update README documentation
  2024-09-17 14:20   ` Hore, Soumyadeep
@ 2024-09-17 14:23     ` Bruce Richardson
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Richardson @ 2024-09-17 14:23 UTC (permalink / raw)
  To: Hore, Soumyadeep; +Cc: Singh, Aman Deep, dev, Wani, Shaiq

On Tue, Sep 17, 2024 at 03:20:59PM +0100, Hore, Soumyadeep wrote:
> Hi Bruce,
> 
> The below wording looks fine. We can proceed with it.
> 
Applied to dpdk-next-net-intel after base code update patchset.

Thanks,
/Bruce

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-17 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-17 11:45 [PATCH v1] common/iavf: update README documentation Soumyadeep Hore
2024-09-17 13:40 ` Bruce Richardson
2024-09-17 14:20   ` Hore, Soumyadeep
2024-09-17 14:23     ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).