Re: [dpdk-dev] [PATCH v6 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-22 Thread Pavan Nikhilesh Bhagavatula
>> >> It's not a quantifier of each port, It across the eventdevice that the >number of >> event queues is equal to number of ethdevices used. >> >> This is to prevent event queues being overcrowded i.e. in case there >is only one >> event queue and multiple Eth devices then SW/HW will have a >bot

Re: [dpdk-dev] [PATCH v6 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-21 Thread Varghese, Vipin
Hi Pavan, snipped > >> > >> Based on event device capability the configuration is done as follows: > >> - A single event device is enabled. > >> - The number of event ports is equal to the number of worker > >> cores enabled in the core mask. Additional event ports might > >> b

Re: [dpdk-dev] [PATCH v6 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-21 Thread Pavan Nikhilesh Bhagavatula
Hi Vipin, >Hi Pavan, > >Thanks for sharing the write up, following are some of my thoughts. > >Snipped >> >> Based on event device capability the configuration is done as follows: >> - A single event device is enabled. >> - The number of event ports is equal to the number of worker >>

Re: [dpdk-dev] [PATCH v6 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-20 Thread Varghese, Vipin
Hi Pavan, Thanks for sharing the write up, following are some of my thoughts. Snipped > > Based on event device capability the configuration is done as follows: > - A single event device is enabled. > - The number of event ports is equal to the number of worker > cores enabled in t

Re: [dpdk-dev] [PATCH v6 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-16 Thread Jerin Jacob
On Mon, Oct 14, 2019 at 11:52 PM wrote: > > From: Pavan Nikhilesh > > This patchset adds a new application to demonstrate the usage of event > mode. The poll mode is also available to help with the transition. > > The following new command line parameters are added: > --mode: Dictates the mode o

[dpdk-dev] [PATCH v6 00/10] example/l2fwd-event: introduce l2fwd-event example

2019-10-14 Thread pbhagavatula
From: Pavan Nikhilesh This patchset adds a new application to demonstrate the usage of event mode. The poll mode is also available to help with the transition. The following new command line parameters are added: --mode: Dictates the mode of operation either poll or event. --eventq_sched: Dict