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.
This patchset is based on 16.11.4 LTS. Commit id: 516447a5056c093e4d020011a69216b453576782 v2 changes: - Add warning logs and debug logs. Beilei Xing (3): net/i40e: add warnings when writing global registers net/i40e: add debug logs when writing global registers net/i40e: fix multiple driver support issue doc/guides/nics/i40e.rst | 12 ++ drivers/net/i40e/i40e_ethdev.c | 319 +++++++++++++++++++++++++++++++---------- drivers/net/i40e/i40e_ethdev.h | 54 +++++++ 3 files changed, 309 insertions(+), 76 deletions(-) -- 2.5.5