examples/ipsec-secgw: fix session mempool initialisation
[dpdk.git] / drivers / net / sfc / sfc_flow.h
index 0a87924..433c7a3 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  *
- * Copyright (c) 2017-2018 Solarflare Communications Inc.
- * All rights reserved.
+ * Copyright(c) 2019-2020 Xilinx, Inc.
+ * Copyright(c) 2017-2019 Solarflare Communications Inc.
  *
  * This software was jointly developed between OKTET Labs (under contract
  * for Solarflare) and Solarflare Communications, Inc.
@@ -52,6 +52,8 @@ struct sfc_flow_spec_filter {
        unsigned int count;
        /* RSS toggle */
        boolean_t rss;
+       /* RSS hash toggle */
+       boolean_t rss_hash_required;
        /* RSS configuration */
        struct sfc_flow_rss rss_conf;
 };