X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fdpaa2%2Fdpaa2_ethdev.h;h=ee21cbbab9ee94c8c36f4e789e9fa9e821fa8bf0;hb=29dfa62f5feddcb523a44471aedb33e3133b60ae;hp=a14608832bd54973cae42bf1e3492fbb15b0f62a;hpb=24a170cd3061d5d85f6ab7cdceb0ac55458e0e02;p=dpdk.git diff --git a/drivers/net/dpaa2/dpaa2_ethdev.h b/drivers/net/dpaa2/dpaa2_ethdev.h index a14608832b..ee21cbbab9 100644 --- a/drivers/net/dpaa2/dpaa2_ethdev.h +++ b/drivers/net/dpaa2/dpaa2_ethdev.h @@ -47,19 +47,18 @@ /*default tc to be used for ,congestion, distribution etc configuration. */ #define DPAA2_DEF_TC 0 -/* Threshold for a queue to *Enter* Congestion state. - * It is set to 32KB +/* Threshold for a Tx queue to *Enter* Congestion state. */ -#define CONG_ENTER_TX_THRESHOLD (32 * 1024) +#define CONG_ENTER_TX_THRESHOLD 512 /* Threshold for a queue to *Exit* Congestion state. */ -#define CONG_EXIT_TX_THRESHOLD (24 * 1024) +#define CONG_EXIT_TX_THRESHOLD 480 /* RX queue tail drop threshold * currently considering 32 KB packets */ -#define CONG_THRESHOLD_RX_Q (32 * 1024) +#define CONG_THRESHOLD_RX_Q (64 * 1024) /* Size of the input SMMU mapped memory required by MC */ #define DIST_PARAM_IOVA_SIZE 256