All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] i40e: enable extended tag
@ 2015-12-21  2:38 Helin Zhang
  2015-12-21  2:38 ` [PATCH 1/3] " Helin Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 32+ messages in thread
From: Helin Zhang @ 2015-12-21  2:38 UTC (permalink / raw)
  To: dev

'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

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2016-03-09  0:54 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-21  2:38 [PATCH 0/3] i40e: enable extended tag Helin Zhang
2015-12-21  2:38 ` [PATCH 1/3] " Helin Zhang
2016-01-22  1:34   ` Wu, Jingjing
2016-01-22 10:26   ` Thomas Monjalon
2016-01-24  3:25     ` Zhang, Helin
2016-01-25  9:16       ` Thomas Monjalon
2016-01-26  0:29         ` Zhang, Helin
2015-12-21  2:38 ` [PATCH 2/3] eal: remove pci config of " Helin Zhang
2016-02-22  3:59   ` [PATCH v2 0/3] enable extended tag for i40e Helin Zhang
2016-02-22  3:59     ` [PATCH v2 1/3] i40e: enable extended tag Helin Zhang
2016-02-23 10:44       ` Bruce Richardson
2016-02-24  0:39         ` Zhang, Helin
2016-02-22  3:59     ` [PATCH v2 2/3] eal: remove pci config of " Helin Zhang
2016-03-08 17:05       ` Thomas Monjalon
2016-02-22  3:59     ` [PATCH v2 3/3] igb_uio: deprecate sys files Helin Zhang
2016-03-08 17:48       ` Thomas Monjalon
2016-03-08 18:02       ` Thomas Monjalon
2016-02-22  5:52     ` [PATCH v2 0/3] enable extended tag for i40e Wu, Jingjing
2016-03-08 18:38     ` [PATCH v3 " Thomas Monjalon
2016-03-08 18:38       ` [PATCH v3 1/3] i40e: enable extended tag Thomas Monjalon
2016-03-08 18:38       ` [PATCH v3 2/3] pci: remove config of " Thomas Monjalon
2016-03-08 18:38       ` [PATCH v3 3/3] igb_uio: deprecate " Thomas Monjalon
2016-03-08 18:41       ` [PATCH v3 0/3] enable extended tag for i40e Thomas Monjalon
2016-03-09  0:48         ` Zhang, Helin
2016-03-09  0:50           ` Thomas Monjalon
2016-03-09  0:52           ` Thomas Monjalon
2015-12-21  2:38 ` [PATCH 3/3] igb_uio: remove sys files for setting pci config space Helin Zhang
2015-12-21 18:57   ` Stephen Hemminger
2016-02-22  6:31 ` [PATCH v2 0/3] enable extended tag for i40e Helin Zhang
2016-02-22  6:31   ` [PATCH v2 1/3] i40e: enable extended tag Helin Zhang
2016-02-22  6:31   ` [PATCH v2 2/3] eal: remove pci config of " Helin Zhang
2016-02-22  6:31   ` [PATCH v2 3/3] igb_uio: deprecate sys files Helin Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.