* [dpdk-dev] 16.11.8 (LTS) patches review and test @ 2018-08-13 18:21 luca.boccassi 2018-08-20 6:46 ` [dpdk-dev] [dpdk-stable] " Marco Varlese ` (2 more replies) 0 siblings, 3 replies; 10+ messages in thread From: luca.boccassi @ 2018-08-13 18:21 UTC (permalink / raw) To: dpdk stable; +Cc: dev Hi all, Here is a list of patches targeted for LTS release 16.11.8. Please help review and test. The planned date for the final release is August the 23rd. Before that, please shout if anyone has objections with these patches being applied. Also for the companies committed to running regression tests, please run the tests and report any issue before the release date. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 These patches are located at branch 16.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks. Luca Boccassi --- Adrien Mazarguil (1): maintainers: update for Mellanox PMDs Ajit Khaparde (6): net/bnxt: fix HW Tx checksum offload check net/bnxt: fix incorrect IO address handling in Tx net/bnxt: fix Rx ring count limitation net/bnxt: check access denied for HWRM commands net/bnxt: fix RETA size net/bnxt: fix close operation Alejandro Lucero (1): net/nfp: fix field initialization in Tx descriptor Anatoly Burakov (2): eal/linux: fix invalid syntax in interrupts test: fix EAL flags autotest on FreeBSD Beilei Xing (1): net/i40e: fix shifts of 32-bit value Bruce Richardson (2): examples/exception_path: fix out-of-bounds read mk: fix permissions when using make install Chas Williams (1): net/bonding: do not clear active slave count Damjan Marion (1): net/i40e: do not reset device info data Dan Gora (1): kni: fix crash with null name Daria Kolistratova (1): net/ena: fix SIGFPE with 0 Rx queue Dariusz Stojaczyk (1): eal: fix return codes on thread naming failure Drocula Lambda (1): kni: fix build on RHEL 7.5 Emma Kenny (1): examples/multi_process: build l2fwd_fork app Ferruh Yigit (2): kni: fix build with gcc 8.1 net/thunderx: fix build with gcc optimization on Fiona Trahe (1): crypto/qat: fix checks for 3GPP algo bit params Gage Eads (1): net: rename u16 to fix shadowed declaration Gavin Hu (1): maintainers: claim maintainership for ARM v7 and v8 Haiyue Wang (2): mbuf: fix typo in IPv6 macro comment net/i40e: workaround performance degradation Hemant Agrawal (1): test/crypto: fix device id when stopping port Hyong Youb Kim (1): net/enic: do not overwrite admin Tx queue limit Ido Goshen (1): net/pcap: fix multiple queues Jerin Jacob (2): ethdev: fix queue statistics mapping documentation eal: fix bitmap documentation Kiran Kumar (3): net/bonding: fix MAC address reset ethdev: check queue stats mapping input arguments net/thunderx: avoid sq door bell write on zero packet Konstantin Ananyev (3): examples/ipsec-secgw: fix IPv4 checksum at Tx examples/ipsec-secgw: fix bypass rule processing app/testpmd: fix DCB config Maxime Coquelin (1): vhost: fix missing increment of log cache count Pablo de Lara (3): test/hash: fix multiwriter with non consecutive cores test/hash: fix potential memory leak hash: fix doxygen of return values Radu Nicolau (2): test: fix uninitialized port configuration net/bonding: fix race condition Rafal Kozik (4): net/ena: check pointer before memset net/ena: change memory type net/ena: fix GENMASK_ULL macro net/ena: set link speed as none Rahul Lakkireddy (2): net/cxgbe/base: update flash part information net/cxgbe: fix init failure due to new flash parts Rami Rosen (2): examples/l3fwd: remove useless include ethdev: fix a doxygen comment for port allocation Rasesh Mody (3): net/qede: fix default extended VLAN offload config net/qede/base: fix GRC attention callback net/bnx2x: fix FW command timeout during stop Shahed Shaikh (1): net/qede: fix MAC address removal failure message Shreyansh Jain (1): doc: fix bonding command in testpmd Wei Zhao (6): net/ixgbe: fix tunnel id format error for FDIR net/ixgbe: fix tunnel type set error for FDIR net/ixgbe: fix mask bits register set error for FDIR app/testpmd: fix VLAN TCI mask set error for FDIR net/i40e: fix check of flow director programming status net/i40e: revert fix of flow director check Xiaoxin Peng (1): net/bnxt: fix Tx with multiple mbuf Xiaoyun Li (1): net/i40e: fix link speed Yipeng Wang (3): hash: fix multiwriter lock memory allocation hash: fix a multi-writer race condition hash: fix key slot size accuracy ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] 16.11.8 (LTS) patches review and test 2018-08-13 18:21 [dpdk-dev] 16.11.8 (LTS) patches review and test luca.boccassi @ 2018-08-20 6:46 ` Marco Varlese 2018-08-20 8:46 ` Luca Boccassi 2018-08-20 8:46 ` [dpdk-dev] " Luca Boccassi 2018-08-23 8:55 ` Luca Boccassi 2 siblings, 1 reply; 10+ messages in thread From: Marco Varlese @ 2018-08-20 6:46 UTC (permalink / raw) To: luca.boccassi, dpdk stable; +Cc: dev Hi Luca & all, I have gone through the usual smoke tests using test_pmd and OvS-DPDK. I have not experienced any issues with the -rc1 release. Thanks, Marco On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > Hi all, > > Here is a list of patches targeted for LTS release 16.11.8. Please > help review and test. The planned date for the final release is August > the 23rd. > Before that, please shout if anyone has objections with these > patches being applied. > > Also for the companies committed to running regression tests, > please run the tests and report any issue before the release date. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > These patches are located at branch 16.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi > > --- > Adrien Mazarguil (1): > maintainers: update for Mellanox PMDs > > Ajit Khaparde (6): > net/bnxt: fix HW Tx checksum offload check > net/bnxt: fix incorrect IO address handling in Tx > net/bnxt: fix Rx ring count limitation > net/bnxt: check access denied for HWRM commands > net/bnxt: fix RETA size > net/bnxt: fix close operation > > Alejandro Lucero (1): > net/nfp: fix field initialization in Tx descriptor > > Anatoly Burakov (2): > eal/linux: fix invalid syntax in interrupts > test: fix EAL flags autotest on FreeBSD > > Beilei Xing (1): > net/i40e: fix shifts of 32-bit value > > Bruce Richardson (2): > examples/exception_path: fix out-of-bounds read > mk: fix permissions when using make install > > Chas Williams (1): > net/bonding: do not clear active slave count > > Damjan Marion (1): > net/i40e: do not reset device info data > > Dan Gora (1): > kni: fix crash with null name > > Daria Kolistratova (1): > net/ena: fix SIGFPE with 0 Rx queue > > Dariusz Stojaczyk (1): > eal: fix return codes on thread naming failure > > Drocula Lambda (1): > kni: fix build on RHEL 7.5 > > Emma Kenny (1): > examples/multi_process: build l2fwd_fork app > > Ferruh Yigit (2): > kni: fix build with gcc 8.1 > net/thunderx: fix build with gcc optimization on > > Fiona Trahe (1): > crypto/qat: fix checks for 3GPP algo bit params > > Gage Eads (1): > net: rename u16 to fix shadowed declaration > > Gavin Hu (1): > maintainers: claim maintainership for ARM v7 and v8 > > Haiyue Wang (2): > mbuf: fix typo in IPv6 macro comment > net/i40e: workaround performance degradation > > Hemant Agrawal (1): > test/crypto: fix device id when stopping port > > Hyong Youb Kim (1): > net/enic: do not overwrite admin Tx queue limit > > Ido Goshen (1): > net/pcap: fix multiple queues > > Jerin Jacob (2): > ethdev: fix queue statistics mapping documentation > eal: fix bitmap documentation > > Kiran Kumar (3): > net/bonding: fix MAC address reset > ethdev: check queue stats mapping input arguments > net/thunderx: avoid sq door bell write on zero packet > > Konstantin Ananyev (3): > examples/ipsec-secgw: fix IPv4 checksum at Tx > examples/ipsec-secgw: fix bypass rule processing > app/testpmd: fix DCB config > > Maxime Coquelin (1): > vhost: fix missing increment of log cache count > > Pablo de Lara (3): > test/hash: fix multiwriter with non consecutive cores > test/hash: fix potential memory leak > hash: fix doxygen of return values > > Radu Nicolau (2): > test: fix uninitialized port configuration > net/bonding: fix race condition > > Rafal Kozik (4): > net/ena: check pointer before memset > net/ena: change memory type > net/ena: fix GENMASK_ULL macro > net/ena: set link speed as none > > Rahul Lakkireddy (2): > net/cxgbe/base: update flash part information > net/cxgbe: fix init failure due to new flash parts > > Rami Rosen (2): > examples/l3fwd: remove useless include > ethdev: fix a doxygen comment for port allocation > > Rasesh Mody (3): > net/qede: fix default extended VLAN offload config > net/qede/base: fix GRC attention callback > net/bnx2x: fix FW command timeout during stop > > Shahed Shaikh (1): > net/qede: fix MAC address removal failure message > > Shreyansh Jain (1): > doc: fix bonding command in testpmd > > Wei Zhao (6): > net/ixgbe: fix tunnel id format error for FDIR > net/ixgbe: fix tunnel type set error for FDIR > net/ixgbe: fix mask bits register set error for FDIR > app/testpmd: fix VLAN TCI mask set error for FDIR > net/i40e: fix check of flow director programming status > net/i40e: revert fix of flow director check > > Xiaoxin Peng (1): > net/bnxt: fix Tx with multiple mbuf > > Xiaoyun Li (1): > net/i40e: fix link speed > > Yipeng Wang (3): > hash: fix multiwriter lock memory allocation > hash: fix a multi-writer race condition > hash: fix key slot size accuracy ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] 16.11.8 (LTS) patches review and test 2018-08-20 6:46 ` [dpdk-dev] [dpdk-stable] " Marco Varlese @ 2018-08-20 8:46 ` Luca Boccassi 0 siblings, 0 replies; 10+ messages in thread From: Luca Boccassi @ 2018-08-20 8:46 UTC (permalink / raw) To: Marco Varlese, dpdk stable; +Cc: dev Great, thanks for checking! On Mon, 2018-08-20 at 08:46 +0200, Marco Varlese wrote: > Hi Luca & all, > > I have gone through the usual smoke tests using test_pmd and OvS- > DPDK. > I have not experienced any issues with the -rc1 release. > > > Thanks, > Marco > > On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > > Hi all, > > > > Here is a list of patches targeted for LTS release 16.11.8. Please > > help review and test. The planned date for the final release is > > August > > the 23rd. > > Before that, please shout if anyone has objections with these > > patches being applied. > > > > Also for the companies committed to running regression tests, > > please run the tests and report any issue before the release date. > > > > A release candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > > > These patches are located at branch 16.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Luca Boccassi > > > > --- > > Adrien Mazarguil (1): > > maintainers: update for Mellanox PMDs > > > > Ajit Khaparde (6): > > net/bnxt: fix HW Tx checksum offload check > > net/bnxt: fix incorrect IO address handling in Tx > > net/bnxt: fix Rx ring count limitation > > net/bnxt: check access denied for HWRM commands > > net/bnxt: fix RETA size > > net/bnxt: fix close operation > > > > Alejandro Lucero (1): > > net/nfp: fix field initialization in Tx descriptor > > > > Anatoly Burakov (2): > > eal/linux: fix invalid syntax in interrupts > > test: fix EAL flags autotest on FreeBSD > > > > Beilei Xing (1): > > net/i40e: fix shifts of 32-bit value > > > > Bruce Richardson (2): > > examples/exception_path: fix out-of-bounds read > > mk: fix permissions when using make install > > > > Chas Williams (1): > > net/bonding: do not clear active slave count > > > > Damjan Marion (1): > > net/i40e: do not reset device info data > > > > Dan Gora (1): > > kni: fix crash with null name > > > > Daria Kolistratova (1): > > net/ena: fix SIGFPE with 0 Rx queue > > > > Dariusz Stojaczyk (1): > > eal: fix return codes on thread naming failure > > > > Drocula Lambda (1): > > kni: fix build on RHEL 7.5 > > > > Emma Kenny (1): > > examples/multi_process: build l2fwd_fork app > > > > Ferruh Yigit (2): > > kni: fix build with gcc 8.1 > > net/thunderx: fix build with gcc optimization on > > > > Fiona Trahe (1): > > crypto/qat: fix checks for 3GPP algo bit params > > > > Gage Eads (1): > > net: rename u16 to fix shadowed declaration > > > > Gavin Hu (1): > > maintainers: claim maintainership for ARM v7 and v8 > > > > Haiyue Wang (2): > > mbuf: fix typo in IPv6 macro comment > > net/i40e: workaround performance degradation > > > > Hemant Agrawal (1): > > test/crypto: fix device id when stopping port > > > > Hyong Youb Kim (1): > > net/enic: do not overwrite admin Tx queue limit > > > > Ido Goshen (1): > > net/pcap: fix multiple queues > > > > Jerin Jacob (2): > > ethdev: fix queue statistics mapping documentation > > eal: fix bitmap documentation > > > > Kiran Kumar (3): > > net/bonding: fix MAC address reset > > ethdev: check queue stats mapping input arguments > > net/thunderx: avoid sq door bell write on zero packet > > > > Konstantin Ananyev (3): > > examples/ipsec-secgw: fix IPv4 checksum at Tx > > examples/ipsec-secgw: fix bypass rule processing > > app/testpmd: fix DCB config > > > > Maxime Coquelin (1): > > vhost: fix missing increment of log cache count > > > > Pablo de Lara (3): > > test/hash: fix multiwriter with non consecutive cores > > test/hash: fix potential memory leak > > hash: fix doxygen of return values > > > > Radu Nicolau (2): > > test: fix uninitialized port configuration > > net/bonding: fix race condition > > > > Rafal Kozik (4): > > net/ena: check pointer before memset > > net/ena: change memory type > > net/ena: fix GENMASK_ULL macro > > net/ena: set link speed as none > > > > Rahul Lakkireddy (2): > > net/cxgbe/base: update flash part information > > net/cxgbe: fix init failure due to new flash parts > > > > Rami Rosen (2): > > examples/l3fwd: remove useless include > > ethdev: fix a doxygen comment for port allocation > > > > Rasesh Mody (3): > > net/qede: fix default extended VLAN offload config > > net/qede/base: fix GRC attention callback > > net/bnx2x: fix FW command timeout during stop > > > > Shahed Shaikh (1): > > net/qede: fix MAC address removal failure message > > > > Shreyansh Jain (1): > > doc: fix bonding command in testpmd > > > > Wei Zhao (6): > > net/ixgbe: fix tunnel id format error for FDIR > > net/ixgbe: fix tunnel type set error for FDIR > > net/ixgbe: fix mask bits register set error for FDIR > > app/testpmd: fix VLAN TCI mask set error for FDIR > > net/i40e: fix check of flow director programming status > > net/i40e: revert fix of flow director check > > > > Xiaoxin Peng (1): > > net/bnxt: fix Tx with multiple mbuf > > > > Xiaoyun Li (1): > > net/i40e: fix link speed > > > > Yipeng Wang (3): > > hash: fix multiwriter lock memory allocation > > hash: fix a multi-writer race condition > > hash: fix key slot size accuracy -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.8 (LTS) patches review and test 2018-08-13 18:21 [dpdk-dev] 16.11.8 (LTS) patches review and test luca.boccassi 2018-08-20 6:46 ` [dpdk-dev] [dpdk-stable] " Marco Varlese @ 2018-08-20 8:46 ` Luca Boccassi 2018-08-23 8:55 ` Luca Boccassi 2 siblings, 0 replies; 10+ messages in thread From: Luca Boccassi @ 2018-08-20 8:46 UTC (permalink / raw) To: dpdk stable; +Cc: dev On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > Hi all, > > Here is a list of patches targeted for LTS release 16.11.8. Please > help review and test. The planned date for the final release is > August > the 23rd. > Before that, please shout if anyone has objections with these > patches being applied. > > Also for the companies committed to running regression tests, > please run the tests and report any issue before the release date. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > These patches are located at branch 16.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi Regression tests from AT&T have come out clear. -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.8 (LTS) patches review and test 2018-08-13 18:21 [dpdk-dev] 16.11.8 (LTS) patches review and test luca.boccassi 2018-08-20 6:46 ` [dpdk-dev] [dpdk-stable] " Marco Varlese 2018-08-20 8:46 ` [dpdk-dev] " Luca Boccassi @ 2018-08-23 8:55 ` Luca Boccassi 2018-08-27 16:17 ` Luca Boccassi 2 siblings, 1 reply; 10+ messages in thread From: Luca Boccassi @ 2018-08-23 8:55 UTC (permalink / raw) To: dpdk stable; +Cc: dev On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > Hi all, > > Here is a list of patches targeted for LTS release 16.11.8. Please > help review and test. The planned date for the final release is > August > the 23rd. > Before that, please shout if anyone has objections with these > patches being applied. > > Also for the companies committed to running regression tests, > please run the tests and report any issue before the release date. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > These patches are located at branch 16.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks. > > Luca Boccassi Hi, Regression tests from Intel have highlighted a possible issue with the changes (unidentified as of now), so while investigation is in progress we decided to postpone the release to Monday the 27th to be on the safe side. Apologies for any issues this might cause. -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.8 (LTS) patches review and test 2018-08-23 8:55 ` Luca Boccassi @ 2018-08-27 16:17 ` Luca Boccassi 2018-08-29 9:55 ` Luca Boccassi 0 siblings, 1 reply; 10+ messages in thread From: Luca Boccassi @ 2018-08-27 16:17 UTC (permalink / raw) To: dpdk stable; +Cc: dev On Thu, 2018-08-23 at 09:55 +0100, Luca Boccassi wrote: > On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > > Hi all, > > > > Here is a list of patches targeted for LTS release 16.11.8. Please > > help review and test. The planned date for the final release is > > August > > the 23rd. > > Before that, please shout if anyone has objections with these > > patches being applied. > > > > Also for the companies committed to running regression tests, > > please run the tests and report any issue before the release date. > > > > A release candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > > > These patches are located at branch 16.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks. > > > > Luca Boccassi > > Hi, > > Regression tests from Intel have highlighted a possible issue with > the > changes (unidentified as of now), so while investigation is in > progress > we decided to postpone the release to Monday the 27th to be on the > safe > side. > Apologies for any issues this might cause. Hi, Unfortunately triaging is still in progress, so it's better to postpone again, to Wednesday the 29th of August. Apologies again for any issues due to this delay. -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.8 (LTS) patches review and test 2018-08-27 16:17 ` Luca Boccassi @ 2018-08-29 9:55 ` Luca Boccassi 2018-08-29 10:58 ` Marco Varlese 2018-08-29 13:28 ` Marco Varlese 0 siblings, 2 replies; 10+ messages in thread From: Luca Boccassi @ 2018-08-29 9:55 UTC (permalink / raw) To: dpdk stable; +Cc: dev, radu.nicolau, qi.z.zhang, mvarlese On Mon, 2018-08-27 at 17:17 +0100, Luca Boccassi wrote: > On Thu, 2018-08-23 at 09:55 +0100, Luca Boccassi wrote: > > On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > > > Hi all, > > > > > > Here is a list of patches targeted for LTS release 16.11.8. > > > Please > > > help review and test. The planned date for the final release is > > > August > > > the 23rd. > > > Before that, please shout if anyone has objections with these > > > patches being applied. > > > > > > Also for the companies committed to running regression tests, > > > please run the tests and report any issue before the release > > > date. > > > > > > A release candidate tarball can be found at: > > > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > > > > > These patches are located at branch 16.11 of dpdk-stable repo: > > > https://dpdk.org/browse/dpdk-stable/ > > > > > > Thanks. > > > > > > Luca Boccassi > > > > Hi, > > > > Regression tests from Intel have highlighted a possible issue with > > the > > changes (unidentified as of now), so while investigation is in > > progress > > we decided to postpone the release to Monday the 27th to be on the > > safe > > side. > > Apologies for any issues this might cause. > > Hi, > > Unfortunately triaging is still in progress, so it's better to > postpone > again, to Wednesday the 29th of August. > Apologies again for any issues due to this delay. Hello all, I've pushed an -rc2 with the following additional changes: Luca Boccassi (1): Revert "net/i40e: fix packet count for PF" Radu Nicolau (3): net/null: add MAC address setting fake operation test/virtual_pmd: add MAC address setting fake op test/bonding: assign non-zero MAC to null devices Radu, I cherry-picked the following 3 patches that you got merged in 18.02 as they are necessary to fix bonding regression tests from Intel: c5ac7748fd6bfd86b6fb4432b6792733cf32c94c c23fc36284e26fca9b52641118ad76a4da99d7af e8df563bac263e55b7dd9d45a00417aa92ef66cb Qi, I have reverted the following patch that was backported to 16.11.4 as it breaks a Fortville regression test from Intel: 4bf705a7d74b0b4c1d82ad0821c43e32be15a5e5. Marco, is there any chance you've got time today to re-run your tests? These changes in rc2 have been blessed by Intel and AT&T, so if it works for you as well I can then release later tonight. A release candidate tarball can be found at: https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc2 These patches are located at branch 16.11 of dpdk-stable repo: https://dpdk.org/browse/dpdk-stable/ Thanks! -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.8 (LTS) patches review and test 2018-08-29 9:55 ` Luca Boccassi @ 2018-08-29 10:58 ` Marco Varlese 2018-08-29 13:28 ` Marco Varlese 1 sibling, 0 replies; 10+ messages in thread From: Marco Varlese @ 2018-08-29 10:58 UTC (permalink / raw) To: Luca Boccassi, dpdk stable; +Cc: dev, radu.nicolau, qi.z.zhang Hi Luca, On Wed, 2018-08-29 at 10:55 +0100, Luca Boccassi wrote: > On Mon, 2018-08-27 at 17:17 +0100, Luca Boccassi wrote: > > On Thu, 2018-08-23 at 09:55 +0100, Luca Boccassi wrote: > > > On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > > > > Hi all, > > > > > > > > Here is a list of patches targeted for LTS release 16.11.8. > > > > Please > > > > help review and test. The planned date for the final release is > > > > August > > > > the 23rd. > > > > Before that, please shout if anyone has objections with these > > > > patches being applied. > > > > > > > > Also for the companies committed to running regression tests, > > > > please run the tests and report any issue before the release > > > > date. > > > > > > > > A release candidate tarball can be found at: > > > > > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > > > > > > > These patches are located at branch 16.11 of dpdk-stable repo: > > > > https://dpdk.org/browse/dpdk-stable/ > > > > > > > > Thanks. > > > > > > > > Luca Boccassi > > > > > > Hi, > > > > > > Regression tests from Intel have highlighted a possible issue with > > > the > > > changes (unidentified as of now), so while investigation is in > > > progress > > > we decided to postpone the release to Monday the 27th to be on the > > > safe > > > side. > > > Apologies for any issues this might cause. > > > > Hi, > > > > Unfortunately triaging is still in progress, so it's better to > > postpone > > again, to Wednesday the 29th of August. > > Apologies again for any issues due to this delay. > > Hello all, > > I've pushed an -rc2 with the following additional changes: > > Luca Boccassi (1): > Revert "net/i40e: fix packet count for PF" > > Radu Nicolau (3): > net/null: add MAC address setting fake operation > test/virtual_pmd: add MAC address setting fake op > test/bonding: assign non-zero MAC to null devices > > Radu, I cherry-picked the following 3 patches that you got merged in > 18.02 as they are necessary to fix bonding regression tests from Intel: > > c5ac7748fd6bfd86b6fb4432b6792733cf32c94c > c23fc36284e26fca9b52641118ad76a4da99d7af > e8df563bac263e55b7dd9d45a00417aa92ef66cb > > Qi, I have reverted the following patch that was backported to 16.11.4 > as it breaks a Fortville regression test from Intel: > > 4bf705a7d74b0b4c1d82ad0821c43e32be15a5e5. > > Marco, is there any chance you've got time today to re-run your tests? > These changes in rc2 have been blessed by Intel and AT&T, so if it > works for you as well I can then release later tonight. Sure; give me few hours and will let you know how it goes. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc2 > > These patches are located at branch 16.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks! > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.8 (LTS) patches review and test 2018-08-29 9:55 ` Luca Boccassi 2018-08-29 10:58 ` Marco Varlese @ 2018-08-29 13:28 ` Marco Varlese 2018-08-29 13:36 ` [dpdk-dev] [dpdk-stable] " Luca Boccassi 1 sibling, 1 reply; 10+ messages in thread From: Marco Varlese @ 2018-08-29 13:28 UTC (permalink / raw) To: Luca Boccassi, dpdk stable; +Cc: dev, radu.nicolau, qi.z.zhang Hi Luca & all, I confirm tests carried out via test_pmd and Ovs-DPDK do not show any regression for us. Cheers, Marco On Wed, 2018-08-29 at 10:55 +0100, Luca Boccassi wrote: > On Mon, 2018-08-27 at 17:17 +0100, Luca Boccassi wrote: > > On Thu, 2018-08-23 at 09:55 +0100, Luca Boccassi wrote: > > > On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com wrote: > > > > Hi all, > > > > > > > > Here is a list of patches targeted for LTS release 16.11.8. > > > > Please > > > > help review and test. The planned date for the final release is > > > > August > > > > the 23rd. > > > > Before that, please shout if anyone has objections with these > > > > patches being applied. > > > > > > > > Also for the companies committed to running regression tests, > > > > please run the tests and report any issue before the release > > > > date. > > > > > > > > A release candidate tarball can be found at: > > > > > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > > > > > > > These patches are located at branch 16.11 of dpdk-stable repo: > > > > https://dpdk.org/browse/dpdk-stable/ > > > > > > > > Thanks. > > > > > > > > Luca Boccassi > > > > > > Hi, > > > > > > Regression tests from Intel have highlighted a possible issue with > > > the > > > changes (unidentified as of now), so while investigation is in > > > progress > > > we decided to postpone the release to Monday the 27th to be on the > > > safe > > > side. > > > Apologies for any issues this might cause. > > > > Hi, > > > > Unfortunately triaging is still in progress, so it's better to > > postpone > > again, to Wednesday the 29th of August. > > Apologies again for any issues due to this delay. > > Hello all, > > I've pushed an -rc2 with the following additional changes: > > Luca Boccassi (1): > Revert "net/i40e: fix packet count for PF" > > Radu Nicolau (3): > net/null: add MAC address setting fake operation > test/virtual_pmd: add MAC address setting fake op > test/bonding: assign non-zero MAC to null devices > > Radu, I cherry-picked the following 3 patches that you got merged in > 18.02 as they are necessary to fix bonding regression tests from Intel: > > c5ac7748fd6bfd86b6fb4432b6792733cf32c94c > c23fc36284e26fca9b52641118ad76a4da99d7af > e8df563bac263e55b7dd9d45a00417aa92ef66cb > > Qi, I have reverted the following patch that was backported to 16.11.4 > as it breaks a Fortville regression test from Intel: > > 4bf705a7d74b0b4c1d82ad0821c43e32be15a5e5. > > Marco, is there any chance you've got time today to re-run your tests? > These changes in rc2 have been blessed by Intel and AT&T, so if it > works for you as well I can then release later tonight. > > A release candidate tarball can be found at: > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc2 > > These patches are located at branch 16.11 of dpdk-stable repo: > https://dpdk.org/browse/dpdk-stable/ > > Thanks! > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] 16.11.8 (LTS) patches review and test 2018-08-29 13:28 ` Marco Varlese @ 2018-08-29 13:36 ` Luca Boccassi 0 siblings, 0 replies; 10+ messages in thread From: Luca Boccassi @ 2018-08-29 13:36 UTC (permalink / raw) To: Marco Varlese, dpdk stable; +Cc: dev, radu.nicolau, qi.z.zhang Great, thank you very much. I'll push the release later tonight. On Wed, 2018-08-29 at 15:28 +0200, Marco Varlese wrote: > Hi Luca & all, > > I confirm tests carried out via test_pmd and Ovs-DPDK do not show any > regression > for us. > > > Cheers, > Marco > > On Wed, 2018-08-29 at 10:55 +0100, Luca Boccassi wrote: > > On Mon, 2018-08-27 at 17:17 +0100, Luca Boccassi wrote: > > > On Thu, 2018-08-23 at 09:55 +0100, Luca Boccassi wrote: > > > > On Mon, 2018-08-13 at 19:21 +0100, luca.boccassi@gmail.com > > > > wrote: > > > > > Hi all, > > > > > > > > > > Here is a list of patches targeted for LTS release 16.11.8. > > > > > Please > > > > > help review and test. The planned date for the final release > > > > > is > > > > > August > > > > > the 23rd. > > > > > Before that, please shout if anyone has objections with these > > > > > patches being applied. > > > > > > > > > > Also for the companies committed to running regression tests, > > > > > please run the tests and report any issue before the release > > > > > date. > > > > > > > > > > A release candidate tarball can be found at: > > > > > > > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc1 > > > > > > > > > > These patches are located at branch 16.11 of dpdk-stable > > > > > repo: > > > > > https://dpdk.org/browse/dpdk-stable/ > > > > > > > > > > Thanks. > > > > > > > > > > Luca Boccassi > > > > > > > > Hi, > > > > > > > > Regression tests from Intel have highlighted a possible issue > > > > with > > > > the > > > > changes (unidentified as of now), so while investigation is in > > > > progress > > > > we decided to postpone the release to Monday the 27th to be on > > > > the > > > > safe > > > > side. > > > > Apologies for any issues this might cause. > > > > > > Hi, > > > > > > Unfortunately triaging is still in progress, so it's better to > > > postpone > > > again, to Wednesday the 29th of August. > > > Apologies again for any issues due to this delay. > > > > Hello all, > > > > I've pushed an -rc2 with the following additional changes: > > > > Luca Boccassi (1): > > Revert "net/i40e: fix packet count for PF" > > > > Radu Nicolau (3): > > net/null: add MAC address setting fake operation > > test/virtual_pmd: add MAC address setting fake op > > test/bonding: assign non-zero MAC to null devices > > > > Radu, I cherry-picked the following 3 patches that you got merged > > in > > 18.02 as they are necessary to fix bonding regression tests from > > Intel: > > > > c5ac7748fd6bfd86b6fb4432b6792733cf32c94c > > c23fc36284e26fca9b52641118ad76a4da99d7af > > e8df563bac263e55b7dd9d45a00417aa92ef66cb > > > > Qi, I have reverted the following patch that was backported to > > 16.11.4 > > as it breaks a Fortville regression test from Intel: > > > > 4bf705a7d74b0b4c1d82ad0821c43e32be15a5e5. > > > > Marco, is there any chance you've got time today to re-run your > > tests? > > These changes in rc2 have been blessed by Intel and AT&T, so if it > > works for you as well I can then release later tonight. > > > > A release candidate tarball can be found at: > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=v16.11.8-rc2 > > > > These patches are located at branch 16.11 of dpdk-stable repo: > > https://dpdk.org/browse/dpdk-stable/ > > > > Thanks! > > -- Kind regards, Luca Boccassi ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2018-08-29 13:36 UTC | newest] Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-08-13 18:21 [dpdk-dev] 16.11.8 (LTS) patches review and test luca.boccassi 2018-08-20 6:46 ` [dpdk-dev] [dpdk-stable] " Marco Varlese 2018-08-20 8:46 ` Luca Boccassi 2018-08-20 8:46 ` [dpdk-dev] " Luca Boccassi 2018-08-23 8:55 ` Luca Boccassi 2018-08-27 16:17 ` Luca Boccassi 2018-08-29 9:55 ` Luca Boccassi 2018-08-29 10:58 ` Marco Varlese 2018-08-29 13:28 ` Marco Varlese 2018-08-29 13:36 ` [dpdk-dev] [dpdk-stable] " Luca Boccassi
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).