Re: [dpdk-dev] [PATCH v3] net/i40e: fix exception with multi-driver

2019-10-23 Thread Ye Xiaolong
On 10/08, alvinx.zh...@intel.com wrote: >From: Alvin Zhang > >If support-multi-driver is enabled, the global registers should not >be configured. But with the current code base, if creating a flow >with rte_flow API, the global register GLQF_FD_MSK may be changed. > >Fixes: cfdfca493cae ("net/i40e

[dpdk-dev] [PATCH v3] net/i40e: fix exception with multi-driver

2019-10-07 Thread alvinx . zhang
From: Alvin Zhang If support-multi-driver is enabled, the global registers should not be configured. But with the current code base, if creating a flow with rte_flow API, the global register GLQF_FD_MSK may be changed. Fixes: cfdfca493cae ("net/i40e: fix multiple driver support") Cc: sta...@dpdk

[dpdk-dev] [PATCH v3] net/i40e: fix exception with multi-driver

2019-10-07 Thread alvinx . zhang
From: Alvin Zhang If support-multi-driver is enabled, the global registers should not be configured. But with the current code base, if creating a flow with rte_flow API, the global register GLQF_FD_MSK may be changed. Fixes: cfdfca493cae ("net/i40e: fix multiple driver support") Cc: sta...@dpdk