[dpdk-dev] [PATCH v6 00/10] example/l2fwd-event: introduce l2fwd-event example
Varghese, Vipin
vipin.varghese at intel.com
Mon Oct 21 05:25:51 CEST 2019
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 the core mask. Additional event ports might
> be configured based on Rx/Tx adapter capability.
> - The number of event queues is equal to the number of ethernet
> ports. If Tx adapter doesn't have internal port capability then
> an additional single link event queue is used to enqueue events
> to Tx adapter.
1. Are we support per port function as 'mac_updating' and 'non_macupdating'?
2. If no for above, why is that each port should have ` number of event queues is equal to the number of ethernet`?
3. With this work for vdev ports, if no are we adding check for the same in `main` function?
snipped
More information about the dev
mailing list