[dpdk-dev] [PATCH 0/3] i40e: enable extended tag

Helin Zhang helin.zhang at intel.com
Mon Dec 21 03:38:03 CET 2015


'extended tag' is important for XL710 performance, while might not be neccessary
for other NICs. It adds the enabling 'extended tag' into i40e PMD specifically,
then the sys files of 'extended_tag' and 'max_read_request_size', and all of their
relavant operations are removed as they are not neccessary for all devices.
In addition, documentations are updated at the same time.

Helin Zhang (3):
  i40e: enable extended tag
  eal: remove pci config of extended tag
  igb_uio: remove sys files for setting pci config space

 config/common_linuxapp                    |   7 --
 doc/guides/linux_gsg/enable_func.rst      |  22 ------
 doc/guides/rel_notes/deprecation.rst      |   3 +
 doc/guides/rel_notes/release_2_3.rst      |  11 +++
 drivers/net/i40e/i40e_ethdev.c            |  67 +++++++++++++++++-
 lib/librte_eal/common/eal_common_pci.c    |   7 --
 lib/librte_eal/common/include/rte_pci.h   |   4 +-
 lib/librte_eal/linuxapp/eal/eal_pci.c     |  90 ++-----------------------
 lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 108 ------------------------------
 9 files changed, 87 insertions(+), 232 deletions(-)

-- 
1.9.3



More information about the dev mailing list