From: Hemant Agrawal Date: Tue, 11 Apr 2017 13:37:23 +0000 (+0530) Subject: bus/fslmc: define VLAN header length X-Git-Tag: spdx-start~3578 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3d6a286ca6f5efa699e6d87adfdb1fc0fdbdda66;p=dpdk.git bus/fslmc: define VLAN header length Signed-off-by: Hemant Agrawal --- diff --git a/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h b/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h index e5c8761e9d..4e25803cbb 100644 --- a/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h +++ b/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h @@ -43,6 +43,10 @@ #ifndef true #define true 1 #endif + +#ifndef ETH_VLAN_HLEN +#define ETH_VLAN_HLEN 4 /** < Vlan Header Length */ +#endif #define DPAA2_DQRR_RING_SIZE 16 /**