[dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver support issue

2018-02-05 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 logs for global configuration and adds device args to disable global configuration and

Re: [dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver support issue

2018-02-02 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wu, Jingjing > Sent: Friday, February 2, 2018 8:42 PM > To: Xing, Beilei; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver support > issue > > >

Re: [dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver support issue

2018-02-02 Thread Wu, Jingjing
> -Original Message- > From: Xing, Beilei > Sent: Friday, February 2, 2018 8:06 PM > To: dev@dpdk.org; Wu, Jingjing > Subject: [PATCH v4 0/4] net/i40e: fix multiple driver support issue > > DPDK i40e PMD will modify some global registers during initialization > and post initialization,

[dpdk-dev] [PATCH v4 0/4] net/i40e: fix multiple driver support issue

2018-02-02 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 and c