On Tue, Jun 30, 2020 at 7:09 PM David Marchand
wrote:
>
> On Fri, Jun 26, 2020 at 2:38 PM Jerin Jacob wrote:
> > > Or no declaration in macro and leave code as it is.
> >
> > I dont see anything wrong with that. Do you have technical rationale
> > for the above rule?
>
> Avoid global symbols when
On Fri, Jun 26, 2020 at 2:38 PM Jerin Jacob wrote:
> > Or no declaration in macro and leave code as it is.
>
> I dont see anything wrong with that. Do you have technical rationale
> for the above rule?
Avoid global symbols when unneeded.
Global symbols can be hidden with shared build, but that's
On Fri, Jun 26, 2020 at 6:07 PM Jerin Jacob wrote:
>
> On Fri, Jun 26, 2020 at 5:46 PM David Marchand
> wrote:
> >
> > On Fri, Jun 26, 2020 at 2:06 PM Jerin Jacob wrote:
> > >
> > > On Fri, Jun 26, 2020 at 5:13 PM David Marchand
> > > wrote:
> > > >
> > > > On Fri, Jun 26, 2020 at 1:16 PM Jerin
On Fri, Jun 26, 2020 at 5:46 PM David Marchand
wrote:
>
> On Fri, Jun 26, 2020 at 2:06 PM Jerin Jacob wrote:
> >
> > On Fri, Jun 26, 2020 at 5:13 PM David Marchand
> > wrote:
> > >
> > > On Fri, Jun 26, 2020 at 1:16 PM Jerin Jacob wrote:
> > > > > > Alternative is to keep variable declaration o
On Fri, Jun 26, 2020 at 2:06 PM Jerin Jacob wrote:
>
> On Fri, Jun 26, 2020 at 5:13 PM David Marchand
> wrote:
> >
> > On Fri, Jun 26, 2020 at 1:16 PM Jerin Jacob wrote:
> > > > > Alternative is to keep variable declaration outside,
> > > > > as David suggested, and I tend to agree that it is a
On Fri, Jun 26, 2020 at 2:06 PM Jerin Jacob wrote:
>
> On Fri, Jun 26, 2020 at 5:13 PM David Marchand
> wrote:
> >
> > On Fri, Jun 26, 2020 at 1:16 PM Jerin Jacob wrote:
> > > > > Alternative is to keep variable declaration outside,
> > > > > as David suggested, and I tend to agree that it is a
On Fri, Jun 26, 2020 at 5:13 PM David Marchand
wrote:
>
> On Fri, Jun 26, 2020 at 1:16 PM Jerin Jacob wrote:
> > > > Alternative is to keep variable declaration outside,
> > > > as David suggested, and I tend to agree that it is a
> > > > bit better. Macro name says 'register'. It is not
> > > >
On Fri, Jun 26, 2020 at 1:16 PM Jerin Jacob wrote:
> > > Alternative is to keep variable declaration outside,
> > > as David suggested, and I tend to agree that it is a
> > > bit better. Macro name says 'register'. It is not
> > > 'declare and register'. Also it avoids static-vs-extern
> > > probl
On Wed, Jun 24, 2020 at 11:40 PM Jerin Jacob wrote:
>
> On Wed, Jun 24, 2020 at 9:13 PM Andrew Rybchenko
> wrote:
> >
> > On 6/24/20 6:32 PM, Jerin Jacob wrote:
> > > On Wed, Jun 24, 2020 at 8:56 PM Andrew Rybchenko
> > > wrote:
> > >>
> > >> On 6/24/20 4:11 PM, Jerin Jacob wrote:
> > >>> On Wed
On Wed, Jun 24, 2020 at 9:13 PM Andrew Rybchenko
wrote:
>
> On 6/24/20 6:32 PM, Jerin Jacob wrote:
> > On Wed, Jun 24, 2020 at 8:56 PM Andrew Rybchenko
> > wrote:
> >>
> >> On 6/24/20 4:11 PM, Jerin Jacob wrote:
> >>> On Wed, Jun 17, 2020 at 3:51 PM Andrew Rybchenko
> >>> wrote:
>
> On
On 6/24/20 6:32 PM, Jerin Jacob wrote:
> On Wed, Jun 24, 2020 at 8:56 PM Andrew Rybchenko
> wrote:
>>
>> On 6/24/20 4:11 PM, Jerin Jacob wrote:
>>> On Wed, Jun 17, 2020 at 3:51 PM Andrew Rybchenko
>>> wrote:
On 6/17/20 1:02 PM, David Marchand wrote:
> On Wed, Jun 17, 2020 at 8:30 AM
On Wed, Jun 24, 2020 at 8:56 PM Andrew Rybchenko
wrote:
>
> On 6/24/20 4:11 PM, Jerin Jacob wrote:
> > On Wed, Jun 17, 2020 at 3:51 PM Andrew Rybchenko
> > wrote:
> >>
> >> On 6/17/20 1:02 PM, David Marchand wrote:
> >>> On Wed, Jun 17, 2020 at 8:30 AM wrote:
>
> From: Jerin Jacob
> >
On 6/24/20 4:11 PM, Jerin Jacob wrote:
> On Wed, Jun 17, 2020 at 3:51 PM Andrew Rybchenko
> wrote:
>>
>> On 6/17/20 1:02 PM, David Marchand wrote:
>>> On Wed, Jun 17, 2020 at 8:30 AM wrote:
From: Jerin Jacob
Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
On Wed, Jun 17, 2020 at 3:51 PM Andrew Rybchenko
wrote:
>
> On 6/17/20 1:02 PM, David Marchand wrote:
> > On Wed, Jun 17, 2020 at 8:30 AM wrote:
> >>
> >> From: Jerin Jacob
> >>
> >> Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
> >> in the log registration process.
> >>
>
On Wed, Jun 17, 2020 at 3:56 PM Andrew Rybchenko
wrote:
>
> On 6/17/20 1:00 PM, Thomas Monjalon wrote:
> > 17/06/2020 08:30, jer...@marvell.com:
> >> From: Jerin Jacob
> >>
> >> Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
> >> in the log registration process.
> >>
> >> It
On 17-Jun-20 12:00 PM, jer...@marvell.com wrote:
From: Jerin Jacob
Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
in the log registration process.
It is a wrapper macro for declaring the logtype, register the log and sets
it's level in the constructor context.
Signed-off
On 6/17/20 1:00 PM, Thomas Monjalon wrote:
> 17/06/2020 08:30, jer...@marvell.com:
>> From: Jerin Jacob
>>
>> Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
>> in the log registration process.
>>
>> It is a wrapper macro for declaring the logtype, register the log and sets
>>
On 6/17/20 1:02 PM, David Marchand wrote:
> On Wed, Jun 17, 2020 at 8:30 AM wrote:
>>
>> From: Jerin Jacob
>>
>> Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
>> in the log registration process.
>>
>> It is a wrapper macro for declaring the logtype, register the log and set
On Wed, Jun 17, 2020 at 8:30 AM wrote:
>
> From: Jerin Jacob
>
> Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
> in the log registration process.
>
> It is a wrapper macro for declaring the logtype, register the log and sets
Having the logtype variable declared as part of
17/06/2020 08:30, jer...@marvell.com:
> From: Jerin Jacob
>
> Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
> in the log registration process.
>
> It is a wrapper macro for declaring the logtype, register the log and sets
> it's level in the constructor context.
>
> Signe
From: Jerin Jacob
Introducing the RTE_LOG_REGISTER macro to avoid the code duplication
in the log registration process.
It is a wrapper macro for declaring the logtype, register the log and sets
it's level in the constructor context.
Signed-off-by: Jerin Jacob
---
lib/librte_eal/include/rte_l
21 matches
Mail list logo