DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v20.11] net/dpaa: fix public API port ID type
@ 2020-07-10 21:52 Ferruh Yigit
  2020-08-25 17:51 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2020-07-10 21:52 UTC (permalink / raw)
  To: Hemant Agrawal, Sachin Saxena; +Cc: dev, Ferruh Yigit

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
Hi Hemant,

Can you please send a deprecation notice to be able to fix in 20.11?

btw, is this API still used, if it is not used should it be deprecated?
---
 drivers/net/dpaa/rte_pmd_dpaa.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/dpaa/rte_pmd_dpaa.h b/drivers/net/dpaa/rte_pmd_dpaa.h
index 37eea9b032..07a5688291 100644
--- a/drivers/net/dpaa/rte_pmd_dpaa.h
+++ b/drivers/net/dpaa/rte_pmd_dpaa.h
@@ -31,6 +31,6 @@
  *   - (-EINVAL) if bad parameter.
  */
 int
-rte_pmd_dpaa_set_tx_loopback(uint8_t port, uint8_t on);
+rte_pmd_dpaa_set_tx_loopback(uint16_t port, uint8_t on);
 
 #endif /* _PMD_DPAA_H_ */
-- 
2.25.4


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

end of thread, other threads:[~2020-09-14 17:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10 21:52 [dpdk-dev] [PATCH v20.11] net/dpaa: fix public API port ID type Ferruh Yigit
2020-08-25 17:51 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2020-08-26  5:15   ` Hemant Agrawal
2020-09-14 17:37     ` 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).