<div dir="ltr">Hello, <div>I'm really sorry to ask a lot... but I want to make sure that what I did is right or not</div><div><div><br></div><div>I compared two modes</div><div>1. default poll mode</div><div>2. interrupt mode (In my understand.. it is kind of an event driven mode in dpdk)</div><div><br></div><div>[Test 1] - poll mode</div><div> $ sudo ./examples/dpdk-l3fwd -l 1-3 -n 4 -- -p 0x3 --config="(0,0,1)"<br><b> power: about 36W</b><br><br></div><div>[Test 2] - event driven mode</div><div> $ sudo ./examples/dpdk-l3fwd-power -l 1-3 -n 4 -- -p 0x03 --config="(0,0,1)" --interrupt-only<br></div></div><div><b> power: about 12W</b><br></div><div><b><br></b></div><div><b><br></b></div><div>When Idle situation, Test1 uses a core 100% and Test2 doesn't use a core a lot (almost 0%), so I think I can say "In idle mode, Test2 Mode(event driven) reduces power by 1/3 compared to poll mode." Is it correct??</div><div><br></div><div>BR,</div><div>Jaehong Lee<br></div></div>