Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix dependency on core 0

2020-04-05 Thread Akhil Goyal
> > > > Acked-by: Anoob Joseph > > Applied to dpdk-next-crypto > > Thanks. Squashed to the original patch which introduced the issue as it is not submitted to master branch yet.

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix dependency on core 0

2020-04-05 Thread Akhil Goyal
> > > > If core 0 is not included in coremask in event mode then ipsec-secgw seg > > faults. > > This fix uses first core from coremask in rx queue configuration instead of > > core > 0 > > which was always previously used. > > > > Signed-off-by: Lukasz Bartosik > > --- > > examples/ipsec-sec

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix dependency on core 0

2020-04-01 Thread Anoob Joseph
> > If core 0 is not included in coremask in event mode then ipsec-secgw seg > faults. > This fix uses first core from coremask in rx queue configuration instead of > core 0 > which was always previously used. > > Signed-off-by: Lukasz Bartosik > --- > examples/ipsec-secgw/ipsec-secgw.c | 2

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix dependency on core 0

2020-03-30 Thread Lukasz Bartosik
If core 0 is not included in coremask in event mode then ipsec-secgw seg faults. This fix uses first core from coremask in rx queue configuration instead of core 0 which was always previously used. Signed-off-by: Lukasz Bartosik --- examples/ipsec-secgw/ipsec-secgw.c | 2 +- 1 file changed, 1 in