Re: [dpdk-dev] [PATCH 16/50] net/liquidio: add APIs to allocate and free IQ

2017-02-23 Thread Shijith Thotton
On Thursday 23 February 2017 08:00 PM, Ferruh Yigit wrote: > On 2/21/2017 9:26 AM, Shijith Thotton wrote: >> Add APIs to allocate and free instruction queue. Allocates instruction >> queue 0 initially to send device configurations commands and later re- >> allocates as per application requirement

Re: [dpdk-dev] [PATCH 16/50] net/liquidio: add APIs to allocate and free IQ

2017-02-23 Thread Ferruh Yigit
On 2/21/2017 9:26 AM, Shijith Thotton wrote: > Add APIs to allocate and free instruction queue. Allocates instruction > queue 0 initially to send device configurations commands and later re- > allocates as per application requirement during tx queue setup. Can you please describe the relevant enti

[dpdk-dev] [PATCH 16/50] net/liquidio: add APIs to allocate and free IQ

2017-02-21 Thread Shijith Thotton
Add APIs to allocate and free instruction queue. Allocates instruction queue 0 initially to send device configurations commands and later re- allocates as per application requirement during tx queue setup. Signed-off-by: Shijith Thotton Signed-off-by: Jerin Jacob Signed-off-by: Derek Chickles S