Re: [PATCH v9 12/12] app/graph: support l3fwd use case

2023-10-18 Thread Jerin Jacob
On Wed, Oct 18, 2023 at 12:05 PM wrote: > > From: Rakesh Kudurumalla > > Adds an use case l3fwd. It contains a dedicated l3fwd.cli file > mentioning commands to configure the required resources. > > Once application successfully parses the l3fwd.cli then a graph is > created having below nodes: >

[PATCH v9 12/12] app/graph: support l3fwd use case

2023-10-17 Thread skori
From: Rakesh Kudurumalla Adds an use case l3fwd. It contains a dedicated l3fwd.cli file mentioning commands to configure the required resources. Once application successfully parses the l3fwd.cli then a graph is created having below nodes: - ethdev_rx -> pkt_cls - pkt_cls -> ip4_lookup - pkt