Re: [PATCH v1 00/13] graph enhancement for multi-core dispatch

2023-02-20 Thread Jerin Jacob
Message- > > From: Thomas Monjalon > > Sent: Monday, February 20, 2023 8:22 AM > > To: jer...@marvell.com; kirankum...@marvell.com; > > ndabilpu...@marvell.com > > Cc: dev@dpdk.org; Liang, Cunming ; Wang, > > Haiyue ; Yan, Zhirun ; Yan, > > Zhirun >

RE: [PATCH v1 00/13] graph enhancement for multi-core dispatch

2023-02-20 Thread Yan, Zhirun
@marvell.com; > ndabilpu...@marvell.com > Cc: dev@dpdk.org; Liang, Cunming ; Wang, > Haiyue ; Yan, Zhirun ; Yan, > Zhirun > Subject: Re: [PATCH v1 00/13] graph enhancement for multi-core dispatch > > This series doesn't look reviewed. > What is the status? > > 17/11/2

Re: [PATCH v1 00/13] graph enhancement for multi-core dispatch

2023-02-19 Thread Thomas Monjalon
This series doesn't look reviewed. What is the status? 17/11/2022 06:09, Zhirun Yan: > Currently, rte_graph supports RTC (Run-To-Completion) model within each > of a single core. > RTC is one of the typical model of packet processing. Others like > Pipeline or Hybrid are lack of support. > > The

[PATCH v1 00/13] graph enhancement for multi-core dispatch

2022-11-16 Thread Zhirun Yan
Currently, rte_graph supports RTC (Run-To-Completion) model within each of a single core. RTC is one of the typical model of packet processing. Others like Pipeline or Hybrid are lack of support. The patch set introduces a 'generic' model selection which is a self-reacting scheme according to the