> Hi guys,
I have tried to consolidate design related questions here. If I have missed
anything, please add.
>
> >
> > From: Ruifeng Wang
> >
> > Currently, the tbl8 group is freed even though the readers might be
> > using the tbl8 group entries. The freed tbl8 group can be reallocated
> > q
> > > > > > Add resource reclamation APIs to make it simple for
> > > > > > applications and libraries to integrate rte_rcu library.
> > > > > >
> > > > > > Signed-off-by: Honnappa Nagarahalli
> > > > > >
> > > > > > Reviewed-by: Ola Liljedhal
> > > > > > Reviewed-by: Ruifeng Wang
> > > > > >
Hi Vladimir,
Apologies for the delayed response, I had to run few experiments.
>
> Hi Honnappa,
>
> On 01/10/2019 07:29, Honnappa Nagarahalli wrote:
> > Add resource reclamation APIs to make it simple for applications and
> > libraries to integrate rte_rcu library.
> >
> > Signed-off-b
Hi Ruifeng,
Typically, we have followed the convention of adding comments whenever
C11 atomic APIs are used. Can you please add comments indicating why acquire or
release semantics are used?
> -Original Message-
> From: Ruifeng Wang
> Sent: Friday, October 11, 2019 9:44 PM
> To:
24/09/2019 19:03, Ananyev, Konstantin:
> > Jerin Jacob (8):
> > bpf/arm64: add build infrastructure
> > bpf/arm64: add prologue and epilogue
> > bpf/arm64: add basic arithmetic operations
> > bpf/arm64: add logical operations
> > bpf/arm64: add byte swap operations
> > bpf/arm64: add lo
16/08/2019 15:01, Ananyev, Konstantin:
> > From: Jerin Jacob
> >
> > RTE_BPF_ARG_PTR_STACK is used as internal program
> > arg type. Rename to RTE_BPF_ARG_RESERVED to
> > avoid exposing internal program type.
> >
> > Signed-off-by: Jerin Jacob
>
> Acked-by: Konstantin Ananyev
> Tested-by: Kon
05/09/2019 16:53, Ferruh Yigit:
> --- a/app/test-pmd/testpmd.h
> +++ b/app/test-pmd/testpmd.h
> @@ -507,7 +507,8 @@ struct vxlan_encap_conf {
> uint8_t eth_src[RTE_ETHER_ADDR_LEN];
> uint8_t eth_dst[RTE_ETHER_ADDR_LEN];
> };
> -struct vxlan_encap_conf vxlan_encap_conf;
> +
> +extern st
12/09/2019 15:43, Christian Ehrhardt:
> > On Wed, Sep 4, 2019 at 11:18 AM Bruce Richardson
> > wrote:
> > > > On Mon, Sep 2, 2019 at 9:09 AM Christian Ehrhardt
> > > > wrote:
> > > > > > On Thu, 2019-08-29 at 16:34 +0100, Bruce Richardson wrote:
> > > > > > > On Thu, Aug 29, 2019 at 05:30:03PM +0
>During LTO build compiler reports some 'false positive' warnings about
>variables being possibly used uninitialized. This patch silences these
>warnings.
>
>Signed-off-by: Andrzej Ostruszka
Acked-by: Pavan Nikhilesh
>---
> drivers/event/octeontx2/otx2_tim_worker.h | 2 +-
> 1 file changed, 1 i
On Sat, 12 Oct 2019 02:26:26 +0200
Alfredo Cardigliano wrote:
> The patch series provides an initial version of a
> poll mode driver for Pensando network adapters.
> The driver name is ionic.
>
> ---
>
> Alfredo Cardigliano (17):
> net/ionic: add skeleton
> net/ionic: add hardware s
On Sat, 12 Oct 2019 02:26:57 +0200
Alfredo Cardigliano wrote:
> @@ -37,6 +37,7 @@ ifeq ($(shell test $(GCC_VERSION) -ge 44 && echo 1), 1)
> CFLAGS += -Wno-deprecated -Wno-unused-parameter -Wno-unused-value
> CFLAGS += -Wno-strict-aliasing -Wno-format-extra-args
> CFLAGS += -Wno-missing-field-i
On Sat, 12 Oct 2019 02:26:41 +0200
Alfredo Cardigliano wrote:
> +#ifdef RTE_LIBRTE_IONIC_DEBUG_RX
> +#define ionic_rx_print(level, fmt, args...) RTE_LOG(level, PMD, \
> + "%s(): " fmt "\n", __func__, ## args)
> +#else
> +#define ionic_rx_print(level, fmt, args...) do { } while (0)
> +
Hi Ferruh,
Thanks for your comments and modify.
Best Regards
Xiaoyun Wang
On 10/10/2019 3:52 PM, Xiaoyun wang wrote:
Add new supported features to rst file and add features to ini file.
Signed-off-by: Xiaoyun wang
---
doc/guides/nics/features/hinic.ini | 2 ++
doc/guides/rel_no
On Tue, Sep 17, 2019 at 1:28 PM Andrzej Ostruszka wrote:
>
> During LTO build compiler reports some 'false positive' warnings about
> variables being possibly used uninitialized. This patch silences these
> warnings.
>
> Signed-off-by: Andrzej Ostruszka
# Please fix check-git-log.sh errors.
Mis
On Tue, Sep 17, 2019 at 1:28 PM Andrzej Ostruszka wrote:
>
> Fix the logic for the case of event queue allowing all schedule types.
>
> Signed-off-by: Andrzej Ostruszka
This fix looks good to me.
# Please fix check-git-log.sh errors.
Missing 'Fixes' tag:
eventdev: fix possible use of un
On Sat, Oct 12, 2019 at 8:10 AM Joyce Kong wrote:
>
> Update cross build tool links as newer cross build tools
> version are provided on Linaro.
> And remove the command 'git checkout' which results in
> compiling error when cross building.
>
> Fixes: 01add9da25cd ("doc: add cross compiling guide"
From: Jerin Jacob
Update the armv8 crypto PMD maintainership.
https://github.com/caviumnetworks/armv8_crypto external crypto
the library will not be maintained and probably removed soon
therefor updating the PMD documentation to reflect the same.
Signed-off-by: Jerin Jacob
---
This patch is b
17 matches
Mail list logo