X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fflow_filtering.rst;h=5e5a6cd8a07dd13df97d10522b3c1224434e2ae5;hb=2f827f5ea6e19f59386e82dc2dacb2ea353866f4;hp=de3e4ab0b6f16e6eff2e0e1fefc657e4af197a59;hpb=69d0e7092874db1909bc40986c06219f1880dc23;p=dpdk.git diff --git a/doc/guides/sample_app_ug/flow_filtering.rst b/doc/guides/sample_app_ug/flow_filtering.rst index de3e4ab0b6..5e5a6cd8a0 100644 --- a/doc/guides/sample_app_ug/flow_filtering.rst +++ b/doc/guides/sample_app_ug/flow_filtering.rst @@ -513,4 +513,3 @@ The last part of the function is to validate the rule and create it. int res = rte_flow_validate(port_id, &attr, pattern, action, &error); if (!res) flow = rte_flow_create(port_id, &attr, pattern, action, &error); -