DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] bus/fslmc: add QBMAN driver to bus patch problem
@ 2018-03-29 11:48 Rybalchenko, Kirill
  2018-04-17 12:13 ` Maxime Coquelin
  0 siblings, 1 reply; 3+ messages in thread
From: Rybalchenko, Kirill @ 2018-03-29 11:48 UTC (permalink / raw)
  To: Hemant Agrawal; +Cc: dev

Hello Hemant,
I found that a number of patches submitted for 18.05 release fail in compilation:

Failed Build #1:
OS: CentOS7_64
Target: x86_64-native-linuxapp-clang
In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.c:7:
In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.h:7:
In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys.h:21:
In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys_decl.h:7:
/home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/fsl_qbman_base.h:9:19: error: redefinition of typedef 'dma_addr_t' is a C11 feature [-Werror,-Wtypedef-redefinition]
typedef uint64_t  dma_addr_t;
                  ^
/home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/compat.h:35:18: note: previous definition is here
typedef uint64_t        dma_addr_t;

This failure caused by patch "bus/fslmc: add QBMAN driver to bus"
commit 
531b17a780dc5f486e8be8d82d1ccd077ea25f14
from Apr 11 2017

Could you please have a look to your patch?

Thanks, 
Kirill Rybalchenko.

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

* Re: [dpdk-dev] bus/fslmc: add QBMAN driver to bus patch problem
  2018-03-29 11:48 [dpdk-dev] bus/fslmc: add QBMAN driver to bus patch problem Rybalchenko, Kirill
@ 2018-04-17 12:13 ` Maxime Coquelin
  2018-04-17 12:20   ` Hemant Agrawal
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Coquelin @ 2018-04-17 12:13 UTC (permalink / raw)
  To: Rybalchenko, Kirill, Hemant Agrawal; +Cc: dev

Hi Hemant

On 03/29/2018 01:48 PM, Rybalchenko, Kirill wrote:
> Hello Hemant,
> I found that a number of patches submitted for 18.05 release fail in compilation:
> 
> Failed Build #1:
> OS: CentOS7_64
> Target: x86_64-native-linuxapp-clang
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.c:7:
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.h:7:
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys.h:21:
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys_decl.h:7:
> /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/fsl_qbman_base.h:9:19: error: redefinition of typedef 'dma_addr_t' is a C11 feature [-Werror,-Wtypedef-redefinition]
> typedef uint64_t  dma_addr_t;
>                    ^
> /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/compat.h:35:18: note: previous definition is here
> typedef uint64_t        dma_addr_t;
> 
> This failure caused by patch "bus/fslmc: add QBMAN driver to bus"
> commit
> 531b17a780dc5f486e8be8d82d1ccd077ea25f14
> from Apr 11 2017
> 
> Could you please have a look to your patch?

Did you find time to have a look at it?
It breaks automated clang builds, so this is quite annoying.
My clang version:

clang version 3.4.2 (tags/RELEASE_34/dot2-final)

Thanks in advance,
Maxime
> Thanks,
> Kirill Rybalchenko.
> 
> 

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

* Re: [dpdk-dev] bus/fslmc: add QBMAN driver to bus patch problem
  2018-04-17 12:13 ` Maxime Coquelin
@ 2018-04-17 12:20   ` Hemant Agrawal
  0 siblings, 0 replies; 3+ messages in thread
From: Hemant Agrawal @ 2018-04-17 12:20 UTC (permalink / raw)
  To: kirill.rybalchenko, maxime.coquelin; +Cc: dev

I missed it. We will check it asap.

Sent from my Android phone using TouchDown (www.symantec.com)

-----Original Message-----
From: Maxime Coquelin [maxime.coquelin@redhat.com]
Received: Tuesday, 17 Apr 2018, 5:43PM
To: Rybalchenko, Kirill [kirill.rybalchenko@intel.com]; Hemant Agrawal [hemant.agrawal@nxp.com]
CC: dev@dpdk.org [dev@dpdk.org]
Subject: Re: [dpdk-dev] bus/fslmc: add QBMAN driver to bus patch problem

Hi Hemant

On 03/29/2018 01:48 PM, Rybalchenko, Kirill wrote:
> Hello Hemant,
> I found that a number of patches submitted for 18.05 release fail in compilation:
>
> Failed Build #1:
> OS: CentOS7_64
> Target: x86_64-native-linuxapp-clang
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.c:7:
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_portal.h:7:
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys.h:21:
> In file included from /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/qbman_sys_decl.h:7:
> /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/fsl_qbman_base.h:9:19: error: redefinition of typedef 'dma_addr_t' is a C11 feature [-Werror,-Wtypedef-redefinition]
> typedef uint64_t  dma_addr_t;
>                    ^
> /home/patchWorkOrg/compilation/drivers/bus/fslmc/qbman/include/compat.h:35:18: note: previous definition is here
> typedef uint64_t        dma_addr_t;
>
> This failure caused by patch "bus/fslmc: add QBMAN driver to bus"
> commit
> 531b17a780dc5f486e8be8d82d1ccd077ea25f14
> from Apr 11 2017
>
> Could you please have a look to your patch?

Did you find time to have a look at it?
It breaks automated clang builds, so this is quite annoying.
My clang version:

clang version 3.4.2 (tags/RELEASE_34/dot2-final)

Thanks in advance,
Maxime
> Thanks,
> Kirill Rybalchenko.
>
>

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

end of thread, other threads:[~2018-04-17 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29 11:48 [dpdk-dev] bus/fslmc: add QBMAN driver to bus patch problem Rybalchenko, Kirill
2018-04-17 12:13 ` Maxime Coquelin
2018-04-17 12:20   ` Hemant Agrawal

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