Re: [dpdk-dev] [PATCH v2] eventdev: remove default queue overriding

2017-03-23 Thread Jerin Jacob
On Tue, Mar 21, 2017 at 01:51:45PM +0530, Jerin Jacob wrote: > On Fri, Mar 10, 2017 at 03:19:15PM +, Harry van Haaren wrote: > > PMDs that only do a specific type of scheduling cannot provide > > CFG_ALL_TYPES, so the Eventdev infrastructure should not demand > > that every PMD supports CFG_ALL

Re: [dpdk-dev] [PATCH v2] eventdev: remove default queue overriding

2017-03-21 Thread Jerin Jacob
On Fri, Mar 10, 2017 at 03:19:15PM +, Harry van Haaren wrote: > PMDs that only do a specific type of scheduling cannot provide > CFG_ALL_TYPES, so the Eventdev infrastructure should not demand > that every PMD supports CFG_ALL_TYPES. > > By not overriding the default configuration of the queue

[dpdk-dev] [PATCH v2] eventdev: remove default queue overriding

2017-03-10 Thread Harry van Haaren
PMDs that only do a specific type of scheduling cannot provide CFG_ALL_TYPES, so the Eventdev infrastructure should not demand that every PMD supports CFG_ALL_TYPES. By not overriding the default configuration of the queue as suggested by the PMD, the eventdev_common unit tests can pass on all PMD