]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/iavf/iavf_rxtx.h
net/mlx5: convert timestamp to completion index
[dpdk.git] / drivers / net / iavf / iavf_rxtx.h
index 73968847feb6e98114e89f18eb1736cb8f451ff5..59625a979a8ce9b5a3c902980aff449207cd62fd 100644 (file)
@@ -509,8 +509,8 @@ void iavf_fdir_rx_proc_enable(struct iavf_adapter *ad, bool on)
 {
        if (on) {
                /* enable flow director processing */
-               if (ad->fdir_ref_cnt++ == 0)
-                       FDIR_PROC_ENABLE_PER_QUEUE(ad, on);
+               FDIR_PROC_ENABLE_PER_QUEUE(ad, on);
+               ad->fdir_ref_cnt++;
        } else {
                if (ad->fdir_ref_cnt >= 1) {
                        ad->fdir_ref_cnt--;