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.

Beilei Xing (3):
  net/i40e: add warning log for global configuration
  net/i40e: add debug log for global configuration
  net/i40e: add device args to disable global configuration

 doc/guides/nics/i40e.rst       |  12 ++
 drivers/net/i40e/i40e_ethdev.c | 384 +++++++++++++++++++++++++++++++++--------
 drivers/net/i40e/i40e_ethdev.h |  53 ++++++
 drivers/net/i40e/i40e_fdir.c   |  40 +++--
 drivers/net/i40e/i40e_flow.c   |   9 +
 5 files changed, 411 insertions(+), 87 deletions(-)

-- 
2.5.5

Reply via email to