Re: [dpdk-dev] [PATCH v2 0/3] net/i40e: global configuration

2018-01-29 Thread Zhang, Helin
: Zhang, Qi Z; Wu, Jingjing > Cc: dev@dpdk.org; Chilikin, Andrey > Subject: [dpdk-dev] [PATCH v2 0/3] net/i40e: global configuration > > DPDK i40e PMD will modify some global registers during initialization and post > initialization, there'll be impact during use of 700 series Etherne

[dpdk-dev] [PATCH v2 0/3] net/i40e: global configuration

2018-01-29 Thread Beilei Xing
DPDK i40e PMD will modify some global registers during initialization and post initialization, there'll be impact during use of 700 series Ethernet Adapter with both Linux kernel and DPDK PMD. This patchset adds log for global configuration and adds device args to disable global configuration. Bei