patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH v2 1/3] app/testpmd: restore ixgbe bypass commands
       [not found] <20220523071031.1868862-6-david.marchand@redhat.com>
@ 2022-06-17  5:07 ` David Marchand
  2022-07-21  8:05 ` [PATCH v3 " David Marchand
  1 sibling, 0 replies; 3+ messages in thread
From: David Marchand @ 2022-06-17  5:07 UTC (permalink / raw)
  To: dev
  Cc: stable, Xiaoyun Li, Aman Singh, Yuying Zhang, Keith Wiles,
	Bruce Richardson, Harry van Haaren, Luca Boccassi

Since the switch to meson, ixgbe bypass commands were ineffective as the
RTE_LIBRTE_IXGBE_BYPASS build flag was not set, even though the
net/ixgbe driver had this feature compiled in.

Fixes: 16ade738fd0d ("app/testpmd: build with meson")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 app/test-pmd/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build
index d13e98125e..69c7595a45 100644
--- a/app/test-pmd/meson.build
+++ b/app/test-pmd/meson.build
@@ -68,6 +68,7 @@ if dpdk_conf.has('RTE_NET_I40E')
     deps += 'net_i40e'
 endif
 if dpdk_conf.has('RTE_NET_IXGBE')
+    cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
     deps += 'net_ixgbe'
 endif
 if dpdk_conf.has('RTE_NET_DPAA')
-- 
2.36.1


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

* [PATCH v3 1/3] app/testpmd: restore ixgbe bypass commands
       [not found] <20220523071031.1868862-6-david.marchand@redhat.com>
  2022-06-17  5:07 ` [PATCH v2 1/3] app/testpmd: restore ixgbe bypass commands David Marchand
@ 2022-07-21  8:05 ` David Marchand
  2022-08-25 11:44   ` Ferruh Yigit
  1 sibling, 1 reply; 3+ messages in thread
From: David Marchand @ 2022-07-21  8:05 UTC (permalink / raw)
  To: dev
  Cc: stable, Aman Singh, Yuying Zhang, Keith Wiles, Luca Boccassi,
	Harry van Haaren, Bruce Richardson

Since the switch to meson, ixgbe bypass commands were ineffective as the
RTE_LIBRTE_IXGBE_BYPASS build flag was not set, even though the
net/ixgbe driver had this feature compiled in.

Fixes: 16ade738fd0d ("app/testpmd: build with meson")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 app/test-pmd/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build
index 74399178dd..12df1f8eec 100644
--- a/app/test-pmd/meson.build
+++ b/app/test-pmd/meson.build
@@ -65,6 +65,7 @@ if dpdk_conf.has('RTE_NET_I40E')
     deps += 'net_i40e'
 endif
 if dpdk_conf.has('RTE_NET_IXGBE')
+    cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
     deps += 'net_ixgbe'
 endif
 if dpdk_conf.has('RTE_NET_DPAA')
-- 
2.36.1


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

* Re: [PATCH v3 1/3] app/testpmd: restore ixgbe bypass commands
  2022-07-21  8:05 ` [PATCH v3 " David Marchand
@ 2022-08-25 11:44   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2022-08-25 11:44 UTC (permalink / raw)
  To: David Marchand, dev
  Cc: stable, Aman Singh, Yuying Zhang, Keith Wiles, Luca Boccassi,
	Harry van Haaren, Bruce Richardson

On 7/21/2022 9:05 AM, David Marchand wrote:
> Since the switch to meson, ixgbe bypass commands were ineffective as the
> RTE_LIBRTE_IXGBE_BYPASS build flag was not set, even though the
> net/ixgbe driver had this feature compiled in.
> 
> Fixes: 16ade738fd0d ("app/testpmd: build with meson")
> Cc: stable@dpdk.org
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

For series,
Acked-by: Ferruh Yigit <ferruh.yigit@xilinx.com>


Series applied to dpdk-next-net/main, thanks.


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

end of thread, other threads:[~2022-08-25 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220523071031.1868862-6-david.marchand@redhat.com>
2022-06-17  5:07 ` [PATCH v2 1/3] app/testpmd: restore ixgbe bypass commands David Marchand
2022-07-21  8:05 ` [PATCH v3 " David Marchand
2022-08-25 11:44   ` 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).