[dpdk-dev] [PATCH v1 1/5] ethdev: add rx interrupt enable/disable functions

2015-01-29 Thread Qiu, Michael
On 1/28/2015 5:51 PM, Danny Zhou wrote: Commit log is better for others to review the patch I think, it's helpful for others to understand your patch. > Signed-off-by: Danny Zhou > --- > lib/librte_ether/rte_ethdev.c | 45 ++ > lib/librte_ether/rte_ethdev.h | 57

[dpdk-dev] [PATCH v1 1/5] ethdev: add rx interrupt enable/disable functions

2015-01-28 Thread Danny Zhou
Signed-off-by: Danny Zhou --- lib/librte_ether/rte_ethdev.c | 45 ++ lib/librte_ether/rte_ethdev.h | 57 +++ 2 files changed, 102 insertions(+) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c