remove extra blank lines at end of files
[dpdk.git] / drivers / net / ipn3ke / ipn3ke_flow.c
index e5937df..9fc3c8b 100644 (file)
@@ -96,7 +96,7 @@ ipn3ke_pattern_vxlan(const struct rte_flow_item patterns[],
 
                        rte_memcpy(&parser->key[0],
                                        eth->src.addr_bytes,
-                                       ETHER_ADDR_LEN);
+                                       RTE_ETHER_ADDR_LEN);
                        break;
 
                case RTE_FLOW_ITEM_TYPE_VXLAN:
@@ -160,7 +160,7 @@ ipn3ke_pattern_mac(const struct rte_flow_item patterns[],
 
                        rte_memcpy(parser->key,
                                        eth->src.addr_bytes,
-                                       ETHER_ADDR_LEN);
+                                       RTE_ETHER_ADDR_LEN);
                        break;
 
                default:
@@ -1360,6 +1360,7 @@ int ipn3ke_flow_init(void *dev)
                                                IPN3KE_CLF_EM_NUM,
                                                0,
                                                0xFFFFFFFF);
+       IPN3KE_AFU_PMD_DEBUG("IPN3KE_CLF_EN_NUM: %x\n", hw->flow_max_entries);
        hw->flow_num_entries = 0;
 
        return 0;
@@ -1371,4 +1372,3 @@ const struct rte_flow_ops ipn3ke_flow_ops = {
        .destroy = ipn3ke_flow_destroy,
        .flush = ipn3ke_flow_flush,
 };
-