Fixes:
a9bb0c44c775 ("doc: add rawdev library guide and doxygen page")
Cc: stable@dpdk.org
Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
1. Following are some generic operations which can be treated as applicable
to a large subset of device types. None of the operations are mandatory to
- be implemented by a driver. Application should also be design for proper
+ be implemented by a driver. Application should also be designed for proper
handling for unsupported APIs.
* Device Start/Stop - In some cases, 'reset' might also be required which