]> git.proxmox.com Git - ovs.git/commit
dpif-netdev: Fix comments for dp_netdev_pmd_thread struct.
authorBhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Mon, 15 May 2017 15:57:00 +0000 (16:57 +0100)
committerBen Pfaff <blp@ovn.org>
Thu, 18 May 2017 21:17:38 +0000 (14:17 -0700)
commit1859876c0493ffdd9cd65ff9533472e55fe99e1c
treeb83d89c6fee4008854dfecf8b76876513298c779
parent3ca6d30d91ba08e972a90ed627a66e18985cccff
dpif-netdev: Fix comments for dp_netdev_pmd_thread struct.

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.

Fixes: 3453b4d62a98 ("dpif-netdev: dpcls per in_port with sorted subtables")
Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/dpif-netdev.c