Re: [dpdk-dev] Using rte_lpm as standalone library w/o mempools or dpdk infra

2020-04-03 Thread Burakov, Anatoly
On 02-Apr-20 1:51 PM, Venumadhav Josyula wrote: Hi All, Idea is following - create lpm in one process where only rte_lpm and bare minimum is acessible. Addition into this table will also happen in this process context. - Now in the packet processing context based ip of packet the lookup

[dpdk-dev] Using rte_lpm as standalone library w/o mempools or dpdk infra

2020-04-02 Thread Venumadhav Josyula
Hi All, Idea is following - create lpm in one process where only rte_lpm and bare minimum is acessible. Addition into this table will also happen in this process context. - Now in the packet processing context based ip of packet the lookup will happen in the lpm created. Is above possible.