X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fflow_classify.rst;h=6c4c04e935e49405336894d91138a257ec674a3e;hb=34fd4373ce76efd0236e59397c495762c2ec9e64;hp=812aaa87b05ba48d46dac22818edfe9f3d7da686;hpb=9a212dc06c7aaf09b146d9c3dcfd584d741634c1;p=dpdk.git diff --git a/doc/guides/sample_app_ug/flow_classify.rst b/doc/guides/sample_app_ug/flow_classify.rst index 812aaa87b0..6c4c04e935 100644 --- a/doc/guides/sample_app_ug/flow_classify.rst +++ b/doc/guides/sample_app_ug/flow_classify.rst @@ -162,12 +162,7 @@ Forwarding application is shown below: :end-before: >8 End of initializing a given port. The Ethernet ports are configured with default settings using the -``rte_eth_dev_configure()`` function and the ``port_conf_default`` struct. - -.. literalinclude:: ../../../examples/flow_classify/flow_classify.c - :language: c - :start-after: Ethernet ports configured with default settings using struct. 8< - :end-before: >8 End of configuration of Ethernet ports. +``rte_eth_dev_configure()`` function. For this example the ports are set up with 1 RX and 1 TX queue using the ``rte_eth_rx_queue_setup()`` and ``rte_eth_tx_queue_setup()`` functions.