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

2019-09-30 Thread Ye Xiaolong
On 09/26, alvinx.zh...@intel.com wrote: >From: Alvin Zhang > >If support-multi-driver is enabled, the global registers should not >be configured. But with the correct code base, if creating a flow correct -> current >with rte_flow API, the global register GLQF_FD_MSK may be changed. > >Fixes: cf

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

2019-09-25 Thread alvinx . zhang
From: Alvin Zhang If support-multi-driver is enabled, the global registers should not be configured. But with the correct 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