DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/sfc: enable TSO by default
@ 2017-01-19 15:52 Andrew Rybchenko
  2017-01-20 14:29 ` Thomas Monjalon
  2017-01-20 15:22 ` [dpdk-dev] [PATCH v3] " Andrew Rybchenko
  0 siblings, 2 replies; 6+ messages in thread
From: Andrew Rybchenko @ 2017-01-19 15:52 UTC (permalink / raw)
  To: dev

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
---
It is a mistake that TSO support is compiled out by default.
We would be happy to enable it by deafult, but strictly speaking
it is not a bug fix.

Arguments to enable are:
 - be more feature-rich (and user-friendly) in default config
 - the most of internal testing is done with TSO enabled

 config/common_base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/common_base b/config/common_base
index b9fb8e2..134e9b9 100644
--- a/config/common_base
+++ b/config/common_base
@@ -261,7 +261,7 @@ CONFIG_RTE_LIBRTE_BNXT_PMD=y
 #
 CONFIG_RTE_LIBRTE_SFC_EFX_PMD=y
 CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG=n
-CONFIG_RTE_LIBRTE_SFC_EFX_TSO=n
+CONFIG_RTE_LIBRTE_SFC_EFX_TSO=y
 
 #
 # Compile software PMD backed by SZEDATA2 device
-- 
1.8.2.3

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

end of thread, other threads:[~2017-01-23  9:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-19 15:52 [dpdk-dev] [PATCH] net/sfc: enable TSO by default Andrew Rybchenko
2017-01-20 14:29 ` Thomas Monjalon
2017-01-20 14:37   ` Andrew Rybchenko
2017-01-20 14:47     ` Ferruh Yigit
2017-01-20 15:22 ` [dpdk-dev] [PATCH v3] " Andrew Rybchenko
2017-01-23  9:56   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).