[v2] add testing requirement for new PMDs
Commit Message
As discussed in the technical board meeting
https://mails.dpdk.org/archives/dev/2021-February/200012.html
This is to record that new upstreamed devices tested adequately.
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
CC: John McNamara <john.mcnamara@intel.com>
Cc: dev@dpdk.org
Cc: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
v2:
* Paragraph reworded.
---
content/testing/_index.md | 4 ++++
1 file changed, 4 insertions(+)
Comments
> -----Original Message-----
> From: Yigit, Ferruh <ferruh.yigit@intel.com>
> Sent: Tuesday, June 29, 2021 9:35 AM
> To: web@dpdk.org
> Cc: dev@dpdk.org; Thomas Monjalon <thomas@monjalon.net>; Mcnamara, John
> <john.mcnamara@intel.com>; Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
> Subject: [PATCH v2] add testing requirement for new PMDs
>
> As discussed in the technical board meeting
> https://mails.dpdk.org/archives/dev/2021-February/200012.html
>
> This is to record that new upstreamed devices tested adequately.
Acked-by: John McNamara <john.mcnamara@intel.com>
On 7/1/21 9:49 AM, Mcnamara, John wrote:
>> -----Original Message-----
>> From: Yigit, Ferruh <ferruh.yigit@intel.com>
>> Sent: Tuesday, June 29, 2021 9:35 AM
>> To: web@dpdk.org
>> Cc: dev@dpdk.org; Thomas Monjalon <thomas@monjalon.net>; Mcnamara, John
>> <john.mcnamara@intel.com>; Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
>> Subject: [PATCH v2] add testing requirement for new PMDs
>>
>> As discussed in the technical board meeting
>> https://mails.dpdk.org/archives/dev/2021-February/200012.html
>>
>> This is to record that new upstreamed devices tested adequately.
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
04/07/2021 17:47, Andrew Rybchenko:
> On 7/1/21 9:49 AM, Mcnamara, John wrote:
> > From: Yigit, Ferruh <ferruh.yigit@intel.com>
> >> As discussed in the technical board meeting
> >> https://mails.dpdk.org/archives/dev/2021-February/200012.html
> >>
> >> This is to record that new upstreamed devices tested adequately.
> >
> > Acked-by: John McNamara <john.mcnamara@intel.com>
>
> Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied, thanks
@@ -116,6 +116,10 @@ some validation reports are requested to the community members.
Such release validations are sent as replies to the release announcement.
+Some PMDs can be tested only by their owners. That is why it is expected that
+device vendors send a release validation report, at least in the first release
+that the PMD is upstreamed.
+
## Tools
---