[ovs-dev] [PATCH 4/5] dpif-netdev: Fix comments for dp_netdev_pmd_thread struct.

Bhanuprakash Bodireddy bhanuprakash.bodireddy at intel.com
Sun Mar 12 17:33:27 UTC 2017


The sorted subtable ranking patch introduced a classifier instance per
ingress port with its subtables ranked on the frequency of hits. The pmd
thread can have more classifier instances now and solely depends on the
number of ingress ports currently handled by the pmd thread.

Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy at intel.com>
---
 lib/dpif-netdev.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 006cea6..628690a 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -507,9 +507,9 @@ struct tx_port {
  * I/O of all non-pmd threads.  There will be no actual thread created
  * for the instance.
  *
- * Each struct has its own flow table and classifier.  Packets received
- * from managed ports are looked up in the corresponding pmd thread's
- * flow table, and are executed with the found actions.
+ * Each struct has its own flow table.  Packets received from managed
+ * ports are looked up in the corresponding pmd thread's flow table, and
+ * are executed with the found actions.
  * */
 struct dp_netdev_pmd_thread {
     struct dp_netdev *dp;
-- 
2.4.11



More information about the dev mailing list