[dpdk-dev] [PATCH v3 1/2] version: switch to year/month version numbers

2016-02-10 Thread Thomas Monjalon
2016-02-10 17:02, John McNamara: > From: "Richardson, Bruce" > > As discussed on list, switch numbering scheme to be based on year/month. > Release 2.3 then becomes 16.04. > > Ref: http://dpdk.org/ml/archives/dev/2015-December/030336.html > > Also, added zero padding to the month so that it

[dpdk-dev] [PATCH v3 1/2] version: switch to year/month version numbers

2016-02-10 Thread Thomas Monjalon
2016-02-10 17:11, Mcnamara, John: > Hi Alejandro, > > Please note the above change to the nfp_net.c code due to the name change > in the version macro names. > > > I was originally going to change it to this: > > #if RTE_VER_YEAR == 2 && RTE_VER_MONTH >= 1 > dev_info->hash_key_size

[dpdk-dev] [PATCH v3 1/2] version: switch to year/month version numbers

2016-02-10 Thread Mcnamara, John
> -Original Message- > From: Mcnamara, John > Sent: Wednesday, February 10, 2016 5:02 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; Richardson, Bruce > ; Mcnamara, John > Subject: [PATCH v3 1/2] version: switch to year/month version numbers > diff --git a/drivers/net/nfp/n

[dpdk-dev] [PATCH v3 1/2] version: switch to year/month version numbers

2016-02-10 Thread John McNamara
From: "Richardson, Bruce" As discussed on list, switch numbering scheme to be based on year/month. Release 2.3 then becomes 16.04. Ref: http://dpdk.org/ml/archives/dev/2015-December/030336.html Also, added zero padding to the month so that it appear as 16.04 and not 16.4 in "make showversio