Re: [lng-odp] loopback interface

2015-05-28 Thread Bala
I am get pcaps for classification rules but currently the classification validation suite creates packets with different values for PMR rules and sends them across the loop back interface to test classification feature. So if I understand correctly is the pcap file going to recreate this

[lng-odp] loopback interface

2015-05-28 Thread Ola Liljedahl
Is the loopback interface supposed to be supported in all ODP implementations? And it will have the same functionality as real pktio interfaces? I was thinking of feeding the loopback interface packets that are read from a pcap file. Classification rules could then be associated with the loopback

Re: [lng-odp] loopback interface

2015-05-28 Thread Ola Liljedahl
: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of ext Mario Torrecillas Rodriguez Sent: Thursday, May 28, 2015 1:50 PM To: Bala; Mike Holmes Cc: LNG ODP Mailman List Subject: Re: [lng-odp] loopback interface On a related noteŠ It is my current understanding

Re: [lng-odp] loopback interface

2015-05-28 Thread Bala Manoharan
Hi, Yes. Lookback interface should behave like other interfaces in the system and classification rules if set should get applied. Regards, Bala On 28 May 2015 at 14:51, Ola Liljedahl ola.liljed...@linaro.org wrote: Is the loopback interface supposed to be supported in all ODP implementations?

Re: [lng-odp] loopback interface

2015-05-28 Thread Savolainen, Petri (Nokia - FI/Espoo)
, 2015 1:50 PM To: Bala; Mike Holmes Cc: LNG ODP Mailman List Subject: Re: [lng-odp] loopback interface On a related noteŠ It is my current understanding that, with the current set of APIs, classification has to be performed right after IO. What makes me think that is that the classification

Re: [lng-odp] loopback interface

2015-05-28 Thread Mike Holmes
Bala if you can get the pcaps to test the classification rules, I hope the new assignee coming on line shortly will be able to work running them into the validation test suite. On 28 May 2015 at 05:24, Bala Manoharan bala.manoha...@linaro.org wrote: Hi, Yes. Lookback interface should behave

Re: [lng-odp] loopback interface

2015-05-28 Thread Mario Torrecillas Rodriguez
On a related noteŠ It is my current understanding that, with the current set of APIs, classification has to be performed right after IO. What makes me think that is that the classification API seems to be linked to the packetIO API. So, my question is, firstly, am I right with my assumption? And