diff mbox

[DO,NOT,REVIEW,6/7] packet_io: add Implementation considerations

Message ID 1412863729-28176-7-git-send-email-anders.roxell@linaro.org
State New
Headers show

Commit Message

Anders Roxell Oct. 9, 2014, 2:08 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 packet_io.dox | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/packet_io.dox b/packet_io.dox
index 25de47f..9cc55af 100644
--- a/packet_io.dox
+++ b/packet_io.dox
@@ -538,4 +538,11 @@  while (1) {
 }
 @endcode
 
+@section implementation Implementation Considerations
+
+Included here should be acceleration considerations for HW implementation/offloads
+associated with the defined functions, as well as suggested SW approaches for
+efficient implementation of the defined function. Also included are global data
+structures defined/referenced by the defined functions.
+
 */