QAT readme edits for format and text flow.

Signed-off-by: MCamp859 <mary.camp@ptiglobal.net>
This commit is contained in:
MCamp859 2018-07-31 16:08:27 -04:00
parent 6544d35ab1
commit 4d5046f860

View File

@ -94,7 +94,7 @@ $ kubectl describe node <node name> | grep intel.com/qat
In the pod specification file, add container resource request and limit.
For example, `intel.com/qat: <number of devices>` for a container requesting QAT devices.
For a DPDK based workload, you may need to add hugepage request and limit.
For a DPDK-based workload, you may need to add hugepage request and limit.
```
$ kubectl create -f demo/crypto-perf-dpdk-pod-requesting-qat.yaml