On Mon, Jul 07, 2014 at 11:33:18PM +0200, max wrote:
> My packets source:
> FPGA with 4x lan (SFP TL-SM311LS)
>
> My destination:
> i7-4930K ( 6 cores with HT)
> Intel 82599ES 2x2 lan (SFP TL-SM311LS)
>
> Metod:
> FPGA is programmed to send 512MB of data,
>
> on PC create 4 threaads and use this metod, based on examples
> //////////////
> pfr = pfring_open('zc:ethX', 512, PF_RING_DNA_SYMMETRIC_RSS ||
> PF_RING_PROMISC || PF_RING_STRIP_HW_TIMESTAMP)
> pfring_loop(pfr , my_callback , 0);
> //////////////
I am not that familiar with pfring_open, but are you really using logical or's?
Should it be like the following?
pfr = pfring_open('zc:ethX', 512, PF_RING_DNA_SYMMETRIC_RSS | PF_RING_PROMISC
| PF_RING_STRIP_HW_TIMESTAMP)
brian
--
Brian Lavender
http://www.brie.com/brian/
"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."
Professor C. A. R. Hoare
The 1980 Turing award lecture
_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc