Re: [dpdk-dev] [PATCH v3] net/i40e: fix port segmentation fault when restart

2018-01-12 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Wednesday, January 3, 2018 4:20 PM > To: Zhao1, Wei; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix port segmentation fault when > restart > > >

Re: [dpdk-dev] [PATCH v3] net/i40e: fix port segmentation fault when restart

2018-01-03 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Wednesday, January 3, 2018 3:17 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH v3] net/i40e: fix port segmentation fault when restart > > This patch will clear all queue region related configuration when dev stop >

[dpdk-dev] [PATCH v3] net/i40e: fix port segmentation fault when restart

2018-01-02 Thread Wei Zhao
This patch will clear all queue region related configuration when dev stop even if threr is no queue region config, so this may cause error. So add check if there is queue configuration exist when flush queue region config and remove this process when device stop. Queue region clear only do when de