DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] DPDK Release Status Meeting 6/08/2020
@ 2020-08-06 13:51 Ferruh Yigit
  2020-08-06 14:55 ` Thomas Monjalon
  2020-08-06 15:08 ` David Marchand
  0 siblings, 2 replies; 6+ messages in thread
From: Ferruh Yigit @ 2020-08-06 13:51 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

Minutes 6 August 2020
---------------------

Agenda:
* Release Dates
* -rc3/-rc4 status
* Subtrees
* LTS
* OvS

Participants:
* Arm
* Broadcom
* Debian/Microsoft
* Intel
* Marvell
* Nvidia
* NXP
* Red Hat


Release Dates
-------------

* v20.08 dates:
  * -rc3 is released on Thursday, 30 July 2020
    * http://inbox.dpdk.org/dev/11727811.Rr6YEUNczV@thomas/
  * -rc4 is released on Wednesday, 5 August 2020
    * http://inbox.dpdk.org/dev/4161866.7AHn6HmuGJ@thomas/
  * Release         Friday, 7 August 2020

* v20.11 proposal dates, please comment:
  * Proposal/V1:    Friday, 11 September 2020
  * -rc1:           Friday, 9 October 2020
  * -rc2:           Friday, 23 October 2020
  * Release:        Friday, 13 November 2020

  * The dates are still not finalized, we need to discuss this offline and
    define dates as soon as possible, please comment.

  * Please remember to send roadmap for 20.11, non received yet.


-rc3/-rc4 status
----------------

* Intel early -rc4 test result looks good
  * Fixes for two critical issues from -rc3 verified

* Red Hat -rc3 test result in mail list
  * No issue reported, all looks good


Subtrees
--------

* main
  * Only documentation updates after this point
    * John will help on release notes updates/review
  * There are lots of deprecation notices to review for the release
  * Tested platform patch form Mellanox merged, good to have similar report from
    all vendors for release notes
    * https://patches.dpdk.org/patch/74994/
    * https://patches.dpdk.org/patch/75198/
  * Please review roadmap website update patch
    * http://patchwork.dpdk.org/patch/75181/
  * Please all maintainers cleanup the patchwork before release

* next-net
  * No update after -rc3
  * Relevant patches directly merged to main repo by Thomas
  * There are deprecation notices to review for release

* next-crypto
  * No update on tree
  * Two/Three deprecation notices waiting for merge

* next-eventdev
  * No update on tree
  * There are deprecation notices in backlog
    * The one adding reserved fields may be dropped

* next-virtio
  * Done for release
  * vdpa patches for -rc4 merged directly to main repo
  * There is a Vhost dequeue zero-copy removal deprecation notice
    * https://patches.dpdk.org/patch/75147/
    * Need to sync with OvS community related to it
  * Another deprecation notice for rte_dev_probe() change
    * https://patches.dpdk.org/patch/72170/
    * Thomas & Maxime will synchronize offline on it

* next-net-mlx, next-net-intel, next-net-brcm
  * Patches merged directly to main repo


LTS
---

* 19.11.4 work is going on
  * Some patches are backported, email sent, please review

* 18.11.10 work is going on
  * Some patches are backported


OvS
---

* 2.14 release trending for 17 August



DPDK Release Status Meetings
============================

The DPDK Release Status Meeting is intended for DPDK Committers to discuss the
status of the master tree and sub-trees, and for project managers to track
progress or milestone dates.

The meeting occurs on every Thursdays at 8:30 UTC. on https://meet.jit.si/DPDK

If you wish to attend just send an email to
"John McNamara <john.mcnamara@intel.com>" for the invite.

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

* Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020
  2020-08-06 13:51 [dpdk-dev] DPDK Release Status Meeting 6/08/2020 Ferruh Yigit
@ 2020-08-06 14:55 ` Thomas Monjalon
  2020-08-06 15:52   ` Ajit Khaparde
  2020-08-06 15:08 ` David Marchand
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2020-08-06 14:55 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: dev, asafp, shys, jerinj, ajit.khaparde, honnappa.nagarahalli,
	hemant.agrawal, david.marchand

06/08/2020 15:51, Ferruh Yigit:
> * v20.11 proposal dates, please comment:
>   * Proposal/V1:    Friday, 11 September 2020
>   * -rc1:           Friday, 9 October 2020
>   * -rc2:           Friday, 23 October 2020
>   * Release:        Friday, 13 November 2020

Looks OK, thanks



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

* Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020
  2020-08-06 13:51 [dpdk-dev] DPDK Release Status Meeting 6/08/2020 Ferruh Yigit
  2020-08-06 14:55 ` Thomas Monjalon
@ 2020-08-06 15:08 ` David Marchand
  1 sibling, 0 replies; 6+ messages in thread
From: David Marchand @ 2020-08-06 15:08 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Thomas Monjalon

On Thu, Aug 6, 2020 at 3:52 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
> * v20.11 proposal dates, please comment:
>   * Proposal/V1:    Friday, 11 September 2020
>   * -rc1:           Friday, 9 October 2020
>   * -rc2:           Friday, 23 October 2020
>   * Release:        Friday, 13 November 2020

+1 for those dates.
Thanks Ferruh.


>   * Please review roadmap website update patch
>     * http://patchwork.dpdk.org/patch/75181/
>   * Please all maintainers cleanup the patchwork before release


-- 
David Marchand


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

* Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020
  2020-08-06 14:55 ` Thomas Monjalon
@ 2020-08-06 15:52   ` Ajit Khaparde
  2020-08-06 18:14     ` Honnappa Nagarahalli
  0 siblings, 1 reply; 6+ messages in thread
From: Ajit Khaparde @ 2020-08-06 15:52 UTC (permalink / raw)
  To: Thomas Monjalon
  Cc: Ferruh Yigit, dev, Asaf Penso, shys, Jerin Jacob Kollanukkaran,
	Honnappa Nagarahalli, Hemant Agrawal, David Marchand

On Thu, Aug 6, 2020 at 7:55 AM Thomas Monjalon <thomas@monjalon.net> wrote:

> 06/08/2020 15:51, Ferruh Yigit:
> > * v20.11 proposal dates, please comment:
> >   * Proposal/V1:    Friday, 11 September 2020
> >   * -rc1:           Friday, 9 October 2020
> >   * -rc2:           Friday, 23 October 2020
> >   * Release:        Friday, 13 November 2020
>
> Looks OK, thanks
>
The dates look ok to me. Thanks

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

* Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020
  2020-08-06 15:52   ` Ajit Khaparde
@ 2020-08-06 18:14     ` Honnappa Nagarahalli
  2020-08-07  4:52       ` Hemant Agrawal
  0 siblings, 1 reply; 6+ messages in thread
From: Honnappa Nagarahalli @ 2020-08-06 18:14 UTC (permalink / raw)
  To: Ajit Khaparde (ajit.khaparde@broadcom.com), thomas
  Cc: Ferruh Yigit, dev, Asaf Penso, shys, jerinj, hemant.agrawal,
	David Marchand, nd, Honnappa Nagarahalli, nd

<snip>


On Thu, Aug 6, 2020 at 7:55 AM Thomas Monjalon <thomas@monjalon.net<mailto:thomas@monjalon.net>> wrote:
06/08/2020 15:51, Ferruh Yigit:
> * v20.11 proposal dates, please comment:
>   * Proposal/V1:    Friday, 11 September 2020
>   * -rc1:           Friday, 9 October 2020
>   * -rc2:           Friday, 23 October 2020
>   * Release:        Friday, 13 November 2020

Looks OK, thanks
The dates look ok to me. Thanks
ACK

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

* Re: [dpdk-dev] DPDK Release Status Meeting 6/08/2020
  2020-08-06 18:14     ` Honnappa Nagarahalli
@ 2020-08-07  4:52       ` Hemant Agrawal
  0 siblings, 0 replies; 6+ messages in thread
From: Hemant Agrawal @ 2020-08-07  4:52 UTC (permalink / raw)
  To: Honnappa Nagarahalli, Ajit Khaparde (ajit.khaparde@broadcom.com), thomas
  Cc: Ferruh Yigit, dev, Asaf Penso, shys, jerinj, David Marchand, nd, nd



On Thu, Aug 6, 2020 at 7:55 AM Thomas Monjalon <thomas@monjalon.net<mailto:thomas@monjalon.net>> wrote:
06/08/2020 15:51, Ferruh Yigit:
> * v20.11 proposal dates, please comment:
>   * Proposal/V1:    Friday, 11 September 2020
>   * -rc1:           Friday, 9 October 2020
>   * -rc2:           Friday, 23 October 2020
>   * Release:        Friday, 13 November 2020

Looks OK, thanks
The dates look ok to me. Thanks
ACK
[Hemant] ACK

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

end of thread, other threads:[~2020-08-07  4:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 13:51 [dpdk-dev] DPDK Release Status Meeting 6/08/2020 Ferruh Yigit
2020-08-06 14:55 ` Thomas Monjalon
2020-08-06 15:52   ` Ajit Khaparde
2020-08-06 18:14     ` Honnappa Nagarahalli
2020-08-07  4:52       ` Hemant Agrawal
2020-08-06 15:08 ` David Marchand

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).