04/11/2021 19:48, Tal Shnaiderman:
> Added table to the crypto device drivers documentation
> stating the support of each PMD on Linux, FreeBSD and Windows.
>
> Signed-off-by: Tal Shnaiderman
>
> ---
> v2: add chacha20_poly1305 to the table [AkhilG]
> ---
> doc/guides/conf.py
04/11/2021 15:00, Jerin Jacob Kollanukkaran:
> http://dpdk.org/git/next/dpdk-next-eventdev
Pulled, thanks.
06/11/2021 10:27, Min Hu (Connor):
> Hi, Jonas Pfefferle and all,
> I met one questions:
> When I ran APP on Kasan OS, secondary process occasionally init
> failed.
>
> BTW:
> testpmd is built with Asan, that is to add "CFLAGS="-fsanitize=address
> -fno-omit-frame-pointer -pthread"".
06/11/2021 10:01, David Marchand:
> On Fri, Nov 5, 2021 at 10:11 PM Thomas Monjalon wrote:
> > --- a/doc/guides/prog_guide/flow_classify_lib.rst
> > +++ b/doc/guides/prog_guide/flow_classify_lib.rst
> > @@ -366,7 +366,7 @@ Packet Matching
> > ~~~
> >
> > The ``rte_flow_classifier_que
04/11/2021 20:13, Akhil Goyal:
> http://dpdk.org/git/next/dpdk-next-crypto
Pulled, thanks.
Hi, Jonas Pfefferle and all,
I met one questions:
When I ran APP on Kasan OS, secondary process occasionally init
failed.
BTW:
testpmd is built with Asan, that is to add "CFLAGS="-fsanitize=address
-fno-omit-frame-pointer -pthread"".
Kasan OS is what opens this:
CONFIG_SLUB_DEBU
On Fri, Nov 5, 2021 at 10:11 PM Thomas Monjalon wrote:
>
> The script devtools/check-dup-words.sh can detect some words
> which are duplicated.
>
Err, that's one of our private checks.
Good to pass it every once in a while.
But checkpatch.pl itself is supposed to do a similar job for new changes
31/10/2021 20:17, Akhil Goyal:
> >
> > > This promotes the bbdev interface to stable.
> > > Overdue for some time as bbdev interface has been stable.
> > >
> > > Signed-off-by: Nicolas Chautru
> > > ---
> > Acked-by: Akhil Goyal
> >
> > If anybody has any objections please raise or else this pa
Trying to disable the vhost library, meson will complain it can't build
the vhost* and vdpa examples when passing -Dexamples=all.
-Dexamples=all skips examples if the example itself announces it can't
be built (for external dependencies, internal dependencies and other
reasons).
Since examples/mes
On Fri, Nov 5, 2021 at 2:39 PM Bruce Richardson
wrote:
> > @@ -104,6 +104,22 @@ foreach example: examples
> > deps = ['eal', 'mempool', 'net', 'mbuf', 'ethdev', 'cmdline']
> > subdir(example)
> >
> > +if build
> > +dep_objs = ext_deps
> > +foreach d:deps
> > +
06/11/2021 09:39, Andrew Rybchenko:
> On 11/5/21 11:14 PM, Thomas Monjalon wrote:
> > 05/11/2021 20:05, Ferruh Yigit:
> >> On 11/5/2021 8:33 AM, Andrew Rybchenko wrote:
> >>> From: Viacheslav Galaktionov
> >>>
> >>> DMA on SN1022 SoC requires extra mapping of the memory via MCDI.
> >>> The mapping
On 11/5/21 11:14 PM, Thomas Monjalon wrote:
> 05/11/2021 20:05, Ferruh Yigit:
>> On 11/5/2021 8:33 AM, Andrew Rybchenko wrote:
>>> From: Viacheslav Galaktionov
>>>
>>> DMA on SN1022 SoC requires extra mapping of the memory via MCDI.
>>> The mapping is expensive on datapath, so make it a build-time
05/11/2021 22:33, Ferruh Yigit:
> On 11/5/2021 4:26 PM, Stephen Hemminger wrote:
> > On Fri, 05 Nov 2021 16:05:14 +0100
> > Thomas Monjalon wrote:
> >
> >
> > What do you think about marking old macros as deprecated?
> >
> > This will cause warning in application code that is usin
13 matches
Mail list logo