DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 1/1] net/ixgbe: update base code README
@ 2024-09-09  8:36 Anatoly Burakov
  2024-09-09  8:42 ` Burakov, Anatoly
  2024-09-09  8:47 ` [PATCH v2 " Anatoly Burakov
  0 siblings, 2 replies; 4+ messages in thread
From: Anatoly Burakov @ 2024-09-09  8:36 UTC (permalink / raw)
  To: dev

When last driver update was performed, README was not updated with data on
latest shared code package generation date. Update README to reflect the
date of last shared code package generation.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---
 drivers/net/ixgbe/base/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README
index 98353ba26f..2f3bbcc30f 100644
--- a/drivers/net/ixgbe/base/README
+++ b/drivers/net/ixgbe/base/README
@@ -5,8 +5,8 @@
 Intel® IXGBE driver
 ===================
 
-This directory contains source code of FreeBSD ixgbe driver of version
-not-released-cid-ixgbe.2024.04.24.tar.gz released by the team which develop
+This directory contains source code of FreeBSD i40e driver generated on
+2024-08-38 released by the team which develops
 basic drivers for any ixgbe NIC. The sub-directory of base/
 contains the original source package.
 This driver is valid for the product(s) listed below
-- 
2.43.5


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

* Re: [PATCH v1 1/1] net/ixgbe: update base code README
  2024-09-09  8:36 [PATCH v1 1/1] net/ixgbe: update base code README Anatoly Burakov
@ 2024-09-09  8:42 ` Burakov, Anatoly
  2024-09-09  8:47 ` [PATCH v2 " Anatoly Burakov
  1 sibling, 0 replies; 4+ messages in thread
From: Burakov, Anatoly @ 2024-09-09  8:42 UTC (permalink / raw)
  To: dev

On 9/9/2024 10:36 AM, Anatoly Burakov wrote:
> When last driver update was performed, README was not updated with data on
> latest shared code package generation date. Update README to reflect the
> date of last shared code package generation.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
>   drivers/net/ixgbe/base/README | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README
> index 98353ba26f..2f3bbcc30f 100644
> --- a/drivers/net/ixgbe/base/README
> +++ b/drivers/net/ixgbe/base/README
> @@ -5,8 +5,8 @@
>   Intel® IXGBE driver
>   ===================
>   
> -This directory contains source code of FreeBSD ixgbe driver of version
> -not-released-cid-ixgbe.2024.04.24.tar.gz released by the team which develop
> +This directory contains source code of FreeBSD i40e driver generated on

Oops, copypaste error, should be ixgbe :/

> +2024-08-38 released by the team which develops
>   basic drivers for any ixgbe NIC. The sub-directory of base/
>   contains the original source package.
>   This driver is valid for the product(s) listed below

-- 
Thanks,
Anatoly


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

* [PATCH v2 1/1] net/ixgbe: update base code README
  2024-09-09  8:36 [PATCH v1 1/1] net/ixgbe: update base code README Anatoly Burakov
  2024-09-09  8:42 ` Burakov, Anatoly
@ 2024-09-09  8:47 ` Anatoly Burakov
  2024-09-13  9:52   ` Bruce Richardson
  1 sibling, 1 reply; 4+ messages in thread
From: Anatoly Burakov @ 2024-09-09  8:47 UTC (permalink / raw)
  To: dev

When last driver update was performed, README was not updated with data on
latest shared code package generation date. Update README to reflect the
date of last shared code package generation.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
---
 drivers/net/ixgbe/base/README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README
index 98353ba26f..54084e088d 100644
--- a/drivers/net/ixgbe/base/README
+++ b/drivers/net/ixgbe/base/README
@@ -5,8 +5,8 @@
 Intel® IXGBE driver
 ===================
 
-This directory contains source code of FreeBSD ixgbe driver of version
-not-released-cid-ixgbe.2024.04.24.tar.gz released by the team which develop
+This directory contains source code of FreeBSD ixgbe driver generated on
+2024-08-38 released by the team which develops
 basic drivers for any ixgbe NIC. The sub-directory of base/
 contains the original source package.
 This driver is valid for the product(s) listed below
-- 
2.43.5


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

* Re: [PATCH v2 1/1] net/ixgbe: update base code README
  2024-09-09  8:47 ` [PATCH v2 " Anatoly Burakov
@ 2024-09-13  9:52   ` Bruce Richardson
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Richardson @ 2024-09-13  9:52 UTC (permalink / raw)
  To: Anatoly Burakov; +Cc: dev

On Mon, Sep 09, 2024 at 09:47:32AM +0100, Anatoly Burakov wrote:
> When last driver update was performed, README was not updated with data on
> latest shared code package generation date. Update README to reflect the
> date of last shared code package generation.
> 
> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---

Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied to dpdk-next-net-intel with the one small rewording below applied
(already agreed with Anatoly in offline discussion).


>  drivers/net/ixgbe/base/README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README
> index 98353ba26f..54084e088d 100644
> --- a/drivers/net/ixgbe/base/README
> +++ b/drivers/net/ixgbe/base/README
> @@ -5,8 +5,8 @@
>  Intel® IXGBE driver
>  ===================
>  
> -This directory contains source code of FreeBSD ixgbe driver of version
> -not-released-cid-ixgbe.2024.04.24.tar.gz released by the team which develop
> +This directory contains source code of FreeBSD ixgbe driver generated on
> +2024-08-38 released by the team which develops

This is not really the FreeBSD driver itself, but the base code which is
also used there, so replacing the words "FreeBSD ixgbe driver" with "ixgbe
base driver".

>  basic drivers for any ixgbe NIC. The sub-directory of base/
>  contains the original source package.
>  This driver is valid for the product(s) listed below
> -- 

Thanks,
/Bruce

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

end of thread, other threads:[~2024-09-13  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-09  8:36 [PATCH v1 1/1] net/ixgbe: update base code README Anatoly Burakov
2024-09-09  8:42 ` Burakov, Anatoly
2024-09-09  8:47 ` [PATCH v2 " Anatoly Burakov
2024-09-13  9:52   ` 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).