DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test/bonding: don't request CRC STRIP offload
@ 2018-07-20 15:59 Ferruh Yigit
  2018-07-26 19:46 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2018-07-20 15:59 UTC (permalink / raw)
  To: Declan Doherty, Chas Williams; +Cc: dev, Ferruh Yigit, stable

bonding PMD doesn't announce CRC STRIP offload support, don't request
this offload in unit test otherwise unit test fails.

Fixes: f52f1a65e461 ("ethdev: force offloading API rules")
Cc: stable@dpdk.org

Reported-by: Meijuan Zhao <meijuanx.zhao@intel.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 test/test/test_link_bonding.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test/test_link_bonding.c b/test/test/test_link_bonding.c
index ff0576a54..0fe1d78eb 100644
--- a/test/test/test_link_bonding.c
+++ b/test/test/test_link_bonding.c
@@ -137,7 +137,6 @@ static struct rte_eth_conf default_pmd_conf = {
 		.mq_mode = ETH_MQ_RX_NONE,
 		.split_hdr_size = 0,
 		.max_rx_pkt_len = ETHER_MAX_LEN,
-		.offloads = DEV_RX_OFFLOAD_CRC_STRIP,
 	},
 	.txmode = {
 		.mq_mode = ETH_MQ_TX_NONE,
-- 
2.17.1

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

* Re: [dpdk-dev] [dpdk-stable] [PATCH] test/bonding: don't request CRC STRIP offload
  2018-07-20 15:59 [dpdk-dev] [PATCH] test/bonding: don't request CRC STRIP offload Ferruh Yigit
@ 2018-07-26 19:46 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-07-26 19:46 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: stable, Declan Doherty, Chas Williams, dev

20/07/2018 17:59, Ferruh Yigit:
> bonding PMD doesn't announce CRC STRIP offload support, don't request
> this offload in unit test otherwise unit test fails.
> 
> Fixes: f52f1a65e461 ("ethdev: force offloading API rules")
> Cc: stable@dpdk.org
> 
> Reported-by: Meijuan Zhao <meijuanx.zhao@intel.com>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

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

end of thread, other threads:[~2018-07-26 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20 15:59 [dpdk-dev] [PATCH] test/bonding: don't request CRC STRIP offload Ferruh Yigit
2018-07-26 19:46 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon

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).