[dpdk-dev] [PATCH] net/ixgbe: enable x550 flexible byte filter

2018-12-16 Thread Zhao Wei
There is need for users to use flexible byte filter on x550. This patch enable it. Fixes: 82fb702077f6 ("ixgbe: support new flow director modes for X550") Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") Signed-off-by: Wei Zhao --- drivers/net/ixgbe/ixgbe_fdir.c | 9 +- drivers/n

[dpdk-dev] [PATCH v3] net/i40e: fix FDIR check programming status error

2018-07-12 Thread Zhao Wei
In i40e FDIR PMD code for checking programming status function i40e_check_fdir_programming_status(), the initial value of return value ret should be set to -1 not 0, because if DD bit of I40E_RX_DESC_STATUS_DD is not write back, this function will return 0 to upper function, this give an error info

[dpdk-dev] [PATCH v2] net/i40e: fix FDIR check programming status error

2018-07-12 Thread Zhao Wei
In i40e FDIR PMD code for checking programming status function i40e_check_fdir_programming_status(), the initial value of return value ret should be set to -1 not 0, because if DD bit of I40E_RX_DESC_STATUS_DD is not write back, this function will return 0 to upper function, this give an error info

[dpdk-dev] [PATCH v7] net/fm10k: add support for check descriptor status APIs

2018-07-02 Thread Zhao Wei
rte_eth_rx_descritpr_status and rte_eth_tx_descriptor_status are supported by fm10K. Signed-off-by: Wei Zhao --- v2: -fix DD check error in tx descriptor v3: -fix DD check index error v4: -fix error in RS bit list poll v5: -rebase code to branch and delete useless variable v6: -change relea