Re: [dpdk-dev] [PATCH v3 1/2] app/test-eventdev: Fix pipeline atq

2020-07-22 Thread Thomas Monjalon
22/07/2020 03:13, Pavan Nikhilesh Bhagavatula: > > >Subject: [dpdk-dev] [PATCH v3 1/2] app/test-eventdev: Fix pipeline atq > > ./devtools/check-git-log.sh > Wrong headline uppercase: > app/test-eventdev: Fix pipeline atq > > Having a more informative commit

Re: [dpdk-dev] [PATCH v3 1/2] app/test-eventdev: Fix pipeline atq

2020-07-21 Thread Pavan Nikhilesh Bhagavatula
>Subject: [dpdk-dev] [PATCH v3 1/2] app/test-eventdev: Fix pipeline atq ./devtools/check-git-log.sh Wrong headline uppercase: app/test-eventdev: Fix pipeline atq Having a more informative commit title and message would be helpful, Something like: " app/eventdev: fix capabili

[dpdk-dev] [PATCH v3 1/2] app/test-eventdev: Fix pipeline atq

2020-07-13 Thread Apeksha Gupta
if-check is required to check the capability of all type queue. Fixes: 6bf570a9911 ("app/eventdev: add pipeline atq test") Cc: sta...@dpdk.org Signed-off-by: Apeksha Gupta --- v3: * Added patch 1. event/dpaa2: Add all type queue capability flag v2: * Removed unrequired patches 1. app/test-event