patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] ethdev: fix eCPRI header generic data field
@ 2020-11-23 12:29 Viacheslav Ovsiienko
  2020-11-23 12:46 ` Bing Zhao
  0 siblings, 1 reply; 4+ messages in thread
From: Viacheslav Ovsiienko @ 2020-11-23 12:29 UTC (permalink / raw)
  To: dev; +Cc: thomas, ranish, ferruh.yigit, bingz, stable

There was a typo in eCPRI header definition.

Fixes: d164c609e70b ("ethdev: add eCPRI key fields to flow API")
Cc: stable@dpdk.org

Reported-by: Rani Sharoni <ranish@nvidia.com>
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
---
 lib/librte_net/rte_ecpri.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_net/rte_ecpri.h b/lib/librte_net/rte_ecpri.h
index d1c4838..1cbd6d8 100644
--- a/lib/librte_net/rte_ecpri.h
+++ b/lib/librte_net/rte_ecpri.h
@@ -167,7 +167,7 @@ struct rte_ecpri_combined_msg_hdr {
 		struct rte_ecpri_msg_iq_data type0;
 		struct rte_ecpri_msg_bit_seq type1;
 		struct rte_ecpri_msg_rtc_ctrl type2;
-		struct rte_ecpri_msg_bit_seq type3;
+		struct rte_ecpri_msg_gen_data type3;
 		struct rte_ecpri_msg_rm_access type4;
 		struct rte_ecpri_msg_delay_measure type5;
 		struct rte_ecpri_msg_remote_reset type6;
-- 
1.8.3.1


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

end of thread, other threads:[~2020-11-26  0:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-23 12:29 [dpdk-stable] [PATCH] ethdev: fix eCPRI header generic data field Viacheslav Ovsiienko
2020-11-23 12:46 ` Bing Zhao
2020-11-23 14:39   ` Ferruh Yigit
2020-11-26  0:15     ` 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).