Re: [dpdk-dev] rte_eth_from_rings

2017-01-30 Thread Sridhar Pitchai
nd find rte_kni_handle_request is failling at ret = kni_fifo_get(kni->req_q, (void **)&req, 1); From: Bruce Richardson Sent: Monday, January 30, 2017 2:33 AM To: Sridhar Pitchai Cc: dev@dpdk.org; ferruh.yi...@intel.com Subject: Re: [dpdk-dev] rte_eth_from

Re: [dpdk-dev] rte_eth_from_rings

2017-01-27 Thread Sridhar Pitchai
CSIFFLAGS: Timer expired root@ VM snaproute/softpath (master) > Thanks for the help. Thanks, Sridhar Pitchai From: Bruce Richardson Sent: Friday, January 27, 2017 1:36 PM To: Sridhar Pitchai Cc: dev@dpdk.org Subject: Re: [dpdk-dev] rte_eth_from_rings On F

[dpdk-dev] SIOCSIFFLAGS: Timer expired

2017-01-27 Thread Sridhar Pitchai
Hi , I am creating KNI interface and getting the following error when trying to config IP address. rte_kni_init rte_kni_alloc rte_kni_register_handlers all went through fine. the call back reg for if UP/down is never getting called. What am i missing ? ** the eth_dev here is created with "r

[dpdk-dev] rte_eth_from_rings

2017-01-27 Thread Sridhar Pitchai
Hi, I am trying to write a data path for packets punted to CPU(slowpath) from vender silicon like broadcom. I am planing to use "rte_eth_from_rings" like model where I will be able to read and write to the ring for the packets punted from vendor chip. the eth_dev abstraction provided by "rte_

[dpdk-dev] RX/TX call back

2017-01-20 Thread Sridhar Pitchai
know the design choices we have here. Thanks Sridhar Pitchai