Mailing List Archive

pf_ring rpms and init scripts
I'm setting up some new servers and hoping to be able to use
the rpms to manage my pf_ring installation. I don't seem to
see any init scripts in /etc/init.d or /usr/lib/systemd/system
for setting up the ixgbe driver properly.

Should I set up the load_drivers.sh script to run on boot somehow?

Also, I still get confused as to the proper RSS line. If I have
X cores should I be insmodding the driver with

insmod ./ixgbe.ko RSS=1,(1, X-2 times),1
insmod ./ixgbe.ko RSS=0,(0, X-2 times),0
insmod ./ixgbe.ko RSS=0,0,0,0

?

Thanks,

--
Jim Hranicky
Data Security Specialist
UF Information Technology
105 NW 16TH ST Room #104 GAINESVILLE FL 32603-1826
352-273-1341
_______________________________________________
Ntop-misc mailing list
Ntop-misc@listgateway.unipi.it
http://listgateway.unipi.it/mailman/listinfo/ntop-misc
Re: pf_ring rpms and init scripts [ In reply to ]
Hi Jim
please read https://github.com/ntop/PF_RING/blob/dev/doc/README.apt_rpm_packages <https://github.com/ntop/PF_RING/blob/dev/doc/README.apt_rpm_packages>
and https://github.com/ntop/PF_RING/blob/dev/doc/README.RSS <https://github.com/ntop/PF_RING/blob/dev/doc/README.RSS>
and let us know if something is not working.

Alfredo

> On 28 Sep 2016, at 17:35, Jim Hranicky <jfh@ufl.edu> wrote:
>
> I'm setting up some new servers and hoping to be able to use
> the rpms to manage my pf_ring installation. I don't seem to
> see any init scripts in /etc/init.d or /usr/lib/systemd/system
> for setting up the ixgbe driver properly.
>
> Should I set up the load_drivers.sh script to run on boot somehow?
>
> Also, I still get confused as to the proper RSS line. If I have
> X cores should I be insmodding the driver with
>
> insmod ./ixgbe.ko RSS=1,(1, X-2 times),1
> insmod ./ixgbe.ko RSS=0,(0, X-2 times),0
> insmod ./ixgbe.ko RSS=0,0,0,0

The number of items depends on the number of interfaces, not on the number of cores, as in the README above.

Alfredo

>
> ?
>
> Thanks,
>
> --
> Jim Hranicky
> Data Security Specialist
> UF Information Technology
> 105 NW 16TH ST Room #104 GAINESVILLE FL 32603-1826
> 352-273-1341
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc