zeek worker nodes

Hello Team,

could you please share the details if anyone of you deployed worker nodes .a little background of what iam doing
1.installed zeek
2.we are seeing 40% packet loss on interface
3.installed pf_ring but i was not able to do the below step as i already installed zeek(not compiled from source).It is a yum install
ldd /usr/local/bro/bin/bro | grep pcap libpcap.so.1 => /opt/pfring/lib/libpcap.so.1

4.i went a ahead and spawn 2 worker nodes
[worker-1]
type=worker
host=localhost
interface=eth0
lb_method=pf_ring
lb_procs=10
pin_cpus=2,3,4,5,6,7,8,9,10,11

[worker-2]
type=worker
host=localhost
interface=eth0
lb_method=pf_ring
lb_procs=10
pin_cpus=12,13,14,15,16,17,18,19,20,21

Hello Team,

could you please share the details if anyone of you deployed worker nodes .a little background of what iam doing
1.installed zeek
2.we are seeing 40% packet loss on interface
3.installed pf_ring but i was not able to do the below step as i already installed zeek(not compiled from source).It is a yum install
ldd /usr/local/bro/bin/bro | grep pcap libpcap.so.1 => /opt/pfring/lib/libpcap.so.1

4.i went a ahead and spawn 2 worker nodes
[worker-1]
type=worker
host=localhost
interface=eth0
lb_method=pf_ring
lb_procs=10
pin_cpus=2,3,4,5,6,7,8,9,10,11

[worker-2]
type=worker
host=localhost
interface=eth0
lb_method=pf_ring
lb_procs=10
pin_cpus=12,13,14,15,16,17,18,19,20,21

5.iam still seeing packet drops after spinning 2 worker nodes

my question is did any one implement worker nodes and saw any improvements

any help is much appreciated

thanks
Venkatesh