* [dpdk-dev] [PATCH v1] net/octeontx/base: fix debug build with clang
@ 2021-07-09 6:02 Shijith Thotton
2021-07-09 12:11 ` David Marchand
0 siblings, 1 reply; 2+ messages in thread
From: Shijith Thotton @ 2021-07-09 6:02 UTC (permalink / raw)
To: dev; +Cc: David Marchand, jerinj, pbhagavatula, stable
From: David Marchand <david.marchand@redhat.com>
Remove conflicting declaration of this symbol.
Fixes: d0d654986018 ("net/octeontx: support event Rx adapter")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
drivers/net/octeontx/base/octeontx_pkivf.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/octeontx/base/octeontx_pkivf.h b/drivers/net/octeontx/base/octeontx_pkivf.h
index d41eaa57e..8c86841ea 100644
--- a/drivers/net/octeontx/base/octeontx_pkivf.h
+++ b/drivers/net/octeontx/base/octeontx_pkivf.h
@@ -362,7 +362,6 @@ int octeontx_pki_port_open(int port);
int octeontx_pki_port_hash_config(int port, pki_hash_cfg_t *hash_cfg);
int octeontx_pki_port_pktbuf_config(int port, pki_pktbuf_cfg_t *buf_cfg);
int octeontx_pki_port_create_qos(int port, pki_qos_cfg_t *qos_cfg);
-int octeontx_pki_port_close(int port);
int octeontx_pki_port_errchk_config(int port, pki_errchk_cfg_t *cfg);
int octeontx_pki_port_vlan_fltr_config(int port,
pki_port_vlan_filter_config_t *fltr_cfg);
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH v1] net/octeontx/base: fix debug build with clang
2021-07-09 6:02 [dpdk-dev] [PATCH v1] net/octeontx/base: fix debug build with clang Shijith Thotton
@ 2021-07-09 12:11 ` David Marchand
0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2021-07-09 12:11 UTC (permalink / raw)
To: Shijith Thotton
Cc: dev, Jerin Jacob Kollanukkaran, Pavan Nikhilesh, dpdk stable
On Fri, Jul 9, 2021 at 8:03 AM Shijith Thotton <sthotton@marvell.com> wrote:
>
> From: David Marchand <david.marchand@redhat.com>
>
> Remove conflicting declaration of this symbol.
>
> Fixes: d0d654986018 ("net/octeontx: support event Rx adapter")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
Applied, thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-09 12:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 6:02 [dpdk-dev] [PATCH v1] net/octeontx/base: fix debug build with clang Shijith Thotton
2021-07-09 12:11 ` David Marchand
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).