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

2018-02-05 Thread Beilei Xing
This patch provides the option to disable writing some global registers in PMD, in order to avoid affecting other drivers, when multiple drivers run on the same NIC and control different physical ports. Because there are few global resources shared among different physical ports. Fixes: ec246eeb5d

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

2018-02-02 Thread Beilei Xing
This patch provides the option to disable writing some global registers in PMD, in order to avoid affecting other drivers, when multiple drivers run on the same NIC and control different physical ports. Because there are few global resources shared among different physical ports. Fixes: ec246eeb5d