net/ena: update version to 2.0.1

Message ID 20190716081613.7415-1-mk@semihalf.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series net/ena: update version to 2.0.1 |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

Michal Krawczyk July 16, 2019, 8:16 a.m. UTC
  In 2.0.1 ENA, there were patches for:
  * assigning NUMA node to the IO queue
  * statistics counters (Rx checksum errors and per-queue number of the
    Tx packets)
  * SMP support
  * setting Rx checksum support

Signed-off-by: Michal Krawczyk <mk@semihalf.com>
---
 drivers/net/ena/ena_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit July 16, 2019, 8:55 a.m. UTC | #1
On 7/16/2019 9:16 AM, Michal Krawczyk wrote:
> In 2.0.1 ENA, there were patches for:
>   * assigning NUMA node to the IO queue
>   * statistics counters (Rx checksum errors and per-queue number of the
>     Tx packets)
>   * SMP support
>   * setting Rx checksum support

Hi Michał, ,

Can you please add the commit ids of the patches adds above mentioned features,
for reference?

Thanks,
ferruh

> 
> Signed-off-by: Michal Krawczyk <mk@semihalf.com>
> ---
>  drivers/net/ena/ena_ethdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c
> index f58334080..a1187851c 100644
> --- a/drivers/net/ena/ena_ethdev.c
> +++ b/drivers/net/ena/ena_ethdev.c
> @@ -55,7 +55,7 @@
>  
>  #define DRV_MODULE_VER_MAJOR	2
>  #define DRV_MODULE_VER_MINOR	0
> -#define DRV_MODULE_VER_SUBMINOR	0
> +#define DRV_MODULE_VER_SUBMINOR	1
>  
>  #define ENA_IO_TXQ_IDX(q)	(2 * (q))
>  #define ENA_IO_RXQ_IDX(q)	(2 * (q) + 1)
>
  

Patch

diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c
index f58334080..a1187851c 100644
--- a/drivers/net/ena/ena_ethdev.c
+++ b/drivers/net/ena/ena_ethdev.c
@@ -55,7 +55,7 @@ 
 
 #define DRV_MODULE_VER_MAJOR	2
 #define DRV_MODULE_VER_MINOR	0
-#define DRV_MODULE_VER_SUBMINOR	0
+#define DRV_MODULE_VER_SUBMINOR	1
 
 #define ENA_IO_TXQ_IDX(q)	(2 * (q))
 #define ENA_IO_RXQ_IDX(q)	(2 * (q) + 1)