Changes since RFC:
- addressed issues reported in RFC
- rewrote some functions for easier understanding
- added capability on all input queues
How to test:
sudo mkdir /var/run/odp/
start the ODP application
sudo dd if=/var/run/odp/"odp pid"-"inteface"-flow-"queue number" of=~/test.pcap
Signed-off-by: Ilias Apalodimas ilias.apalodi...@linaro.org

----------------github------------------------
/** Email created from pull request 488 (apalos:tcpdump_like)
 ** https://github.com/Linaro/odp/pull/488
 ** Patch: https://github.com/Linaro/odp/pull/488.patch
 ** Base sha: 284f52d72ec19df3774c7409780f1f9eea33b8e6
 ** Merge commit sha: 05c872d9718c0e866381663993e70b761761d444
 **/
----------------/github------------------------

----------------checkpatch.pl------------------------
WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per 
line)
#15: 
sudo dd if=/var/run/odp/"odp pid"-"inteface"-flow-"queue number" of=~/test.pcap

WARNING: 'inteface' may be misspelled - perhaps 'interface'?
#15: 
sudo dd if=/var/run/odp/"odp pid"-"inteface"-flow-"queue number" of=~/test.pcap

total: 0 errors, 2 warnings, 0 checks, 717 lines checked


to_send-p-000.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
----------------/checkpatch.pl------------------------

Reply via email to