Add mediated i40e driver along with common mdev code.

----------------github------------------------
/** Email created from pull request 380 (MykytaI:caterpillar_mdev_i40e)
 ** https://github.com/Linaro/odp/pull/380
 ** Patch: https://github.com/Linaro/odp/pull/380.patch
 ** Base sha: ea7b4281992e3cf772fb84708ed7f3985bce78e7
 ** Merge commit sha: ea3b260fee5972ca16af71aa15ac08322f515277
 **/
----------------/github------------------------

----------------checkpatch.pl------------------------
WARNING: Use of volatile is usually wrong: see 
Documentation/volatile-considered-harmful.txt
#450: FILE: platform/linux-generic/pktio/mdev/i40e.c:412:
+               volatile i40e_rx_desc_t *rxd = &rxq->rx_descs[rxq->cidx];

WARNING: externs should be avoided in .c files
#689: FILE: platform/linux-generic/pktio/subsystem.c:48:
+extern int enable_link_i40e_pktio_ops;

total: 0 errors, 2 warnings, 0 checks, 664 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