net/mlx5: remove flow support
This start a series to re-work the flow engine in mlx5 to easily support flow conversion to Verbs or TC. This is necessary to handle both regular flows and representors flows. As the full file needs to be clean-up to re-write all items/actions processing, this patch starts to disable the regular code and only let the PMD to start in isolated mode. After this patch flow API will not be usable. Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com> Acked-by: Yongseok Koh <yskoh@mellanox.com>
This commit is contained in:
parent
6de569f5ec
commit
b42c000e37
File diff suppressed because it is too large
Load Diff
@ -136,7 +136,6 @@ struct mlx5_rxq_ctrl {
|
||||
struct priv *priv; /* Back pointer to private data. */
|
||||
struct mlx5_rxq_data rxq; /* Data path structure. */
|
||||
unsigned int socket; /* CPU socket ID for allocations. */
|
||||
uint32_t tunnel_types[16]; /* Tunnel type counter. */
|
||||
unsigned int irq:1; /* Whether IRQ is enabled. */
|
||||
uint16_t idx; /* Queue index. */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user