Hi folks It is a bit too late for 18.02, and I'd prefer to defer it to 18.05 after being well reviewed and tested. Thanks!
/Helin > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Beilei Xing > Sent: Monday, January 29, 2018 5:54 PM > To: 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 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