Re: [lng-odp] pktio: enable_loop

2017-01-24 Thread Bala Manoharan
Regards, Bala On 25 January 2017 at 13:07, Nicolas Morey-Chaisemartin wrote: > > Le 01/24/2017 à 06:11 PM, Bala Manoharan a écrit : >> On 24 January 2017 at 22:25, Nicolas Morey-Chaisemartin >> wrote: >>> Just a quick question about the API. >>> >>> Bala introduced a patch to check/enable loopb

Re: [lng-odp] pktio: enable_loop

2017-01-24 Thread Nicolas Morey-Chaisemartin
Le 01/24/2017 à 06:11 PM, Bala Manoharan a écrit : > On 24 January 2017 at 22:25, Nicolas Morey-Chaisemartin > wrote: >> Just a quick question about the API. >> >> Bala introduced a patch to check/enable loopback mode on interface. >> But the patch adds an "enable_loop" in odp_pktio_config_t and

Re: [lng-odp] pktio: enable_loop

2017-01-24 Thread Bala Manoharan
On 24 January 2017 at 22:25, Nicolas Morey-Chaisemartin wrote: > Just a quick question about the API. > > Bala introduced a patch to check/enable loopback mode on interface. > But the patch adds an "enable_loop" in odp_pktio_config_t and a > "loop_supported" in odp_pktio_capability_t. > > As ther

[lng-odp] pktio: enable_loop

2017-01-24 Thread Nicolas Morey-Chaisemartin
Just a quick question about the API. Bala introduced a patch to check/enable loopback mode on interface. But the patch adds an "enable_loop" in odp_pktio_config_t and a "loop_supported" in odp_pktio_capability_t. As there is a odp_pktio_config_t in odp_pktio_capability_t which the API describes