Re: [dpdk-dev] [PATCH] examples/l2fwd-event: fix event device config

2020-01-14 Thread Jerin Jacob
On Fri, Dec 20, 2019 at 7:57 PM wrote: > > From: Pavan Nikhilesh > > Always enable implicit release since we don't support explicit release > in datapath. > Master lcore is used only for printing stats so don't allocate event > port for it. > Fix service launch for event device without distribute

[dpdk-dev] [PATCH] examples/l2fwd-event: fix event device config

2019-12-20 Thread pbhagavatula
From: Pavan Nikhilesh Always enable implicit release since we don't support explicit release in datapath. Master lcore is used only for printing stats so don't allocate event port for it. Fix service launch for event device without distributed scheduling. Fixes: bcb6f841d42a ("examples/l2fwd-eve