Dear Andrew

Thanks for your attention.
Trex config file <https://paste.ubuntu.com/25807801/>
Trex scenario is default sfr.yaml.
vpp: startup.conf <https://paste.ubuntu.com/25807840/>
I changed size of acl_mheap to '(uword)2<<32' in acl.c
vpp config:
vppctl set interface l2 bridge TenGigabitEthernet86/0/0 1
vppctl set interface l2 bridge TenGigabitEthernet86/0/1 1

vppctl set int state TenGigabitEthernet86/0/0 up
vppctl set int state TenGigabitEthernet86/0/1 up

vppctl set acl-plugin session table hash-table-buckets 1000000
vppctl set acl-plugin session table hash-table-memory 2147483648

vppctl set acl-plugin session timeout udp idle 5
vppctl set acl-plugin session timeout tcp idle 10
vppctl set acl-plugin session timeout tcp transient 5

Regards,
Khers


On Mon, Oct 23, 2017 at 7:52 PM, Andrew 👽 Yourtchenko <ayour...@gmail.com>
wrote:

> Hi,
>
> could you share the exact TRex and VPP config files, so I could
> recreate it locally to investigate further ?
>
> Thanks a lot!
>
> --a
>
> On 10/23/17, khers <s3m2e1.6s...@gmail.com> wrote:
> > Dear folks
> >
> > I have bridged two interfaces and set permit+reflect acl on the input of
> > interface one and deny rule on output of same interface as follow:
> >
> > acl_add_replace permit+reflect
> > acl_add_replace deny
> >
> > acl_interface_add_del sw_if_index 1 add input acl 0
> > acl_interface_add_del sw_if_index 1 add output acl 1
> >
> >
> > after about 100 seconds of running Trex with sfr scenario I got sigsegv.
> > this is gdb's backtrace <https://pastebin.com/VvZ9Z3Nf>.
> >
> > Trex :
> > ./t-rex-64 -f cap2/sfr.yaml -m 5 -c 4
> >
> >
> > Regards,
> > Khers
> >
>
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to