summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h
diff options
context:
space:
mode:
authorBogdan Purcareata <bogdan.purcareata@nxp.com>2017-08-07 10:58:43 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:40 (GMT)
commit7ab18e0e1c385b50faea0934a8188820c606af04 (patch)
tree260d42b0d3e1687996b575a3f1e08760ba5354dc /drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h
parentd3f8999b1d8777ed15a3eecced0ca42a67545d26 (diff)
downloadlinux-7ab18e0e1c385b50faea0934a8188820c606af04.tar.xz
staging: fsl-dpaa2/eth: Add ingress classification
Configure static ingress classification based on VLAN PCP, required by PFC. Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Diffstat (limited to 'drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h')
-rw-r--r--drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h b/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h
index 056c453..4d2ac3a 100644
--- a/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h
+++ b/drivers/staging/fsl-dpaa2/ethernet/dpaa2-eth.h
@@ -435,6 +435,7 @@ struct dpaa2_eth_priv {
u8 dcbx_mode;
struct ieee_pfc pfc;
+ bool vlan_clsf_set;
};
#define dpaa2_eth_hash_enabled(priv) \