[dpdk-dev] bypass event for reboot

2014-04-08 Thread Sharath
Hi Konstantin, could you please comment on this. thanks, Sharath On Fri, Apr 4, 2014 at 6:12 PM, Sharath wrote: > Hi! > > I have been able to use the below API to set the bypass event on power off > and power on > > * int rte_eth_dev_bypass_event_store (uint8_t port, uint32_t event, > uint32_t

[dpdk-dev] bypass event for reboot

2014-04-04 Thread Sharath
Hi! I have been able to use the below API to set the bypass event on power off and power on * int rte_eth_dev_bypass_event_store (uint8_t port, uint32_t event, uint32_t state) is there a similar way to set the bypass state on "reboot" event ? can anyone please let me know about this. thanks