Re: [dpdk-dev] [PATCH v1 1/5] net/qede: refactor Rx and Tx queue setup

2019-09-12 Thread Shahed Shaikh
> -Original Message- > From: dev On Behalf Of Jerin Jacob > Sent: Thursday, September 12, 2019 6:04 PM > To: Shahed Shaikh > Cc: dev@dpdk.org; Rasesh Mody ; Jerin Jacob > Kollanukkaran ; GR-Everest-DPDK-Dev d...@marvell.com>; sta...@dpdk.org > Subject: Re: [dpdk

Re: [dpdk-dev] [PATCH v1 1/5] net/qede: refactor Rx and Tx queue setup

2019-09-12 Thread Jerin Jacob
On Fri, Sep 6, 2019 at 1:10 PM Shahed Shaikh wrote: > > This patch refactors Rx and Tx queue setup flow required to allow > odd number of queues to be configured in next patch. > > This is the first patch of the series required to fix an issue > where qede port initialization in ovs-dpdk fails due

[dpdk-dev] [PATCH v1 1/5] net/qede: refactor Rx and Tx queue setup

2019-09-06 Thread Shahed Shaikh
This patch refactors Rx and Tx queue setup flow required to allow odd number of queues to be configured in next patch. This is the first patch of the series required to fix an issue where qede port initialization in ovs-dpdk fails due to 1 Rx/Tx queue configuration. Detailed explaination is given