Re: [dpdk-dev] [PATCH v2] net/octeontx2: fix driver reconfiguration

2019-07-22 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: kka...@marvell.com > Sent: Monday, July 22, 2019 8:29 PM > To: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin > Kumar Dabilpuram ; Kiran Kumar Kokkilagadda > > Cc: Krzysztof Kanas > Subject: [dpdk-dev] [PATCH v2] net/octeontx2: fi

[dpdk-dev] [PATCH v2] net/octeontx2: fix driver reconfiguration

2019-07-22 Thread kkanas
From: Krzysztof Kanas When configure returns error, e.g. in case not supported offloads (outer ip and sctp) driver released Rx,Tx queues. Then in case of correct configuration the driver could not start due to queues already released but the driver thought it was configured correctly. Secondly i