]> git.droids-corp.org - dpdk.git/blobdiff - lib/pipeline/rte_swx_pipeline.h
cryptodev: add missing C++ guards
[dpdk.git] / lib / pipeline / rte_swx_pipeline.h
index 9c3d08199ce8dad425d70cf5fc0bc04996f1fbee..430e458335f41ef26b63196f86fadfa46eafd1c9 100644 (file)
@@ -13,7 +13,6 @@ extern "C" {
  * RTE SWX Pipeline
  */
 
-#include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
 
@@ -647,7 +646,7 @@ struct rte_swx_pipeline_selector_params {
        const char *group_id_field_name;
 
        /** The set of fields used to select (through a hashing scheme) the
-        * member within the current group. Inputs into the seletion operation.
+        * member within the current group. Inputs into the selection operation.
         * Restriction: All the selector fields must be part of the same struct,
         * i.e. part of the same header or part of the meta-data structure.
         */