Re: [PATCH v2 7/7] doc: testpmd support event handling section

2023-11-07 Thread lihuisong (C)
在 2023/11/6 20:39, fengchengwen 写道: Hi Huisong, On 2023/11/6 17:28, lihuisong (C) wrote: 在 2023/10/20 18:07, Chengwen Feng 写道: Add new section of event handling, which documented the ethdev and device events. Signed-off-by: Chengwen Feng ---   doc/guides/testpmd_app_ug/event_handling.rst

Re: [PATCH v2 7/7] doc: testpmd support event handling section

2023-11-06 Thread fengchengwen
Hi Huisong, On 2023/11/6 17:28, lihuisong (C) wrote: > > 在 2023/10/20 18:07, Chengwen Feng 写道: >> Add new section of event handling, which documented the ethdev and >> device events. >> >> Signed-off-by: Chengwen Feng >> --- >>   doc/guides/testpmd_app_ug/event_handling.rst | 80

Re: [PATCH v2 7/7] doc: testpmd support event handling section

2023-11-06 Thread lihuisong (C)
在 2023/10/20 18:07, Chengwen Feng 写道: Add new section of event handling, which documented the ethdev and device events. Signed-off-by: Chengwen Feng --- doc/guides/testpmd_app_ug/event_handling.rst | 80 doc/guides/testpmd_app_ug/index.rst | 1 + 2 files cha

[PATCH v2 7/7] doc: testpmd support event handling section

2023-10-20 Thread Chengwen Feng
Add new section of event handling, which documented the ethdev and device events. Signed-off-by: Chengwen Feng --- doc/guides/testpmd_app_ug/event_handling.rst | 80 doc/guides/testpmd_app_ug/index.rst | 1 + 2 files changed, 81 insertions(+) create mode 100644 do