Re: [dpdk-dev] [PATCH] rte_lpm6: fix incorrect size of tbl8 group

2020-04-24 Thread Thomas Monjalon
08/04/2020 15:11, Bruce Richardson: > On Wed, Apr 08, 2020 at 03:07:30PM +0200, Alex Kiselev wrote: > > rte_lpm6: fix incorrect size of tbl8 group > > Fixes: e480688dce6d ("lpm6: add incremental update on delete") > > > > Signed-off-by: Alex Kiselev > > --- > Acked-by: Bruce Richardson Applied,

Re: [dpdk-dev] [PATCH] rte_lpm6: fix incorrect size of tbl8 group

2020-04-16 Thread Andrzej Ostruszka [C]
On 4/7/20 1:52 PM, Alex Kiselev wrote: > rte_lpm6: fix incorrect size of tbl8 group > > Signed-off-by: Alex Kiselev > --- > lib/librte_lpm/rte_lpm6.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/librte_lpm/rte_lpm6.c b/lib/librte_lpm/rte_lpm6.c > index 1047efa8

Re: [dpdk-dev] [PATCH] rte_lpm6: fix incorrect size of tbl8 group

2020-04-08 Thread Kevin Traynor
On 08/04/2020 14:07, Alex Kiselev wrote: > rte_lpm6: fix incorrect size of tbl8 group > Fixes: e480688dce6d ("lpm6: add incremental update on delete") Cc: sta...@dpdk.org Thanks for Cc'ing stable. It is better to add the tag directly in the commit message as we automate checking for the tag in dp

Re: [dpdk-dev] [PATCH] rte_lpm6: fix incorrect size of tbl8 group

2020-04-08 Thread Bruce Richardson
On Wed, Apr 08, 2020 at 03:07:30PM +0200, Alex Kiselev wrote: > rte_lpm6: fix incorrect size of tbl8 group > Fixes: e480688dce6d ("lpm6: add incremental update on delete") > > Signed-off-by: Alex Kiselev > --- Acked-by: Bruce Richardson

[dpdk-dev] [PATCH] rte_lpm6: fix incorrect size of tbl8 group

2020-04-08 Thread Alex Kiselev
rte_lpm6: fix incorrect size of tbl8 group Fixes: e480688dce6d ("lpm6: add incremental update on delete") Signed-off-by: Alex Kiselev --- lib/librte_lpm/rte_lpm6.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_lpm/rte_lpm6.c b/lib/librte_lpm/rte_lpm6.c index 1

Re: [dpdk-dev] [PATCH] rte_lpm6: fix incorrect size of tbl8 group

2020-04-08 Thread Bruce Richardson
On Tue, Apr 07, 2020 at 02:52:57PM +0300, Alex Kiselev wrote: > rte_lpm6: fix incorrect size of tbl8 group > Missing Cc: sta...@dpdk.org and fixes line, which I believe should be: Fixes: e480688dce6d ("lpm6: add incremental update on delete") > Signed-off-by: Alex Kiselev > --- > lib/librte_

[dpdk-dev] [PATCH] rte_lpm6: fix incorrect size of tbl8 group

2020-04-07 Thread Alex Kiselev
rte_lpm6: fix incorrect size of tbl8 group Signed-off-by: Alex Kiselev --- lib/librte_lpm/rte_lpm6.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_lpm/rte_lpm6.c b/lib/librte_lpm/rte_lpm6.c index 1047efa8a..f5979fb15 100644 --- a/lib/librte_lpm/rte_lpm6.c +++ b