[dpdk-dev] [PATCH] distributor: add comments to make code more readable

2014-11-07 Thread jigsaw
Hi Thomas, Thanks for the reminder. I didn't notice the change in comments yet. thx & rgds, -qinglai On Fri, Nov 7, 2014 at 4:08 PM, Thomas Monjalon wrote: > 2014-11-06 13:55, Bruce Richardson: > > From: "Bruce Richardson" > > > > Add in some additional comments around more complex areas of t

[dpdk-dev] [PATCH] distributor: add comments to make code more readable

2014-11-07 Thread Thomas Monjalon
2014-11-06 13:55, Bruce Richardson: > From: "Bruce Richardson" > > Add in some additional comments around more complex areas of the code > so as to make the code easier to read and understand. > > Signed-off-by: Bruce Richardson Applied Qinglai, if you change the design, you'll now have some

[dpdk-dev] [PATCH] distributor: add comments to make code more readable

2014-11-06 Thread Bruce Richardson
From: "Bruce Richardson" Add in some additional comments around more complex areas of the code so as to make the code easier to read and understand. Signed-off-by: Bruce Richardson --- lib/librte_distributor/rte_distributor.c | 13 + 1 file changed, 13 insertions(+) diff --git a/l