RE: [EXT] Re: [PATCH v8 06/12] app/graph: add ipv4_lookup command line interfaces

2023-10-16 Thread Sunil Kumar Kori
> -Original Message- > From: Jerin Jacob > Sent: Monday, October 16, 2023 9:18 PM > To: Sunil Kumar Kori > Cc: Rakesh Kudurumalla ; dev@dpdk.org > Subject: [EXT] Re: [PATCH v8 06/12] app/graph: add ipv4_lookup command > line interface

Re: [PATCH v8 06/12] app/graph: add ipv4_lookup command line interfaces

2023-10-16 Thread Jerin Jacob
On Fri, Sep 29, 2023 at 8:16 PM wrote: > > From: Sunil Kumar Kori > > It adds ipv4_lookup module to configure LPM table. This LPM table > will be used for IPv4 lookup and forwarding. > > Following commands are exposed: > - ipv4_lookup route add ipv4 netmask via > - help ipv4_lookup > > Signe

[PATCH v8 06/12] app/graph: add ipv4_lookup command line interfaces

2023-09-29 Thread skori
From: Sunil Kumar Kori It adds ipv4_lookup module to configure LPM table. This LPM table will be used for IPv4 lookup and forwarding. Following commands are exposed: - ipv4_lookup route add ipv4 netmask via - help ipv4_lookup Signed-off-by: Sunil Kumar Kori Signed-off-by: Rakesh Kudurumal